adith-os commented on code in PR #13315:
URL: https://github.com/apache/hudi/pull/13315#discussion_r2098182972


##########
pom.xml:
##########
@@ -2579,7 +2579,7 @@
                    hudi-hadoop-mr, for ex). Since these Hudi modules might be 
used from w/in the execution engine(s)
                    bringing these file-formats as dependencies as well, we 
need to make sure that versions are
                    synchronized to avoid classpath ambiguity -->
-        <parquet.version>1.13.1</parquet.version>
+        <parquet.version>1.15.1</parquet.version>

Review Comment:
   No problem. It is not a blocker for me, I could fix errors like the below 
one by shading the required parquet packages for spark-bundle for my usecase. I 
wanted to contribute the same change but I see the same error in the tests 
which is a bit confusing 😅 
   
   ```
   recent failure: Lost task 0.3 in stage 12.0 (TID 26) (172.30.95.61 executor 
1): java.lang.NoClassDefFoundError: 
org.apache.parquet.conf.HadoopParquetConfiguration
        at 
org.apache.parquet.avro.AvroSchemaConverter.<init>(AvroSchemaConverter.java:111)
   
   ```



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