Skip to content

Commit 7eb2fec

Browse files
pan3793Copilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 562a43b commit 7eb2fec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/spark/kyuubi-extension-spark-4-2/src/main/scala/org/apache/kyuubi/sql/KyuubiSQLConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ object KyuubiSQLConf {
137137

138138
val INFER_REBALANCE_AND_SORT_ORDERS =
139139
buildConf("spark.sql.optimizer.inferRebalanceAndSortOrders.enabled")
140-
.doc("When ture, infer columns for rebalance and sort orders from original query, " +
140+
.doc("When true, infer columns for rebalance and sort orders from original query, " +
141141
"e.g. the join keys from join. It can avoid compression ratio regression.")
142142
.version("1.7.0")
143143
.booleanConf

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@
21202120
<maven.compiler.release>17</maven.compiler.release>
21212121
<enforcer.maxJdkVersion>17</enforcer.maxJdkVersion>
21222122
<spark.version>4.2.0</spark.version>
2123-
<!-- TODO: update once Delta and Iceberg support Spark 4.1. -->
2123+
<!-- TODO: update once Delta and Iceberg support Spark 4.2. -->
21242124
<spark.binary.version>4.1</spark.binary.version>
21252125
<!-- SPARK-47086 (4.2.0) upgraded Jetty to 12 (ee10), which requires the
21262126
Jakarta Servlet 6.0 API; jakarta.servlet.ServletConnection
@@ -2130,7 +2130,7 @@
21302130
<delta.version>4.3.1</delta.version>
21312131
<delta.artifact>delta-spark_${spark.binary.version}_${scala.binary.version}</delta.artifact>
21322132
<hudi.version>1.2.0</hudi.version>
2133-
<!-- TODO: update once Paimon support Spark 4.1. -->
2133+
<!-- TODO: update once Paimon support Spark 4.2. -->
21342134
<paimon.version>1.4.2</paimon.version>
21352135
<paimon.artifact>paimon-spark-4.0_${scala.binary.version}</paimon.artifact>
21362136
<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>

0 commit comments

Comments
 (0)