cloud-fan commented on code in PR #51419: URL: https://github.com/apache/spark/pull/51419#discussion_r3136482380
########## sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/MetadataOnlyTable.java: ########## Review Comment: like parquet/jdbc data source table in HMS. Hive just stores the table metadata, and it does not know how to read/write this table. It's the Spark data source framework to recognize the data source name, get data source info from table location and properties, and perform read/write. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
