-
Notifications
You must be signed in to change notification settings - Fork 907
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
[FEA] Exception message when opening timezone file should contain timezone name #8795
Comments
This issue has been labeled |
Still desired for this to be fixed. |
This issue has been labeled |
Still desired. |
This will be resolved in #17102. |
Is your feature request related to a problem? Please describe.
While trying to load an ORC file with libcudf, an exception was thrown that looks like this:
Unfortunately it's not easy to determine which timezone file was causing the error.
Describe the solution you'd like
The exception message thrown when accessing a timezone file should contain the path to the timezone file.
Describe alternatives you've considered
Instead of reporting the full pathname it could report just the timezone name, but having the full path may better help users determine which system package they should install in order to properly process the timezone that appears in the ORC file.
The text was updated successfully, but these errors were encountered: