vikramahuja1001 commented on code in PR #4501:
URL: https://github.com/apache/hive/pull/4501#discussion_r1273047704
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -1292,7 +1292,7 @@ public static enum ConfVars {
* @deprecated Use MetastoreConf.BATCH_RETRIEVE_MAX
*/
@Deprecated
- METASTORE_BATCH_RETRIEVE_MAX("hive.metastore.batch.retrieve.max", 300,
+ METASTORE_BATCH_RETRIEVE_MAX("hive.metastore.batch.retrieve.max", 1000,
Review Comment:
Ideally wanted to reduce the number of calls to HMS as 300 seemed on the
lower side. Since there are a lot of other features using this property I think
it's better to track this change in a separate JIRA to fully understand the
scope and implications of changing the batch size. I have reverted this change
for now, will be raising a separate JIRA for this.
--
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]