Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22044 )
Change subject: IMPALA-13539: Fix TestCalcitePlanner.test_calcite_frontend for non-HDFS ...................................................................... IMPALA-13539: Fix TestCalcitePlanner.test_calcite_frontend for non-HDFS TestCalcitePlanner.test_calcite_frontend runs an explain plan and matches the expected output. On HDFS that includes "SCAN HDFS", but on S3 and other non-HDFS filesystems, that can be "SCAN S3". Similarly, "HDFS partitions" can be "S3 partitions". This changes the expected output to make it insensitive to these differences. Testing: - Ran test case locally and on S3 Change-Id: I7ddf919558a7ad622d7571283ad8a2e069c69f14 Reviewed-on: http://gerrit.cloudera.org:8080/22044 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M testdata/workloads/functional-query/queries/QueryTest/calcite.test 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22044 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I7ddf919558a7ad622d7571283ad8a2e069c69f14 Gerrit-Change-Number: 22044 Gerrit-PatchSet: 3 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
