deniskuzZ commented on code in PR #4626:
URL: https://github.com/apache/hive/pull/4626#discussion_r1305735748
##########
ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java:
##########
@@ -12488,8 +12489,9 @@ private void walkASTMarkTABREF(TableMask tableMask,
ASTNode ast, Set<String> cte
if (needRewritePrivObjs != null && !needRewritePrivObjs.isEmpty()) {
for (HivePrivilegeObject privObj : needRewritePrivObjs) {
MaskAndFilterInfo info = basicInfos.get(privObj);
- // First we check whether entity actually needs masking or filtering
- if (tableMask.needsMaskingOrFiltering(privObj)) {
+ // First we check whether entity actually needs masking or filtering.
Query based Compaction related queries are
Review Comment:
what if someone triggers manual compaction? compaction type shouldn't matter
--
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]