Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/23493 )
Change subject: IMPALA-14472: Add create/read support for ARRAY column of Kudu ...................................................................... Patch Set 15: (1 comment) http://gerrit.cloudera.org:8080/#/c/23493/15/be/src/exec/kudu/kudu-array-inserter.cc File be/src/exec/kudu/kudu-array-inserter.cc: http://gerrit.cloudera.org:8080/#/c/23493/15/be/src/exec/kudu/kudu-array-inserter.cc@164 PS15, Line 164: // The array is longer than those in the previous rows. > I think it'd also be useful to test a really big array. Are there limits to The absolute limit is 64K (i.e. 65536) elements in one array cell. There is also run-time configuration flag (meant as performance-related guardrail) to limit the number of elements in an array cell: --array_cell_max_elem_num; it's set to 1K (i.e. 1024) by default. -- To view, visit http://gerrit.cloudera.org:8080/23493 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I9282aac821bd30668189f84b2ed8fff7047e7310 Gerrit-Change-Number: 23493 Gerrit-PatchSet: 15 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Xuebin Su <[email protected]> Gerrit-Comment-Date: Wed, 05 Nov 2025 22:21:49 +0000 Gerrit-HasComments: Yes
