Bulk operation for register_partition? #15043
Unanswered
sweetpythoncode
asked this question in
Q&A
Replies: 1 comment
-
No. Note that there won't be any performance benefit with the multiple call version since the partitions still need to be registered one by one on the metastore. Adding a bulk mechanism while useful will make handling error situations very difficult since if some registers fail there's no way to let client know specificially which operations failed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is that possible to use register_partition for many paths, instead of one by one register operation?
Beta Was this translation helpful? Give feedback.
All reactions