-
Notifications
You must be signed in to change notification settings - Fork 234
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 Cast tests on Databricks 14.3 #11530
Comments
I'm taking a look at this one. I've seen this failure in the context of Spark 4. |
#11559 should now address this too. |
mythrocks
added a commit
that referenced
this issue
Oct 9, 2024
* Spark 4: Addressed cast_test.py failures. Fixes #11009 and #11530. This commit addresses the test failures in cast_test.py, on Spark 4.0. These generally have to do with changes in behaviour of Spark when ANSI mode is enabled. In these cases, the tests have been split out into ANSI=on and ANSI=off. The bugs uncovered from the tests have been spun into their own issues; fixing all of them was beyond the scope of this change. Signed-off-by: MithunR <[email protected]>
This is addressed by #11559. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build the plugin against the Databricks 14.3 cluster using #11467. Once built successfully run the cast tests by
TESTS=cast_test.py jenkins/databricks/test.sh
The following tests fail
The text was updated successfully, but these errors were encountered: