mirror of
https://github.com/apache/impala.git
synced 2026-01-03 06:00:52 -05:00
Fixes tests in show.test that executes 'show files' on the 'insert_string_partitioned' table in our functional db. The expected output relied on modifications to 'insert_string_partitioned' made in test_insert.py. Tests should not rely on the overall ordering of test execution. This patch also fixes 'show files' to produce a consistently ordered output. Change-Id: Ic736b94b70677b0e3f4f8a9838ffdfdde2ba17ab Reviewed-on: http://gerrit.cloudera.org:8080/1748 Reviewed-by: Alex Behm <alex.behm@cloudera.com> Tested-by: Internal Jenkins