danny0405 commented on issue #18711: URL: https://github.com/apache/hudi/issues/18711#issuecomment-4426930513
Hi, @kbuci , in this PR: https://github.com/apache/hudi/pull/18717, I migrated the current ITs to run with Flink 2.1, and did very small changes on `ParquetSplitReaderUtil`, and the reader already works, there is no need to pass around explciit schema on reader side. `ParquetSplitReaderUtil` read it physically as row and Flink runtime will translate it into `Variant` data type. -- 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]
