pan3793 commented on code in PR #6453:
URL: https://github.com/apache/kyuubi/pull/6453#discussion_r1629998076
##########
pom.xml:
##########
@@ -2036,6 +2036,29 @@
</properties>
</profile>
+ <profile>
+ <id>spark-4.0</id>
+ <modules>
+ <module>extensions/spark/kyuubi-spark-connector-hive</module>
+ </modules>
+ <properties>
+ <spark.version>4.0.0-preview1</spark.version>
+ <spark.binary.version>4.0</spark.binary.version>
+ <antlr4.version>4.13.1</antlr4.version>
+ <!-- TODO: update once Delta support Spark 4.0 -->
+ <delta.version>3.2.0</delta.version>
+
<delta.artifact>delta-spark_${scala.binary.version}</delta.artifact>
+ <!-- TODO: update once Hudi support Spark 4.0 -->
+
<hudi.artifact>hudi-spark3.5-bundle_${scala.binary.version}</hudi.artifact>
+ <!-- TODO: update once Iceberg support Spark 4.0 -->
+
<iceberg.artifact>iceberg-spark-runtime-3.5_${scala.binary.version}</iceberg.artifact>
+ <!-- TODO: update once Paimon support Spark 4.0 -->
+ <paimon.artifact>paimon-spark-3.5</paimon.artifact>
+
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.PaimonTest,org.apache.kyuubi.tags.HudiTest,org.apache.kyuubi.tags.PySparkTest</maven.plugin.scalatest.exclude.tags>
Review Comment:
```suggestion
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.PaimonTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
```
--
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]