Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/23175 )
Change subject: IMPALA-14138: Manually disable block location loading via Hadoop config ...................................................................... Patch Set 2: Code-Review+1 (1 comment) http://gerrit.cloudera.org:8080/#/c/23175/2/fe/src/main/java/org/apache/impala/common/FileSystemUtil.java File fe/src/main/java/org/apache/impala/common/FileSystemUtil.java: http://gerrit.cloudera.org:8080/#/c/23175/2/fe/src/main/java/org/apache/impala/common/FileSystemUtil.java@583 PS2, Line 583: return SCHEME_SUPPORT_STORAGE_IDS.contains(fs.getScheme()) && : PRELOAD_BLOCK_LOCATIONS_FOR_SCHEDULING && : !NO_BLOCK_LOCATIONS_FOR_FS_SCHEMES.contains(fs.getScheme()) && These could be simplified to a single set, which is empty if PRELOAD_BLOCK_LOCATIONS_FOR_SCHEDULING is false -- To view, visit http://gerrit.cloudera.org:8080/23175 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I1c7a6a91f657c99792db885991b7677d2c240867 Gerrit-Change-Number: 23175 Gerrit-PatchSet: 2 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]> Gerrit-Comment-Date: Wed, 16 Jul 2025 13:48:44 +0000 Gerrit-HasComments: Yes
