Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Aug 24, 2023

What changes were proposed in this pull request?

This PR aims to re-enable PandasUDF and o.a.s.sql.execution.arrow tests in Java 21.
This depends on #42181 .

Why are the changes needed?

To have Java 21 test coverage.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Run the following on Java 21.

$ java -version
openjdk version "21" 2023-09-19
OpenJDK Runtime Environment (build 21+35-2513)
OpenJDK 64-Bit Server VM (build 21+35-2513, mixed mode, sharing)

$ build/sbt "sql/testOnly *.ArrowConvertersSuite"
...
[info] Run completed in 5 seconds, 316 milliseconds.
[info] Total number of tests run: 30
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 30, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.

$ build/sbt "sql/testOnly *.SQLQueryTestSuite"
...
[info] Run completed in 12 minutes, 4 seconds.
[info] Total number of tests run: 629
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 629, failed 0, canceled 0, ignored 2, pending 0
[info] All tests passed.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the SQL label Aug 24, 2023
@dongjoon-hyun dongjoon-hyun marked this pull request as draft August 24, 2023 03:46
@dongjoon-hyun dongjoon-hyun marked this pull request as ready for review August 24, 2023 06:30
@dongjoon-hyun
Copy link
Member Author

Thank you, @yaooqinn .

Merged to master for Apache Spark 4.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-44097 branch August 24, 2023 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants