ulysses-you commented on PR #37290:
URL: https://github.com/apache/spark/pull/37290#issuecomment-1198927788

   @viirya yes, the default of `numStaticPartitionCols` is 0 so it won't affect 
other code place. For now, only `InsertIntoHadoopFsRelationCommand` specifies 
it.
   
   The reason is:
   - For hive write, it has already pass the dynamic partition cols for 
`FileFormatWriter`, so it's `numStaticPartitionCols` should always be 0
   - For ctas, we do not support specify static partition


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