ankit0811 commented on issue #5457:
URL: https://github.com/apache/hudi/issues/5457#issuecomment-2161707842

   @danny0405 I am still seeing this exception when I try writing a COW type of 
table
   
   flink `1.15.2`
   hudi `1.14.1`
   
   
   This is the stack trace
   ```
   Caused by: java.lang.ClassCastException: class 
org.apache.hudi.common.fs.HoodieWrapperFileSystem cannot be cast to class 
org.apache.hudi.common.fs.HoodieWrapperFileSystem 
(org.apache.hudi.common.fs.HoodieWrapperFileSystem is in unnamed module of 
loader org.apache.flink.util.ChildFirstClassLoader @2d3c998e; 
org.apache.hudi.common.fs.HoodieWrapperFileSystem is in unnamed module of 
loader org.apache.flink.util.ChildFirstClassLoader @6f77e5b8)
        at 
org.apache.hudi.io.storage.row.HoodieRowDataParquetWriter.<init>(HoodieRowDataParquetWriter.java:51)
        at 
org.apache.hudi.io.storage.row.HoodieRowDataFileWriterFactory.newParquetInternalRowFileWriter(HoodieRowDataFileWriterFactory.java:79)
        at 
org.apache.hudi.io.storage.row.HoodieRowDataFileWriterFactory.getRowDataFileWriter(HoodieRowDataFileWriterFactory.java:55)
        at 
org.apache.hudi.io.storage.row.HoodieRowDataCreateHandle.createNewFileWriter(HoodieRowDataCreateHandle.java:220)
        at 
org.apache.hudi.io.storage.row.HoodieRowDataCreateHandle.<init>(HoodieRowDataCreateHandle.java:110)
        at 
org.apache.hudi.sink.bulk.BulkInsertWriterHelper.getRowCreateHandle(BulkInsertWriterHelper.java:129)
        at 
org.apache.hudi.sink.bulk.BulkInsertWriterHelper.write(BulkInsertWriterHelper.java:110)
        ... 49 more
   ```
   


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