[Impala-ASF-CR] Fix test event processing.py on Hive-3

2019-08-16 Thread Csaba Ringhofer (Code Review)
Csaba Ringhofer has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/14082 )

Change subject: Fix test_event_processing.py on Hive-3
..


Patch Set 1: Code-Review+2

(2 comments)

http://gerrit.cloudera.org:8080/#/c/14082/1//COMMIT_MSG
Commit Message:

http://gerrit.cloudera.org:8080/#/c/14082/1//COMMIT_MSG@7
PS1, Line 7: Fix test_event_processing.py on Hive-3
I would add the Jira of the original commit.


http://gerrit.cloudera.org:8080/#/c/14082/1//COMMIT_MSG@11
PS1, Line 11: IMPALA-8847 was merged
nit: missing .



--
To view, visit http://gerrit.cloudera.org:8080/14082
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I6507540bfbc0d131a061865ed9ed94792ccfa758
Gerrit-Change-Number: 14082
Gerrit-PatchSet: 1
Gerrit-Owner: Vihang Karajgaonkar 
Gerrit-Reviewer: Csaba Ringhofer 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Fri, 16 Aug 2019 17:32:30 +
Gerrit-HasComments: Yes


[Impala-ASF-CR] Fix test event processing.py on Hive-3

2019-08-16 Thread Vihang Karajgaonkar (Code Review)
Vihang Karajgaonkar has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/14082


Change subject: Fix test_event_processing.py on Hive-3
..

Fix test_event_processing.py on Hive-3

The test_event_processing fails on Hive-3 due to a error in the syntax of the
hive query for transactional tables. It was missed unfortunately when
IMPALA-8847 was merged

Testing done:
Ran the test on both Hive-2 and Hive-3 and it passes now

Change-Id: I6507540bfbc0d131a061865ed9ed94792ccfa758
---
M tests/custom_cluster/test_event_processing.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/82/14082/1
--
To view, visit http://gerrit.cloudera.org:8080/14082
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6507540bfbc0d131a061865ed9ed94792ccfa758
Gerrit-Change-Number: 14082
Gerrit-PatchSet: 1
Gerrit-Owner: Vihang Karajgaonkar 
Gerrit-Reviewer: Csaba Ringhofer