LantaoJin edited a comment on issue #25840: [SPARK-29166][SQL] Add parameters to limit the number of dynamic partitions for data source table URL: https://github.com/apache/spark/pull/25840#issuecomment-542065908 > The restriction in Hive only used in Hive client side. It illustrates how Hive limits the number of dynamic partitions -- IIUC, Hive won't check the limitation from metastore but restrict it in Hive Driver(client). So for data source table, it uses `InsertIntoHadoopFsRelationCommand`, the hive limitation `hive.exec.max.dynamic.partitions` couldn't work here. Above testing verified it.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
