This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 01d2bb21b2 [spark] define spark properties globally (#4593)
01d2bb21b2 is described below
commit 01d2bb21b22c8380acc94e30e2f2267809d575e1
Author: Yann Byron <[email protected]>
AuthorDate: Tue Nov 26 17:07:58 2024 +0800
[spark] define spark properties globally (#4593)
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 24f2923319..85a880f351 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,12 @@ under the License.
<test.flink.connector.kafka.version>3.0.1-1.18</test.flink.connector.kafka.version>
<test.mysql.connector.java.version>8.0.27</test.mysql.connector.java.version>
+ <!-- spark profile properties-->
+ <paimon-sparkx-common>paimon-spark3-common</paimon-sparkx-common>
+
<paimon-spark-common.spark.version>3.5.3</paimon-spark-common.spark.version>
+ <test.spark.main.version>3.3</test.spark.main.version>
+ <test.spark.version>3.3.0</test.spark.version>
+
<zstd-jni.version>1.5.5-11</zstd-jni.version>
<janino.version>3.0.11</janino.version>
<mockito.version>3.4.6</mockito.version>