waytoharish commented on issue #10895:
URL: https://github.com/apache/hudi/issues/10895#issuecomment-2042234221

   I am keep getting 
   
   lang.ClassCastException: class 
org.apache.flink.table.data.binary.BinaryStringData cannot be cast to class 
org.apache.flink.table.data.ArrayData 
(org.apache.flink.table.data.binary.BinaryStringData and 
org.apache.flink.table.data.ArrayData are in unnamed module of loader 'app')
        at 
org.apache.flink.table.data.GenericRowData.getArray(GenericRowData.java:195) 
~[flink-table-common-1.15.0.jar:1.15.0]
        at 
org.apache.flink.table.data.RowData.lambda$createFieldGetter$245ca7d1$10(RowData.java:265)
 ~[flink-table-common-1.15.0.jar:1.15.0]
        at 
org.apache.flink.table.data.RowData.lambda$createFieldGetter$25774257$1(RowData.java:296)
 ~[flink-table-common-1.15.0.jar:1.15.0]
        at 
org.apache.hudi.util.RowDataToAvroConverters$11.convert(RowDataToAvroConverters.java:271)
 ~[hudi-flink1.15-bundle-0.14.0.jar:0.14.0]
        at 
org.apache.hudi.util.RowDataToAvroConverters$10.convert(RowDataToAvroConverters.java:239)
 ~[hudi-flink1.15-bundle-0.14.0.jar:0.14.0]
        at 
org.apache.hudi.sink.transform.RowDataToHoodieFunction.toHoodieRecord(RowDataToHoodieFunction.java:109)
 ~[hudi-flink1.15-bundle-0.14.0.jar:0.14.0]
        at 
org.apache.hudi.sink.transform.RowDataToHoodieFunction.map(RowDataToHoodieFunction.java:97)
 ~[hudi-flink1.15-bundle-0.14.0.jar:0.14.0]
        at 
org.apache.hudi.sink.transform.RowDataToHoodieFunction.map(RowDataToHoodieFunction.java:46)
 ~[hudi-flink1.15-bundle-0.14.0.jar:0.14.0]
        at 
org.apache.flink.streaming.api.operators.StreamMap.processElement(StreamMap.java:38)
 ~[flink-streaming-java-1.15.0.jar:1.15.0]
        at 
org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.pushToOperator(CopyingChainingOutput.java:82)
 ~[flink-streaming-java-1.15.0.jar:1.15.0]
        at 
org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.collect(CopyingChainingOutput.java:57)
 ~[flink-streaming-java-1.15.0.jar:1.15.0]
        at 
org.apache.flink.streaming.runtime.tasks.CopyingChainingOutput.collect(CopyingChainingOutput.java:29)
 ~[flink-streaming-java-1.15.0.jar:1.15.0]


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