Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/23103 )
Change subject: WIP: IMPALA-13486: Support MemPool backed by BufferPool in parquet scanner ...................................................................... Patch Set 1: (4 comments) gerrit-auto-critic failed. You can reproduce it locally using command: python3 bin/jenkins/critique-gerrit-review.py --dryrun To run it, you might need a virtual env with Python3's venv installed. http://gerrit.cloudera.org:8080/#/c/23103/1/be/src/exec/hdfs-columnar-scanner.cc File be/src/exec/hdfs-columnar-scanner.cc: http://gerrit.cloudera.org:8080/#/c/23103/1/be/src/exec/hdfs-columnar-scanner.cc@322 PS1, Line 322: VLOG_QUERY << "ideal_reservation=" << ideal_io_reservation << ", total_reservation=" << context_->total_reservation(); line too long (120 > 90) http://gerrit.cloudera.org:8080/#/c/23103/1/be/src/exec/hdfs-columnar-scanner.cc@330 PS1, Line 330: int64_t reservation_to_distribute = min(ideal_io_reservation, context_->total_reservation()); line too long (95 > 90) http://gerrit.cloudera.org:8080/#/c/23103/1/be/src/exec/hdfs-columnar-scanner.cc@332 PS1, Line 332: context_->total_reservation() - extra_required_reservation - bp_client_->GetUsedReservation()); line too long (101 > 90) http://gerrit.cloudera.org:8080/#/c/23103/1/be/src/exec/hdfs-columnar-scanner.cc@333 PS1, Line 333: VLOG_QUERY << "reservation_to_distribute=" << reservation_to_distribute << ", total_reservation=" << context_->total_reservation(); line too long (133 > 90) -- To view, visit http://gerrit.cloudera.org:8080/23103 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I12f3ed112d185860ed7960464bee70d60556da89 Gerrit-Change-Number: 23103 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Comment-Date: Mon, 30 Jun 2025 03:01:39 +0000 Gerrit-HasComments: Yes
