dongjoon-hyun commented on PR #38180:
URL: https://github.com/apache/spark/pull/38180#issuecomment-1272781617

   Ya, I agree. According to the current support rule,
   
https://github.com/apache/spark/blob/cf053836e8f75645dab9551683a4e9e32e9625c8/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala#L134-L138
   
   The following is our support rule.
   ```
     private def isOrcProperty(key: String) =
       key.startsWith("orc.") || key.contains(".orc.")
   
     private def isParquetProperty(key: String) =
       key.startsWith("parquet.") || key.contains(".parquet.")
   ```


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