Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This is to test the HiveParser introduced by FLIP-152
The test can be conducted as follow:
- Setup Flink and Hive. Add flink-sql-connector-hive and hadoop jars to classpath.
- Start SQL client and run test cases in HiveDialectITCase and HiveDialectQueryITCase. Choose at least one test case from each test method. Query test can be found in this folder.
- Test switching between hive and default dialects.
- Make sure to place HiveModule first in the module list when testing DQL and DML with hive dialect.
- Perform the test with at least hive 1.x and 2.x.