RussellSpitzer commented on pull request #2872:
URL: https://github.com/apache/iceberg/pull/2872#issuecomment-887100371


   ```bash
   ➜  iceberg-master git:(FixBuildAgainstSparkVersions) ✗ g check --dry-run | 
grep testSpark31
   :iceberg-spark3:testSpark31 SKIPPED
   :iceberg-spark3-extensions:testSpark31 SKIPPED
   ```
   
   ```
   ➜  iceberg-master git:(FixBuildAgainstSparkVersions) ✗ g 
:iceberg-spark3:dependencies --configuration compileOnly | grep spark-hive
   \--- org.apache.spark:spark-hive_2.12:3.0.3
   ➜  iceberg-master git:(FixBuildAgainstSparkVersions) ✗ g 
:iceberg-spark3:dependencies --configuration testRuntimeClasspath | grep 
spark-hive
   +--- org.apache.spark:spark-hive_2.12:3.0.3
   
   
   // Only compiles tests
   ➜  iceberg-master git:(FixBuildAgainstSparkVersions) ✗ g 
:iceberg-spark3:dependencies --configuration spark31CompileClasspath | grep 
spark-hive
   +--- org.apache.spark:spark-hive_2.12:3.0.3 -> 3.1.1
   +--- org.apache.spark:spark-hive_2.12:3.1.1 (*)
   ➜  iceberg-master git:(FixBuildAgainstSparkVersions) ✗ g 
:iceberg-spark3:dependencies --configuration spark31RuntimeClasspath | grep 
spark-hive
   +--- org.apache.spark:spark-hive_2.12:3.0.3 -> 3.1.1
   +--- org.apache.spark:spark-hive_2.12:3.1.1 (*)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to