apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.49k stars 1.37k forks source link

Upgrade Spotless to 0.43.0 & Scala 2.12.19 #2882

Open asfimport opened 4 months ago

asfimport commented 4 months ago

Currently building off of master is broken because of:


[ERROR] Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.30.0:check (default) on project parquet-format-structures: Execution default of goal com.diffplug.spotless:spotless-maven-plugin:2.30.0:check failed: java.lang.reflect.InvocationTargetException: 'com.sun.tools.javac.tree.JCTree com.sun.tools.javac.tree.JCTree$JCImport.getQualifiedIdentifier()' -> [Help 1]

Arrow hit the same issue: https://github.com/apache/arrow-datafusion-comet/pull/85 because of this: https://github.com/diffplug/spotless/issues/1774. Bumping spotless to fix building on master.

Reporter: Vinoo Ganesh / @vinooganesh Assignee: Vinoo Ganesh / @vinooganesh

PRs and other links:

Note: This issue was originally created as PARQUET-2441. Please see the migration documentation for further details.

asfimport commented 4 months ago

Vinoo Ganesh / @vinooganesh: We're also hitting this on master: https://github.com/scala/bug/issues/12783. Fixing will require an upgrade to scala 2.12.19.