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


##########
kube/Dockerfile:
##########
@@ -65,4 +65,4 @@ ENV SCALA_VERSION=2.12
 USER root
 
 # note the use of a wildcard in the file name so that this works with both 
snapshot and final release versions
-COPY --from=builder  
/comet/spark/target/comet-spark-spark${SPARK_VERSION}_$SCALA_VERSION-0.2.0*.jar 
$SPARK_HOME/jars
+COPY --from=builder  
/comet/spark/target/comet-spark-spark${SPARK_VERSION}_$SCALA_VERSION-*.jar 
$SPARK_HOME/jars

Review Comment:
   unrelated, but ran into this hard-coded version number during testing



-- 
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