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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to