cloud-fan commented on PR #47418: URL: https://github.com/apache/spark/pull/47418#issuecomment-2289396375
The idea LGTM. I think it's cleaner if the implementation is an optimizer rule that rewrites `InsertIntoHadoopFsRelation` command. We can look at the constraints of the input query, if we can infer an equality predicate against a partition column, we can fill the static partitions of the `InsertIntoHadoopFsRelation` command. -- 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]
