This is an automated email from the ASF dual-hosted git repository.
eldenmoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 328ad6ace17 [build](Variant) Show Variant NestedGroup feature flag
(#64727)
328ad6ace17 is described below
commit 328ad6ace17aa67510b6b26fb61282d6fc0354fe
Author: lihangyu <[email protected]>
AuthorDate: Tue Jun 23 16:47:25 2026 +0800
[build](Variant) Show Variant NestedGroup feature flag (#64727)
## Summary
- add Variant NestedGroup to the build feature list output in build.sh
## Validation
- bash -n build.sh
- git diff --check
---
build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sh b/build.sh
index acef0765b43..f9f05c1df45 100755
--- a/build.sh
+++ b/build.sh
@@ -703,6 +703,7 @@ echo "Get params:
FEAT=()
FEAT+=($(feature_enabled "tde" && echo "+TDE" || echo "-TDE"))
FEAT+=($(feature_enabled "tls" && echo "+TLS" || echo "-TLS"))
+FEAT+=($(feature_enabled "variant-nested-group" && echo
"+VARIANT_NESTED_GROUP" || echo "-VARIANT_NESTED_GROUP"))
FEAT+=($([[ "${ENABLE_HDFS_STORAGE_VAULT:-OFF}" == "ON" ]] && echo
"+HDFS_STORAGE_VAULT" || echo "-HDFS_STORAGE_VAULT"))
FEAT+=($([[ ${BUILD_UI} -eq 1 ]] && echo "+UI" || echo "-UI"))
FEAT+=($([[ "${BUILD_AZURE}" == "ON" ]] && echo
"+AZURE_BLOB,+AZURE_STORAGE_VAULT" || echo "-AZURE_BLOB,-AZURE_STORAGE_VAULT"))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]