Manya0407 commented on code in PR #6560:
URL: https://github.com/apache/hive/pull/6560#discussion_r3491613663


##########
ql/src/java/org/apache/hadoop/hive/ql/QueryProperties.java:
##########


Review Comment:
   Moved CTAS and ANALYZE related flags into QueryFeature. Added separate enum 
values for ANALYZE, NO_SCAN, and REWRITE to preserve the existing distinctions.
   Implemented the suggested approach:
   
   analyzeCommand → QueryFeature.ANALYZE
   noScanAnalyzeCommand → QueryFeature.ANALYZE + QueryFeature.NO_SCAN
   analyzeRewrite → QueryFeature.ANALYZE + QueryFeature.REWRITE



-- 
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]

Reply via email to