This is an automated email from the ASF dual-hosted git repository.

mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new e9929bd7d fix: Capture unexpected output when retrieving JVM 17 args 
in Makefile (#2566)
e9929bd7d is described below

commit e9929bd7dd6607862a0172f91a3236898043889a
Author: Junfan Zhang <[email protected]>
AuthorDate: Mon Oct 13 22:21:15 2025 +0800

    fix: Capture unexpected output when retrieving JVM 17 args in Makefile 
(#2566)
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 975020cf2..a96fdab6e 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
 .PHONY: all core jvm test clean release-linux release bench
 
 define spark_jvm_17_extra_args
-$(shell ./mvnw help:evaluate -Dexpression=extraJavaTestArgs | grep -v '\[')
+$(shell ./mvnw help:evaluate -q -DforceStdout -Dexpression=extraJavaTestArgs)
 endef
 
 # Build optional Comet native features (like hdfs e.g)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to