Skip to content

Instantly share code, notes, and snippets.

@findepi
Last active December 5, 2024 08:05
Show Gist options
  • Save findepi/da2ea85d095eaa0f3cfdcbb311ff59ed to your computer and use it in GitHub Desktop.
Save findepi/da2ea85d095eaa0f3cfdcbb311ff59ed to your computer and use it in GitHub Desktop.

full build, like mvn install

# See knownSparkVersions in gradle.properties for current list Spark versions
./gradlew -DsparkVersions=2.4,3.0,3.1,3.2,3.3 -x test -x integrationTest build publishToMavenLocal

reformat code

# See knownSparkVersions in gradle.properties for current list Spark versions
./gradlew -DsparkVersions=2.4,3.0,3.1,3.2,3.3 :iceberg-api:spotlessApply :iceberg-core:spotlessApply \
    :iceberg-spark:iceberg-spark-2.4:spotlessApply :iceberg-spark:iceberg-spark-3.0:spotlessApply \
    :iceberg-spark:iceberg-spark-3.1:spotlessApply :iceberg-spark:iceberg-spark-3.2:spotlessApply \
    :iceberg-spark:iceberg-spark-3.3:spotlessApply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment