diqiu50 commented on code in PR #13021:
URL: https://github.com/apache/gravitino/pull/13021#discussion_r3975044742


##########
catalogs/hive-metastore-common/src/main/java/org/apache/gravitino/hive/client/HiveShimV2.java:
##########
@@ -317,9 +317,8 @@ public void close() throws Exception {
    * @return An environment context with {@code DO_NOT_UPDATE_STATS} set to 
{@code true}.
    */
   protected EnvironmentContext doNotUpdateStatsContext() {
-    // Use the literal "true" rather than StatsSetupConst.TRUE, which is not 
present in all
-    // supported
-    // Hive versions (e.g. Hive 3.1.3).
+    // The value is the literal "true" instead of StatsSetupConst.TRUE because 
that constant does
+    // not exist in all supported Hive versions (for example, it is absent in 
Hive 3.1.3).

Review Comment:
   StatsSetupConst.TRUE is exist in Hive 3.1.3



-- 
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]

Reply via email to