File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5858 test_modules+="org.apache.paimon:paimon-spark-${suffix},"
5959 done
6060 test_modules="${test_modules%,}"
61- mvn -T 1C -B test -pl "${test_modules}" -Duser.timezone=$jvm_timezone -Pspark4
61+ mvn -T 2C -B test -pl "${test_modules}" -Duser.timezone=$jvm_timezone -Pspark4
6262 env :
6363 MAVEN_OPTS : -Xmx4096m
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ class PaimonHiveTestBase extends PaimonSparkTestBase {
5050 .set(" spark.sql.warehouse.dir" , tempHiveDBDir.getCanonicalPath)
5151 .set(" spark.sql.catalogImplementation" , " hive" )
5252 .set(s " spark.sql.catalog. $sparkCatalogName" , " org.apache.paimon.spark.SparkGenericCatalog" )
53+ // remove this, when fix https://github.com/apache/paimon/issues/5307
54+ .set(s " spark.sql.catalog. $sparkCatalogName.client-pool-size " , " 1" )
5355 .set(s " spark.sql.catalog. $paimonHiveCatalogName" , classOf [SparkCatalog ].getName)
5456 .set(s " spark.sql.catalog. $paimonHiveCatalogName.metastore " , " hive" )
5557 .set(s " spark.sql.catalog. $paimonHiveCatalogName.warehouse " , tempHiveDBDir.getCanonicalPath)
You can’t perform that action at this time.
0 commit comments