Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify file not found messages - less is more #5414

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Conversation

mccanne
Copy link
Collaborator

@mccanne mccanne commented Nov 1, 2024

This commit simplifies file-not-found message by dropping the extra output of the file:/// absolute paths. We also noticed that "super:" was prefixed some of the times to errors and not others, so we took the "super:" prefix out in the one place it was used.

When a data lake object is not found, the full path is printed. This happens on the vaccum test. This is not the right UX when trying to scanned vaccumed parts of the lake, but it's how it works for now.

Closes #1137

This commit simplifies file-not-found message by dropping the
extra output of the file:/// absolute paths.  We also noticed that
"super:" was prefixed some of the times to errors and not others,
so we took the "super:" prefix out in the one place it was used.

When a data lake object is not found, the full path is printed.
This happens on the vaccum test.  This is not the right UX
when trying to scanned vaccumed parts of the lake, but it's how it
works for now.
@mccanne mccanne requested a review from a team November 1, 2024 05:26
@mccanne mccanne merged commit 54fcd1f into main Nov 1, 2024
4 checks passed
@mccanne mccanne deleted the file-not-found branch November 1, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"item" considered too generic in error messages
2 participants