andygrove commented on code in PR #823:
URL: https://github.com/apache/datafusion-comet/pull/823#discussion_r1715314546


##########
Makefile:
##########
@@ -80,7 +84,7 @@ release:
 release-nogit:
        cd native && RUSTFLAGS="-Ctarget-cpu=native" cargo build --release
        ./mvnw install -Prelease -DskipTests $(PROFILES) 
-Dmaven.gitcommitid.skip=true
-benchmark-%: clean release
-       cd spark && COMET_CONF_DIR=$(shell pwd)/conf MAVEN_OPTS='-Xmx20g' 
../mvnw exec:java -Dexec.mainClass="$*" -Dexec.classpathScope="test" 
-Dexec.cleanupDaemonThreads="false" -Dexec.args="$(filter-out 
$@,$(MAKECMDGOALS))" $(PROFILES)
+benchmark-%: release

Review Comment:
   +1 for removing `clean`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to