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

[BUG] Rebase exception states not in UTC but timezone is Etc/UTC #9669

Closed
jlowe opened this issue Nov 9, 2023 · 0 comments · Fixed by #9670
Closed

[BUG] Rebase exception states not in UTC but timezone is Etc/UTC #9669

jlowe opened this issue Nov 9, 2023 · 0 comments · Fixed by #9670
Assignees
Labels
bug Something isn't working

Comments

@jlowe
Copy link
Member

jlowe commented Nov 9, 2023

Saw a failure in a nightly build:

06:50:57    "error":"Job aborted due to stage failure.\nCaused by: ExecutionException: java.lang.UnsupportedOperationException: LEGACY datetime rebase mode is only supported for files written in UTC timezone. Actual file timezone: Etc/UTC\nCaused by: UnsupportedOperationException: LEGACY datetime rebase mode is only supported for files written in UTC timezone. Actual file timezone: Etc/UTC",

Looks like we're not normalizing the timezone loaded from the file before checking for equivalence to the UTC timezone.

@jlowe jlowe added bug Something isn't working ? - Needs Triage Need team to review and classify labels Nov 9, 2023
@jlowe jlowe self-assigned this Nov 9, 2023
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants