kasakrisz commented on code in PR #4832:
URL: https://github.com/apache/hive/pull/4832#discussion_r1391214270
##########
ql/src/java/org/apache/hadoop/hive/ql/hooks/WriteEntity.java:
##########
@@ -170,7 +170,7 @@ public WriteType getWriteType() {
/**
* Only use this if you are very sure of what you are doing. This is used
by the
- * {@link org.apache.hadoop.hive.ql.parse.UpdateDeleteSemanticAnalyzer} to
reset the types to
+ * {@link org.apache.hadoop.hive.ql.parse.UpdateSemanticAnalyzer} to reset
the types to
Review Comment:
Removed this method since it was not referenced from anywhere.
##########
ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveStorageHandler.java:
##########
@@ -444,7 +444,7 @@ default List<VirtualColumn> acidVirtualColumns() {
}
/**
- * {@link org.apache.hadoop.hive.ql.parse.UpdateDeleteSemanticAnalyzer}
rewrites DELETE/UPDATE queries into INSERT
+ * {@link UpdateSemanticAnalyzer} rewrites DELETE/UPDATE queries into INSERT
Review Comment:
Updated.
--
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]