-
Notifications
You must be signed in to change notification settings - Fork 242
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] Unit test failures in Spark 3.2 shim build #3376
Labels
Milestone
Comments
gerashegalov
added
bug
Something isn't working
? - Needs Triage
Need team to review and classify
Spark 3.2+
labels
Sep 2, 2021
I am looking at the |
I also started looking at CastOpSuite and filed a separate issue since this looks like it could be quite involved. #3382 |
I filed #3383 for ParseDateTimeSuite failures |
cast ops is fixed by 3531 and no other unit tests failures currently |
3.2 unit tests all pass now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Umbrella issue to fix unit tests in the 3.2 shim
Steps/Code to reproduce bug
Expected behavior
no unit test failures
Environment details (please complete the following information)
local
Additional context
#3323
Tasks:
HashAggregatesSuite
Fixed by #3403
CastOpSuite
See #3382 for more detail.
Fixed by #3439 and #3531
ExpandExecSuite
Fixed by #3403
WindowFunctionSuite
Filed as #3415
Fixed by #3547
ParquetWriterSuite
These tests were fixed by #3377
CostBasedOptimizerSuite
These tests were fixed by #3377 and SPARK-36666
These tests need updating and have been ignored for now. There is a follow-on issue #3526 to update them when we resume work on CBO.
AdaptiveQueryExecSuite
These tests were fixed by #3377 and SPARK-36666
KnownNotNullSuite
Fixed by #3457
AnsiCastOpSuite
These tests were fixed by #3377
ParseDateTimeSuite
See #3383 for more detail. fixed by #3439
ScalarSubquerySuite
Failures due to #3400 (
canonicalizationMatchesCpu=true != canonicalizationMatchesGpu=false
)The text was updated successfully, but these errors were encountered: