This is an automated email from the ASF dual-hosted git repository. richox pushed a commit to branch dev-v6.0.0-parallel-scan-kdev-build in repository https://gitbox.apache.org/repos/asf/auron.git
commit 15b9fcc2d68df05d39a9ebed0f70af39150df052 Author: zhangli20 <[email protected]> AuthorDate: Thu Mar 19 11:12:32 2026 +0800 add kdev-build-deploy.sh --- kdev-build-deploy.sh | 3 +++ .../org/apache/spark/sql/execution/blaze/plan/NativeAggBase.scala | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/kdev-build-deploy.sh b/kdev-build-deploy.sh new file mode 100755 index 00000000..46e0a5b8 --- /dev/null +++ b/kdev-build-deploy.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +mvn package -Pspark-3.5 -Prelease -Dmaven.test.skip -DskipTests diff --git a/spark-extension/src/main/scala/org/apache/spark/sql/execution/blaze/plan/NativeAggBase.scala b/spark-extension/src/main/scala/org/apache/spark/sql/execution/blaze/plan/NativeAggBase.scala index 5824fac3..26bcd9d2 100644 --- a/spark-extension/src/main/scala/org/apache/spark/sql/execution/blaze/plan/NativeAggBase.scala +++ b/spark-extension/src/main/scala/org/apache/spark/sql/execution/blaze/plan/NativeAggBase.scala @@ -227,7 +227,7 @@ object NativeAggBase extends Logging { aggr.mode, aggr.isDistinct) val outputAttr = - AttributeReference(Util.getFieldNameByExprId(aggrAttr), aggrAttr.dataType, aggr.nullable)( + AttributeReference(Util.getFieldNameByExprId(aggrAttr), aggrAttr.dataType, aggrAttr.nullable)( aggrAttr.exprId) aggr.mode match {
