YangJie
YangJie
Here are a huge number of compilation warnings related to "`method schema in trait Table is deprecated`". Can we fix them all at once? Or, could we resolve all of...
And I think it's worth creating a JIRA ticket for this.
@szehon-ho Thank you for your work. However, it seems there are some compilation errors that need to be fixed first.
sql-others has test failures: - org.apache.spark.sql.execution.datasources.v2.V2SessionCatalogTableSuite In addition, ``` ./build/mvn scalafmt:format -Dscalafmt.skip=false -Dscalafmt.validateOnly=false -Dscalafmt.changedOnly=false -pl sql/api -pl sql/connect/common -pl sql/connect/server -pl sql/connect/client/jvm ``` should be executed. @szehon-ho
late LGTM, thanks @szehon-ho
I don't have any issues with the code change itself. But will modifying just this part address Cause 2 described in the PR? > Tolerant cases that user jars contain...
@pan3793 What I mean is, could using an older version of common-lang3 potentially result in the absence of other methods? Could the issue solely be related to the enumeration problem...
@ChenRussell Have you tried `--add-opens java.base/jdk.internal.ref=ALL-UNNAMED -Dio.netty.tryReflectionSetAccessible=true`
@ChenRussell Got it ~ Is there an existing unit test (UT) that can reproduce this issue? Java 8 uses `CleanerJava6`, while Java 9+ uses `CleanerJava9`, and there are some differences...
> Antlr runtime is compatible with jdk8. Antlr tool requires jdk11. Can you provide a concrete example of this Spark incompatibility (stack trace) ? Do you mean we can using...