yihua commented on code in PR #13493:
URL: https://github.com/apache/hudi/pull/13493#discussion_r2258460949


##########
.github/workflows/bot.yml:
##########
@@ -1208,3 +1208,36 @@ jobs:
           FLINK_PROFILE: ${{ matrix.flinkProfile }}
         run:
           mvn test -Punit-tests -Djava17 -Djava.version=17 -D"$SCALA_PROFILE" 
-D"$FLINK_PROFILE" -pl hudi-examples/hudi-examples-flink $MVN_ARGS
+
+  test-hudi-trino-plugin:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Checkout repository
+        uses: actions/checkout@v3
+#      - name: Set up JDK 8
+#        uses: actions/setup-java@v3
+#        with:
+#          java-version: '8'
+#          distribution: 'temurin'
+#          architecture: x64
+#          cache: maven
+#      - name: Build and Install All Dependencies with JDK8
+#        run:
+#          # Using spark3.5 and scala2.12 so parquet version 1.13.1 is used 
instead of 1.10.1
+#          mvn clean install $MVN_ARGS -Pspark3.5 -Pscala-2.12 -DskipTests -pl 
'hudi-timeline-service,hudi-client,hudi-hadoop-mr,hudi-client/hudi-java-client' 
-am

Review Comment:
   Fixed



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