cloud-fan commented on PR #38180:
URL: https://github.com/apache/spark/pull/38180#issuecomment-1274738414

   When we read/write Hive Parquet tables using native Parquet data source, we 
extract read/write options from table properties:
   
https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala#L132-L138
   
   I don't know the reason of this special case (the code seems to be there for 
a long time), but this seems like something we can always do: when read/write a 
data source table, combine table properties and storage properties as the 
read/write options.


-- 
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]

Reply via email to