dengzhhu653 commented on code in PR #5582:
URL: https://github.com/apache/hive/pull/5582#discussion_r1916331379
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HiveAlterHandler.java:
##########
@@ -101,7 +101,7 @@ public void setConf(Configuration conf) {
@Override
public void alterTable(RawStore msdb, Warehouse wh, String catName, String
dbname,
String name, Table newt, EnvironmentContext environmentContext,
- IHMSHandler handler, String writeIdList)
+ IHMSHandler handler, String writeIdList, boolean isTruncateOp)
Review Comment:
instead of adding a new `isTruncateOp`, can we put it into the
environmentContext, like`
environmentContext.putToProperties("__isTruncateOp__", "true");`
--
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]