pvary commented on a change in pull request #2772:
URL: https://github.com/apache/hive/pull/2772#discussion_r773112203
##########
File path: storage-api/src/java/org/apache/hadoop/hive/common/AcidConstants.java
##########
@@ -40,6 +40,10 @@
public static final String VISIBILITY_PREFIX = "_v";
public static final Pattern VISIBILITY_PATTERN =
Pattern.compile(VISIBILITY_PREFIX + "\\d+");
+ public static final String V_TABLE_SUFFIX = ".v";
Review comment:
Could we use a variable name which describes these tables better?
Like: SOFT_DELETE_PATH_SUFFIX, SOFT_DELETE_TABLE_PATTERN, SOFT_DELETE_TABLE?
--
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]