-
Notifications
You must be signed in to change notification settings - Fork 240
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] json_test failed on "NameError: name 'TimestampNTZType' is not defined" #9357
Comments
Similar timestamp failure issue #9325, cc @andygrove |
I can understand why this error is occurring. @NvTimLiu Do you have any more information about which environment / Spark version you saw this on? The tests in CI passed for the PR that added this, so I assume they are all using a pyspark version which is at least 3.4.0. |
yes, seems json_tests xx_v1/v2 only failed on spark @andygrove I can repro on both my local and with Blossom jobs, let me share you with slack msg the Blossom job and my local test CLIs it’s more like a bug from spark-3.4.0 release |
I confirmed that this is a known bug in 3.4.0 that was fixed in 3.4.1 https://issues.apache.org/jira/browse/SPARK-43759 Perhaps we need to skip some tests for 3.4.0 and only run for 3.4.1 and later |
this is still reproducible, please help make the decision to skip or only run on 3.4.1+ thanks |
Describe the bug
json_test.py tests failed on "NameError: name 'TimestampNTZType' is not defined" for 23.10:
The text was updated successfully, but these errors were encountered: