This is an automated email from the ASF dual-hosted git repository. Rachelint pushed a commit to branch final-aggr-with-lazily-materialize-poc in repository https://gitbox.apache.org/repos/asf/datafusion.git
commit e3ae29e2148d1a4b703b0364970c2b4924ef2629 Author: kamille <[email protected]> AuthorDate: Sun Jul 12 22:03:46 2026 +0800 test. --- datafusion/physical-expr-common/src/binary_view_map.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/physical-expr-common/src/binary_view_map.rs b/datafusion/physical-expr-common/src/binary_view_map.rs index 1bebb3f421..b003f9a30d 100644 --- a/datafusion/physical-expr-common/src/binary_view_map.rs +++ b/datafusion/physical-expr-common/src/binary_view_map.rs @@ -115,7 +115,7 @@ impl ArrowBytesViewSet { /// store the distinct values, and by the `GROUP BY` operator to store /// group values when they are a single string array. /// Max size of the in-progress buffer before flushing to completed buffers -const BYTE_VIEW_MAX_BLOCK_SIZE: usize = 2 * 1024 * 1024; +const BYTE_VIEW_MAX_BLOCK_SIZE: usize = 128 * 1024; pub struct ArrowBytesViewMap<V> where --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
