You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/12/04 04:42:15 UTC

[GitHub] [incubator-kyuubi] FireFoxAhri commented on pull request #3894: [KYUUBI #3893] [BUG] Fix spark extension: UnspecifiedDistribution does not have default partitioning.

FireFoxAhri commented on PR #3894:
URL: https://github.com/apache/incubator-kyuubi/pull/3894#issuecomment-1336320553

   > https://github.com/apache/incubator-kyuubi/actions/runs/3608352426/jobs/6081140138
   > 
   > ```
   > Error:  /home/runner/work/incubator-kyuubi/incubator-kyuubi/extensions/spark/kyuubi-extension-spark-common/src/main/scala/org/apache/kyuubi/sql/KyuubiQueryStagePreparation.scala:25: object AQEShuffleReadExec is not a member of package org.apache.spark.sql.execution.adaptive
   > Error:  /home/runner/work/incubator-kyuubi/incubator-kyuubi/extensions/spark/kyuubi-extension-spark-common/src/main/scala/org/apache/kyuubi/sql/KyuubiQueryStagePreparation.scala:82: not found: type AQEShuffleReadExec
   > Error: [ERROR] two errors found
   > Error:  Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.6.1:compile (scala-compile-first) on project kyuubi-extension-spark-common_2.12: Execution scala-compile-first of goal net.alchim31.maven:scala-maven-plugin:4.6.1:compile failed: Compilation failed: InterfaceCompileFailed -> [Help 1]
   > ```
   
   Looks like 3.1 doesn't have AQEShuffleReadExec, and the problem currently only appears in 3.3.x. Should I separate InsertShuffleNodeBeforeJoin to different module and only change spark 3.3 module


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org