Csaba Ringhofer has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24531 )
Change subject: IMPALA-15131: Simplify file format handling in hdfs-scan-node ...................................................................... IMPALA-15131: Simplify file format handling in hdfs-scan-node Old code selected file format for Iceberg and Hive tables differently (per file vs per partition). This can be simplifed as HdfsFileDesc has the file format set at this point. Assisted-by: Claude Opus 4.8 Change-Id: I82f84d17e67cb0bb6dbba2ea86b602290d96de8c Reviewed-on: http://gerrit.cloudera.org:8080/24531 Reviewed-by: Csaba Ringhofer <[email protected]> Tested-by: Csaba Ringhofer <[email protected]> --- M be/src/exec/hdfs-scan-node-base.cc M be/src/exec/hdfs-scan-node-base.h M be/src/exec/hdfs-scan-node-mt.cc M be/src/exec/hdfs-scan-node-mt.h M be/src/exec/hdfs-scan-node.cc 5 files changed, 49 insertions(+), 73 deletions(-) Approvals: Csaba Ringhofer: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/24531 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I82f84d17e67cb0bb6dbba2ea86b602290d96de8c Gerrit-Change-Number: 24531 Gerrit-PatchSet: 5 Gerrit-Owner: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
