[GLUTEN-6876] Support Spark-352#7138
Conversation
|
Run Gluten Clickhouse CI |
e844f5d to
2497695
Compare
|
Run Gluten Clickhouse CI |
| shuffleExecutorComponents) | ||
| case other: BaseShuffleHandle[K @unchecked, V @unchecked, _] => | ||
| new SortShuffleWriter(other, mapId, context, shuffleExecutorComponents) | ||
| new SortShuffleWriter(other, mapId, context, _, shuffleExecutorComponents) |
There was a problem hiding this comment.
Does this mean that gluten will not guarantee spark minor version compatibility?
There was a problem hiding this comment.
Hi @wForget,
Not guaranteed for all minor versions indeed. Actually it's the same for Spark 32 & 3.3 & 3.4. It's only tested with the latest minor release.
The issue is mostly due to the shim layer design, and the CI/CD resources are also not enough for so many small versions.
|
Run Gluten Clickhouse CI |
| p: SparkPlan, | ||
| reason: String, | ||
| fallbackNodeToReason: mutable.HashMap[String, String]): Unit = { | ||
| p.getTagValue(QueryPlan.OP_ID_TAG).foreach { |
There was a problem hiding this comment.
https://issues.apache.org/jira/browse/SPARK-48610
QueryPlan.OP_ID_TAG doesn't exist in spark 3.5.2+ / 4.0.0
There was a problem hiding this comment.
Thanks, there's also a minor change on sortshufflewriter, will move these changes to shim layer
|
Run Gluten Clickhouse CI |
2f439e6 to
7ce863d
Compare
|
Run Gluten Clickhouse CI |
3 similar comments
|
Run Gluten Clickhouse CI |
|
Run Gluten Clickhouse CI |
|
Run Gluten Clickhouse CI |
|
Run Gluten Clickhouse CI |
2 similar comments
|
Run Gluten Clickhouse CI |
|
Run Gluten Clickhouse CI |
|
Run Gluten Clickhouse CI |
|
Spark 3.5.3 is out https://spark.apache.org/news/spark-3-5-3-released.html, should we upgrade to 3.5.3? |
Yes, plan to submit one new patch for Spark-353 after this - actually there's not much change from 352 to 353 thanks, -yuan |
|
Run Gluten Clickhouse CI |
df34d44 to
a988a6b
Compare
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
082196c to
6125e92
Compare
|
Run Gluten Clickhouse CI |
This reverts commit 32cd1dc.
This reverts commit 32cd1dc
This reverts commit 32cd1dc
This reverts commit 8e46b5c.
This reverts commit 32cd1dc
This reverts commit 32cd1dc
What changes were proposed in this pull request?
Support Spark 352
fixes #6876
How was this patch tested?
Pass GHA