XiDuo You created SPARK-49179:
---------------------------------
Summary: Fix v2 multi bucketed inner joins throw AssertionError
Key: SPARK-49179
URL: https://issues.apache.org/jira/browse/SPARK-49179
Project: Spark
Issue Type: Bug
Components: SQL
Affects Versions: 3.4.3, 3.3.4, 3.5.1, 4.0.0
Reporter: XiDuo You
{code:java}
[info] Cause: java.lang.AssertionError: assertion failed
[info] at scala.Predef$.assert(Predef.scala:264)
[info] at
org.apache.spark.sql.execution.exchange.EnsureRequirements.createKeyGroupedShuffleSpec(EnsureRequirements.scala:642)
[info] at
org.apache.spark.sql.execution.exchange.EnsureRequirements.$anonfun$checkKeyGroupCompatible$1(EnsureRequirements.scala:385)
[info] at scala.collection.immutable.List.map(List.scala:247)
[info] at scala.collection.immutable.List.map(List.scala:79)
[info] at
org.apache.spark.sql.execution.exchange.EnsureRequirements.checkKeyGroupCompatible(EnsureRequirements.scala:382)
[info] at
org.apache.spark.sql.execution.exchange.EnsureRequirements.checkKeyGroupCompatible(EnsureRequirements.scala:364)
[info] at
org.apache.spark.sql.execution.exchange.EnsureRequirements.org$apache$spark$sql$execution$exchange$EnsureRequirements$$ensureDistributionAndOrdering(EnsureRequirements.scala:166)
[info] at
org.apache.spark.sql.execution.exchange.EnsureRequirements$$anonfun$1.applyOrElse(EnsureRequirements.scala:714)
[info] at
org.apache.spark.sql.execution.exchange.EnsureRequirements$$anonfun$1.applyOrElse(EnsureRequirements.scala:689)
[info] at
org.apache.spark.sql.catalyst.trees.TreeNode.$anonfun$transformUpWithPruning$4(TreeNode.scala:528)
[info] at
org.apache.spark.sql.catalyst.trees.CurrentOrigin$.withOrigin(origin.scala:84)
[info] at
org.apache.spark.sql.catalyst.trees.TreeNode.transformUpWithPruning(TreeNode.scala:528)
[info] at
org.apache.spark.sql.catalyst.trees.TreeNode.transformUp(TreeNode.scala:497)
[info] at
org.apache.spark.sql.execution.exchange.EnsureRequirements.apply(EnsureRequirements.scala:689)
[info] at
org.apache.spark.sql.execution.exchange.EnsureRequirements.apply(EnsureRequirements.scala:51)
[info] at
org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanExec$.$anonfun$applyPhysicalRules$2(AdaptiveSparkPlanExec.scala:882)
[in
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]