Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/23783 )
Change subject: WIP: IMPALA-14321: Add BINARY partition transform to Iceberg tables ...................................................................... Patch Set 6: (6 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/23783/6/be/src/exprs/iceberg-functions-test.cc File be/src/exprs/iceberg-functions-test.cc: http://gerrit.cloudera.org:8080/#/c/23783/6/be/src/exprs/iceberg-functions-test.cc@190 PS6, Line 190: void IcebergTruncatePartitionTransformTests::TestIncorrectWidthParameter<StringVal, IntVal>( line too long (92 > 90) http://gerrit.cloudera.org:8080/#/c/23783/6/be/src/exprs/iceberg-functions-test.cc@194 PS6, Line 194: StringVal ret_val = IcebergFunctions::TruncatePartitionTransform<isBinary>(ctx, input, IntVal(0)); line too long (100 > 90) http://gerrit.cloudera.org:8080/#/c/23783/6/be/src/exprs/iceberg-functions-test.cc@201 PS6, Line 201: ret_val = IcebergFunctions::TruncatePartitionTransform<isBinary>(ctx, input, IntVal(-1)); line too long (91 > 90) http://gerrit.cloudera.org:8080/#/c/23783/6/be/src/exprs/iceberg-functions-test.cc@208 PS6, Line 208: ret_val = IcebergFunctions::TruncatePartitionTransform<isBinary>(ctx, input, IntVal::null()); line too long (95 > 90) http://gerrit.cloudera.org:8080/#/c/23783/6/common/fbs/IcebergObjects.fbs File common/fbs/IcebergObjects.fbs: PS6: This file is used in communication between impalad and catalogd/statestore. Please make sure impalads can still work with new/old versions of catalogd and statestore. Basically only new fields can be added and should be added at the end of a table definition. https://flatbuffers.dev/flatbuffers_guide_writing_schema.html http://gerrit.cloudera.org:8080/#/c/23783/6/fe/src/main/java/org/apache/impala/util/IcebergUtil.java File fe/src/main/java/org/apache/impala/util/IcebergUtil.java: http://gerrit.cloudera.org:8080/#/c/23783/6/fe/src/main/java/org/apache/impala/util/IcebergUtil.java@846 PS6, Line 846: ByteBuffer fieldByteBuffer = dataFile.rawPartitionFields(path_i).fieldValueAsByteBuffer(); line too long (96 > 90) -- To view, visit http://gerrit.cloudera.org:8080/23783 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I5fd1ef382aa064dad55445dea00fbd39caeca1d3 Gerrit-Change-Number: 23783 Gerrit-PatchSet: 6 Gerrit-Owner: Daniel Vanko <[email protected]> Gerrit-Reviewer: Daniel Vanko <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]> Gerrit-Comment-Date: Wed, 07 Jan 2026 16:33:27 +0000 Gerrit-HasComments: Yes
