Impala Public Jenkins has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/19624 )

Change subject: IMPALA-11822: (Addendum) Optimize the Refresh/Invalidate event 
processing by skipping unnecessary events
......................................................................

IMPALA-11822: (Addendum) Optimize the Refresh/Invalidate event
processing by skipping unnecessary events

IMPALA-11822 introduced a new argument 'lastRefreshEventId' to the
HdfsPartition constructor and this is causing Hive builds to fail.
This addendum patch addresses this issue by keeping the old constructor
in the HdfsPartition class and call the new constructor with -1L as
default value for 'lastRefreshEventId'.

Testing: Verified that the Hive builds are passing with this patch.

Change-Id: I803c13b58e3de047c12f75a584232819c7dc74c1
Reviewed-on: http://gerrit.cloudera.org:8080/19624
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
---
M fe/src/main/java/org/apache/impala/catalog/HdfsPartition.java
1 file changed, 19 insertions(+), 0 deletions(-)

Approvals:
  Impala Public Jenkins: Looks good to me, approved; Verified

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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I803c13b58e3de047c12f75a584232819c7dc74c1
Gerrit-Change-Number: 19624
Gerrit-PatchSet: 3
Gerrit-Owner: Sai Hemanth Gantasala <saihema...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Michael Smith <michael.sm...@cloudera.com>
Gerrit-Reviewer: Quanlong Huang <huangquanl...@gmail.com>
Gerrit-Reviewer: Sai Hemanth Gantasala <saihema...@cloudera.com>

Reply via email to