xushiyan commented on code in PR #7175:
URL: https://github.com/apache/hudi/pull/7175#discussion_r1049214021


##########
.github/workflows/bot.yml:
##########
@@ -73,6 +73,14 @@ jobs:
         run: |
           HUDI_VERSION=$(mvn help:evaluate -Dexpression=project.version -q 
-DforceStdout)
           ./packaging/bundle-validation/ci_run.sh $HUDI_VERSION
+      - name: Common Test

Review Comment:
   there is a deeper issue with this - hudi common is tightly coupled with avro 
models, which variates wrt spark profiles. currently hudi-common jar won't be 
compatible across all engine profiles: e.g., if built with spark3.3 (avro 
1.11), it won't work with spark 2 (avro 1.8)  or flink (avro 1.10). this needs 
to be decoupled first. 



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to