Commits

Antoine Pitrou authored a8953dee9c1
ARROW-13845: [C++] Reconcile RandomArrayGenerator::ArrayOf implementations Also use a more reasonable default "max_length" value for binary-like and list-like types. WARNING: this may change some benchmark numbers due to the "max_length" change. Closes #11062 from pitrou/ARROW-13845-rng-arrayof-refactor Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>