bvaradar commented on issue #1670:
URL: https://github.com/apache/hudi/issues/1670#issuecomment-635007877
@creactiviti : I think this is coming from spark. For ParquetDFSSource, Hudi
uses spark.read().parquet() to get schema.
Can you rewrite the same data again as plain parquet dataset through spark
(E:g: spark.read.parquet(...).write().format("parquet").save(.....) and then
query using presto ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]