Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-3458: Fix table creation to test insert with header lines ......................................................................
IMPALA-3458: Fix table creation to test insert with header lines For IMPALA-1740 we added a test to insert.test, which creates a table and inserts data. The table was created on HDFS by default and thus inserts with compression enabled did not work. This change adds the required table to the functional schema in the same way we do it for the other insert tests. Change-Id: Ie68e7067b7a16218d27935820d5d1ce7035d2e6c Reviewed-on: http://gerrit.cloudera.org:8080/2919 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Internal Jenkins --- M testdata/datasets/functional/functional_schema_template.sql M testdata/datasets/functional/schema_constraints.csv M testdata/workloads/functional-query/queries/QueryTest/insert.test 3 files changed, 18 insertions(+), 5 deletions(-) Approvals: Internal Jenkins: Verified Tim Armstrong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2919 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie68e7067b7a16218d27935820d5d1ce7035d2e6c Gerrit-PatchSet: 3 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Lars Volker <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
