Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15567
Change subject: IMPALA-9513: Fix TestKuduOperations.test_column_storage_attributes ...................................................................... IMPALA-9513: Fix TestKuduOperations.test_column_storage_attributes When introducing Kudu date support, test_column_storage_attributes was modified to add the date datatype. The test expects the date to be represented in python as datetime.date. Instead, the date is a string in python, so the test consistently fails. This changes the test so that it expects a python string, and the test now passes. Change-Id: Ic198b72041fbe8fe7376c45356e484b304c6f16c --- M tests/query_test/test_kudu.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/67/15567/1 -- To view, visit http://gerrit.cloudera.org:8080/15567 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic198b72041fbe8fe7376c45356e484b304c6f16c Gerrit-Change-Number: 15567 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
