nsivabalan commented on code in PR #18984:
URL: https://github.com/apache/hudi/pull/18984#discussion_r3462720227
##########
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/ddl/HMSDDLExecutor.java:
##########
@@ -73,11 +74,21 @@ public class HMSDDLExecutor implements DDLExecutor {
private final String databaseName;
private final IMetaStoreClient client;
private final PartitionValueExtractor partitionValueExtractor;
+ // Optional. When non-null, partition-row operations fan out across this
pool;
+ // table-row operations always use the session `client` field above. See
+ // IMetaStoreClientPool javadoc for the usage contract.
+ private final IMetaStoreClientPool partitionClientPool;
Review Comment:
Moving this to #18983 — that PR owns the `HMSDDLExecutor` changes. After
this standalone rebase, #18984 no longer touches this file.
--
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]