You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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