wecharyu commented on code in PR #4744:
URL: https://github.com/apache/hive/pull/4744#discussion_r1430422859


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DirectSqlUpdateStat.java:
##########
@@ -229,12 +229,11 @@ private void 
insertIntoPartColStatTable(Map<PartColNameInfo, MPartitionColumnSta
                                           Connection dbConn) throws 
SQLException, MetaException, NoSuchObjectException {
     PreparedStatement preparedStatement = null;
     int numRows = 0;
-    String insert = "INSERT INTO \"PART_COL_STATS\" (\"CS_ID\", \"CAT_NAME\", 
\"DB_NAME\","
-            + "\"TABLE_NAME\", \"PARTITION_NAME\", \"COLUMN_NAME\", 
\"COLUMN_TYPE\", \"PART_ID\","
+    String insert = "INSERT INTO \"PART_COL_STATS\" (\"CS_ID\", 
\"COLUMN_NAME\", \"COLUMN_TYPE\", \"PART_ID\","

Review Comment:
   Yes, it was renamed to `DirectSqlUpdatePart.java`.



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

Reply via email to