pitrou commented on code in PR #47034:
URL: https://github.com/apache/arrow/pull/47034#discussion_r2298274503
##########
dev/archery/archery/integration/datagen.py:
##########
@@ -1157,7 +1164,7 @@ def _get_children(self):
]
def generate_column(self, size, name=None):
- values = self.values_field.generate_column(size)
+ values = self.values_field.generate_column(int(size/2))
run_ends = self.run_ends_field.generate_column(size)
if name is None:
name = self.name
Review Comment:
@paleolimbot @zeroshade What do you think?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]