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 copying the array data here, but i noticed that the `ColumnarArrayData` for flink 1.13.x is final, so there is no way to inherit from it. What we can do is moving the copied `ColumnarArrayData` to a proper package (same as the flink one), but that is also not a perfect solution, the flink clazz may overwide hudi's copy. -- 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]
