Keyong Zhou
Keyong Zhou
`GroupingSet::initializeGlobalAggregation` updates `accumulatorFlagsOffset` for each valid aggregate in `aggregates_`, `sortedAggregations_` and `distinctAggregations_`, but the calculation of bytes of the flags only considers `aggregates_`, which leads to failure of the following...
### What changes were proposed in this pull request? There are high commit files latency in some production environments. This PR triggers flush before calling close to avoid waiting in...
I have sf100 tpch data on object store, and the lineitem is partitoned by l_shipdate (total 2526 partitions, each file is 6.3MiB in average). When running tpch q1 it's quite...