flink-connector-hive/src/main/java/org/apache/flink/table/planner/delegation/hive/copy/HiveParserBaseSemanticAnalyzer.java [296:308]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                case HiveASTParser.TOK_ENABLE:
                case HiveASTParser.TOK_NOVALIDATE:
                case HiveASTParser.TOK_NORELY:
                    break;
                case HiveASTParser.TOK_DISABLE:
                    enable = false;
                    break;
                case HiveASTParser.TOK_VALIDATE:
                    validate = true;
                    break;
                case HiveASTParser.TOK_RELY:
                    rely = true;
                    break;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



flink-connector-hive/src/main/java/org/apache/flink/table/planner/delegation/hive/copy/HiveParserBaseSemanticAnalyzer.java [341:353]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                case HiveASTParser.TOK_ENABLE:
                case HiveASTParser.TOK_NOVALIDATE:
                case HiveASTParser.TOK_NORELY:
                    break;
                case HiveASTParser.TOK_DISABLE:
                    enable = false;
                    break;
                case HiveASTParser.TOK_VALIDATE:
                    validate = true;
                    break;
                case HiveASTParser.TOK_RELY:
                    rely = true;
                    break;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



