ShreyeshArangath commented on code in PR #1932:
URL: https://github.com/apache/auron/pull/1932#discussion_r2710377845


##########
.github/workflows/tpcds-reusable.yml:
##########
@@ -255,14 +258,10 @@ jobs:
             }}${{ inputs.celebornver && format('-{0}', inputs.celebornver) || 
'' 
             }}${{ inputs.unifflever && format('-{0}', inputs.unifflever) || '' 
}}
 
-      - name: Download auron maven artifacts
+      - name: Download Auron it JAR

Review Comment:
   ```suggestion
         - name: Download auron-it JAR
   ```



##########
.github/workflows/tpcds-reusable.yml:
##########
@@ -184,14 +184,17 @@ jobs:
             }}${{ inputs.unifflever && format('-{0}', inputs.unifflever) || '' 
}}
           path: target/auron-${{ inputs.sparkver }}_${{ inputs.scalaver 
}}-pre-*.jar
           overwrite: true
-      - name: Upload auron maven artifacts (Spark ${{ inputs.sparkver }}, 
Scala ${{ inputs.scalaver }}, JDK ${{ inputs.javaver }})
+
+      - name: Build auron it (Spark ${{ inputs.sparkver }}, Scala ${{ 
inputs.scalaver }}, JDK ${{ inputs.javaver }})

Review Comment:
   ```suggestion
         - name: Build auron-it (Spark ${{ inputs.sparkver }}, Scala ${{ 
inputs.scalaver }}, JDK ${{ inputs.javaver }})
   ```



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

Reply via email to