Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5757: Make tbl property toSql deterministic ......................................................................
IMPALA-5757: Make tbl property toSql deterministic On Ubuntu 16.04, it seems that table properties may be returned in a different order from that expected by TestShowCreateTable in test_kudu.py. The fix is to change ToSqlUtils to print properties in a deterministic way. Change-Id: I2391e04eb40e398098704b77588ad352d514df7d Reviewed-on: http://gerrit.cloudera.org:8080/7580 Reviewed-by: Matthew Jacobs <[email protected]> Tested-by: Impala Public Jenkins --- M fe/src/main/java/org/apache/impala/analysis/ToSqlUtils.java M fe/src/test/java/org/apache/impala/analysis/ToSqlTest.java 2 files changed, 16 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Verified Matthew Jacobs: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7580 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2391e04eb40e398098704b77588ad352d514df7d Gerrit-PatchSet: 3 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]>
