dengzhhu653 commented on code in PR #4726:
URL: https://github.com/apache/hive/pull/4726#discussion_r1369684970


##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java:
##########
@@ -2188,12 +2186,12 @@ public List<Partition> listPartitions(String catName, 
String db_name, String tbl
     if (db_name == null || tbl_name == null) {
       throw new MetaException("Database name/Table name should not be null");
     }
-    boolean skipColumnSchemaForPartition = MetastoreConf.getBoolVar(conf, 
ConfVars.METASTORE_CLIENT_FIELD_SCHEMA_FOR_PARTITIONS);

Review Comment:
   Another point is that we will send the partition details along with the 
notification event:
   
https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HMSHandler.java#L5287
   
   I'm not sure if it will introduce some surprises to the notification 
listener.



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to