mirror of
https://github.com/apache/impala.git
synced 2026-01-03 15:00:52 -05:00
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
3.8 KiB
3.8 KiB