You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/05/28 00:02:00 UTC

[GitHub] [hudi] bvaradar commented on issue #1670: Error opening Hive split: Unknown converted type TIMESTAMP_MICROS

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:
users@infra.apache.org