From eef4e37cc0cd1d62daea34c7dab82bbb4d581b07 Mon Sep 17 00:00:00 2001 From: weiting-chen Date: Wed, 11 Mar 2026 22:38:37 +0800 Subject: [PATCH] Remove 'Incubating' references from source code Update the download URL in NewToGluten.md to use the post-graduation TLP release path (non-incubating version). Note: 'Apache Impala (incubating)' in NOTICE-binary and META-INF/NOTICE is a third-party attribution and is left unchanged. Part of: https://github.com/apache/gluten/issues/11713 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/developers/NewToGluten.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/NewToGluten.md b/docs/developers/NewToGluten.md index 2d11cfba81bc..448db85b504f 100644 --- a/docs/developers/NewToGluten.md +++ b/docs/developers/NewToGluten.md @@ -407,7 +407,7 @@ spark-shell --name run_gluten \ --conf spark.plugins=org.apache.gluten.GlutenPlugin \ --conf spark.memory.offHeap.enabled=true \ --conf spark.memory.offHeap.size=20g \ - --jars https://dlcdn.apache.org/incubator/gluten/1.4.0-incubating/apache-gluten-1.4.0-incubating-bin-spark35.tar.gz \ + --jars https://dlcdn.apache.org/gluten/1.5.0/apache-gluten-1.5.0-bin-spark-3.5.tar.gz \ --conf spark.shuffle.manager=org.apache.spark.shuffle.sort.ColumnarShuffleManager ```