Bikramjeet Vig has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8409
Change subject: IMPALA-6123: Fix column order of a query test in test_inline_view_limit ...................................................................... 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 the output column order is different from the expected one for it corresponding hbase table. 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 --- M testdata/workloads/functional-query/queries/QueryTest/inline-view-limit.test 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/09/8409/1 -- To view, visit http://gerrit.cloudera.org:8080/8409 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I11667872b8788a8b0040bf9252bf07b987b5d330 Gerrit-Change-Number: 8409 Gerrit-PatchSet: 1 Gerrit-Owner: Bikramjeet Vig <[email protected]>
