Riza Suminto has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/22962 )

Change subject: IMPALA-13453: Avoid reloading partition if it is unchanged
......................................................................


Patch Set 3: -Code-Review

(1 comment)

http://gerrit.cloudera.org:8080/#/c/22962/3/fe/src/main/java/org/apache/impala/catalog/HdfsTable.java
File fe/src/main/java/org/apache/impala/catalog/HdfsTable.java:

http://gerrit.cloudera.org:8080/#/c/22962/3/fe/src/main/java/org/apache/impala/catalog/HdfsTable.java@2840
PS3, Line 2840: partitionNotChanged ? "changed" : "unchanged"
Should this be

  partitionNotChanged ? "unchanged" : "changed"

Maybe it is better to rename to partitionUnchanged.



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I72d5d20fa2532d49313d5e88f2d66f98b9537b2e
Gerrit-Change-Number: 22962
Gerrit-PatchSet: 3
Gerrit-Owner: Sai Hemanth Gantasala <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Quanlong Huang <[email protected]>
Gerrit-Reviewer: Riza Suminto <[email protected]>
Gerrit-Reviewer: Sai Hemanth Gantasala <[email protected]>
Gerrit-Comment-Date: Wed, 06 Aug 2025 19:02:21 +0000
Gerrit-HasComments: Yes

Reply via email to