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

Fix failed cases for non-utc time zone #10060

Merged
merged 3 commits into from
Dec 19, 2023

Conversation

res-life
Copy link
Collaborator

@res-life res-life commented Dec 15, 2023

closes #10055

The 2 failed cases were added recently.
Because premerge does not cover all the cases for non-utc, so it passed in premerge, but failed in nightly CI.
Add ProjectExec to non_utc_allow to fix.

Signed-off-by: Chong Gao res_life@163.com

Signed-off-by: Chong Gao <res_life@163.com>
@res-life
Copy link
Collaborator Author

build

@res-life
Copy link
Collaborator Author

build

1 similar comment
@res-life
Copy link
Collaborator Author

build

thirtiseven
thirtiseven previously approved these changes Dec 18, 2023
Copy link
Collaborator

@thirtiseven thirtiseven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, premerge failed because #9671

winningsix
winningsix previously approved these changes Dec 18, 2023
@res-life res-life dismissed stale reviews from winningsix and thirtiseven via c246de4 December 18, 2023 08:59
@res-life
Copy link
Collaborator Author

build

@sameerz sameerz added the bug Something isn't working label Dec 18, 2023
To run with non-UTC time zone, set TZ environment variable,
For example:
```shell
$ TZ=Iran ./integration_tests/run_pyspark_from_build.sh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it could be better to cover other timezones at least one case for DST.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@res-life
Copy link
Collaborator Author

build

@winningsix winningsix merged commit e94d6be into NVIDIA:branch-24.02 Dec 19, 2023
37 of 38 checks passed
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 this pull request may close these issues.

[BUG] array_test.py::test_array_transform_non_deterministic failed with non-UTC time zone
4 participants