beyond1920 commented on issue #6430: URL: https://github.com/apache/hudi/issues/6430#issuecomment-1445051714
@danny0405 Flink SQL has limited support for complex types. Nested array type is not supported yet, for example, array<row(f2_row_f0 int, f2_row_f1 int)>. 1. the writer: There is a litter bug when create parquet writer for nested array type, as shown in the exception stack as @QuChunhe mentioned. 2. the reader: `ArrayColumnReader` only supports primitive element type currently. -- 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]
