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

[BUG] Unit Test failures in Spark-3.4 SNAPSHOT build #6987

Closed
1 task done
nartal1 opened this issue Nov 2, 2022 · 3 comments
Closed
1 task done

[BUG] Unit Test failures in Spark-3.4 SNAPSHOT build #6987

nartal1 opened this issue Nov 2, 2022 · 3 comments
Assignees
Labels
bug Something isn't working P0 Must have for release Spark 3.4+ Spark 3.4+ issues test Only impacts tests

Comments

@nartal1
Copy link
Collaborator

nartal1 commented Nov 2, 2022

Umbrella bug to track all unit test failures in Spark-3.4 build.

Steps/Code to reproduce bug

$ mvn clean package -Dbuildver=340   

Expected behavior
no unit test failures

Environment details (please complete the following information)
local

Tasks:

OrcEncryptionSuite

CastOpSuite

ParquetFormatScanSuite

WindowFunctionSuite & CostBasedOptimizerSuite

AdaptiveQueryExecSuite

AnsiCastOpSuite

ParquetWriterSuite

HashAggregatesSuite

AdaptiveQueryExecSuite

ParquetFormatScanSuite

AnsiCastOpSuite:

  • Write bytes to string
  • Write shorts to string
  • Write ints to string
  • Write longs to string
  • Write ints to long
  • Write longs to int (values within range)
  • Write longs to short (values within range)
  • Write longs to byte (values within range)
  • Write ints to short (values within range)
  • Write ints to byte (values within range)
  • Write shorts to byte (values within range)
  • Write floats to long (values within range)
  • Write floats to int (values within range)
  • Write floats to short (values within range)
  • Write floats to byte (values within range)
  • Write doubles to long (values within range)
  • Write doubles to int (values within range)
  • Write doubles to short (values within range)
  • Write doubles to byte (values within range)

Tasks

Preview Give feedback
  1. Spark 3.4+ test
    rwlee
@nartal1 nartal1 added bug Something isn't working ? - Needs Triage Need team to review and classify P1 Nice to have for release Spark 3.4+ Spark 3.4+ issues test Only impacts tests labels Nov 2, 2022
@rwlee rwlee self-assigned this Nov 4, 2022
@GaryShen2008
Copy link
Collaborator

Move out of 22.12 since it's for Spark 3.4.

@NVnavkumar NVnavkumar added P0 Must have for release and removed P1 Nice to have for release labels Apr 19, 2023
@NVnavkumar
Copy link
Collaborator

NVnavkumar commented Apr 25, 2023

All the underlying issues in this task list have been resolved, so closing this issue. Verifying if this can be closed

@NVnavkumar
Copy link
Collaborator

Verified that all unit tests are currently passing on Spark 3.4 build. Closing this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 Must have for release Spark 3.4+ Spark 3.4+ issues test Only impacts tests
Projects
None yet
Development

No branches or pull requests

5 participants