This is an automated email from the ASF dual-hosted git repository.
liujiayi771 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 3144d5ae03 [MINOR] Add missing profiles in `format-scala-code.sh`
(#11506)
3144d5ae03 is described below
commit 3144d5ae0393588c10e75e023773ae76117244fc
Author: Joey <[email protected]>
AuthorDate: Thu Jan 29 16:43:17 2026 +0800
[MINOR] Add missing profiles in `format-scala-code.sh` (#11506)
---
dev/format-scala-code.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/format-scala-code.sh b/dev/format-scala-code.sh
index 0b4db11a85..431521baf5 100755
--- a/dev/format-scala-code.sh
+++ b/dev/format-scala-code.sh
@@ -21,8 +21,8 @@ MVN_CMD="${BASEDIR}/../build/mvn"
# If a new profile is introduced for new modules, please add it here to ensure
# the new modules are covered.
-PROFILES="-Pbackends-velox -Pceleborn,uniffle -Piceberg,delta,hudi,paimon \
- -Pspark-3.3,spark-3.4,spark-3.5,spark-4.0,spark-4.1 -Pspark-ut"
+PROFILES="-Pbackends-velox,backends-clickhouse -Pceleborn,uniffle
-Piceberg,delta,hudi,paimon \
+ -Pspark-3.3,spark-3.4,spark-3.5,spark-4.0,spark-4.1 -Pspark-ut
-Pkafka"
COMMAND=$1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]