[GitHub] [hudi] danny0405 commented on issue #7260: [SUPPORT] ClassCastException when use Flink to read array column

2023-01-10 Thread GitBox
danny0405 commented on issue #7260: URL: https://github.com/apache/hudi/issues/7260#issuecomment-1378355220 Thanks for the feedback, would close this issue then. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [hudi] danny0405 commented on issue #7260: [SUPPORT] ClassCastException when use Flink to read array column

2022-12-29 Thread GitBox
danny0405 commented on issue #7260: URL: https://github.com/apache/hudi/issues/7260#issuecomment-1367176663 Hi @hbgstc123 , flink 1.13 does not have complete impl for map and array type for parquet, so we copy our own `ColumnarArrayData` in hudi, it seems that there is something wrong when