Matthew Jacobs has uploaded a new change for review. http://gerrit.cloudera.org:8080/6891
Change subject: IMPALA-5319: Fix test_hdfs_scan_node_errors failures ...................................................................... IMPALA-5319: Fix test_hdfs_scan_node_errors failures The recent Kudu TIMESTAMP patch (IMPALA-5137) made an inadvertent change to alltypeserror_tmp and alltypeserrornonulls_tmp, changing 'timestamp_col' from STRING to TIMESTAMP. This seems to cause failures on exhaustive jobs which run test_hdfs_scan_node_errors against all file-formats. I haven't been able to reproduce this failure myself, so cannot test whether this fixes the jobs that are failing, but this change to revert these tables seems warranted given they were changed inadvertently. Change-Id: I533f1921662802ea6e076eefac973f50c014fcb5 --- M testdata/datasets/functional/functional_schema_template.sql 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/91/6891/1 -- To view, visit http://gerrit.cloudera.org:8080/6891 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I533f1921662802ea6e076eefac973f50c014fcb5 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]>
