Files
impala/testdata/workloads/functional-query/queries/QueryTest/inline-view-limit.test
Bikramjeet Vig f11181cbe5 IMPALA-6123: Fix column order of a query test in test_inline_view_limit
Currently a "select *" query in test_inline_view_limit fails during
exhaustive testing because Impala returns columns from HBase tables
in a different order (IMPALA-886) than the one expected. This fix
ensures the column order is consistent by specifying the output
columns in the right order in the select query.

Testing:
Tested locally, with and without exhaustive exploration strategy.

Change-Id: I11667872b8788a8b0040bf9252bf07b987b5d330
Reviewed-on: http://gerrit.cloudera.org:8080/8409
Reviewed-by: Lars Volker <lv@cloudera.com>
Tested-by: Impala Public Jenkins
2017-10-28 06:29:38 +00:00

3.8 KiB