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 2022/10/26 09:30:37 UTC

[GitHub] [hudi] shenshengli commented on issue #6967: [SUPPORT]prestodb read hudi incorretly after ddl by spark

shenshengli commented on issue #6967:
URL: https://github.com/apache/hudi/issues/6967#issuecomment-1291759930

   hive connector: 
     Add support for allowing to match columns between table and partition schemas by names for HUDI tables. This is enabled when configuration property `hive.parquet.use-column-names` or the hive catalog session property `parquet_use_column_names` is set to `true`. By default they are mapped by index. 
     Default value: false .Set to `true`,This problem is solved.
   hudi connector of prestodb: 
     There is no such problem.
   hudi connector of trino:
      By default, use_parquet_column_names=true ,which plays an equivalent role as parquet_use_column_names does


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org