Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.0
-
None
Description
Test files in testdata/workloads/functional-query/queries/QueryTest are parsed by test_file_parser.py, which ignores everything before the first ==== line as a file header. The following files start with a query but lack the ==== string in the first line and need to be fixed.
testdata/workloads/functional-query/queries/QueryTest/distinct.test testdata/workloads/functional-query/queries/QueryTest/hdfs-text-scan.test testdata/workloads/functional-query/queries/QueryTest/inline-view-limit.test