You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used SimpleArrayAllocator in OptimizedPartitionedOutputOperator. But the borrowXXXArray() is very costly. In repartitioning, it takes over 8.5% of total CPU for a single bigint column with no nulls. We need a faster allocator.
Related Issue: #14280