rahil-c commented on issue #9494: URL: https://github.com/apache/hudi/issues/9494#issuecomment-1688928535
Actually was able to get past this issue, required this config to be set that emr presto team shared https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hudi-considerations.html ``` set session hive.parquet_use_column_names=true ``` or ``` set session awsdatacatalog.parquet_use_column_names=true ``` -- 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]
