deniskuzZ commented on code in PR #5973:
URL: https://github.com/apache/hive/pull/5973#discussion_r2230730696
##########
ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java:
##########
@@ -449,9 +430,9 @@ public class SemanticAnalyzer extends BaseSemanticAnalyzer {
*/
private boolean rootTasksResolved;
- private TableMask tableMask;
+ protected TableMask tableMask;
- CreateTableDesc tableDesc;
+ protected CreateTableDesc tableDesc;
Review Comment:
why do we need CreateTableDesc here since we created a dedicated SA?
--
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]