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

Use upper case for LEGACY_TIME_PARSER_POLICY to fix a spark UT #10903

Conversation

thirtiseven
Copy link
Collaborator

Fix #10902

This PR sets the value of spark config LEGACY_TIME_PARSER_POLICY to uppercase to fix a match error from spark UT case SPARK-37360: Timestamp type inference for a mix of TIMESTAMP_NTZ and TIMESTAMP_LTZ.

Also remove the exclude in Spark UT setting.

@thirtiseven thirtiseven self-assigned this May 27, 2024
@thirtiseven
Copy link
Collaborator Author

build

@thirtiseven thirtiseven merged commit 7631e82 into NVIDIA:branch-24.06 May 28, 2024
44 of 45 checks passed
@thirtiseven thirtiseven deleted the LEGACY_TIME_PARSER_POLICY_uppercase branch May 28, 2024 22:56
@sameerz sameerz added the bug Something isn't working label May 29, 2024
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.

Spark UT failed: SPARK-37360: Timestamp type inference for a mix of TIMESTAMP_NTZ and TIMESTAMP_LTZ
3 participants