xiarixiaoyao commented on pull request #4533:
URL: https://github.com/apache/hudi/pull/4533#issuecomment-1007472831
@parisni we want sparksql tread hudi as DataSource table to have a better
performace.
when spark read dataSource table, spark will restore table metadata from
table properties(include table schema )
you can see the original code in spark
HiveExternalCatalog.restoreTableMetadata
* It reads table schema, provider, partition column names and bucket
specification from table
* properties, and filter out these special entries from table properties.
--
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]