zhangbutao commented on code in PR #4700: URL: https://github.com/apache/hive/pull/4700#discussion_r1348608240
########## ql/src/java/org/apache/hadoop/hive/ql/parse/RewriteSemanticAnalyzer.java: ########## @@ -581,6 +581,11 @@ protected ColumnAppender(Table table, HiveConf conf, String subQueryAlias) { } public abstract void appendAcidSelectColumns(StringBuilder stringBuilder, Context.Operation operation); + + public void appendAcidSelectColumnsForTombstone(StringBuilder stringBuilder, Context.Operation operation) { Review Comment: ha, Not a native English speaker and try to understand what's the meaning of `Tombstone `in here? :( Can we use a more simple word? :) -- 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