This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 60ee1a84ae3 [refine](DataTypeSerDe) Remove the level variable from
FormatOptions and use _nesting_level. (#50977)
add 31adcf69c4f [Feature](agg-state) support import/export agg-state data
(#50769)
No new revisions were added by this update.
Summary of changes:
be/src/util/arrow/row_batch.cpp | 4 +-
be/src/vec/data_types/data_type_agg_state.h | 6 ++
be/src/vec/functions/function_cast.h | 9 ++-
.../nereids/rules/expression/check/CheckCast.java | 4 ++
.../outfile/agg_state/test_outfile_agg_state.out} | Bin 134 -> 155 bytes
.../test_outfile_agg_state_bitmap.out} | Bin 134 -> 141 bytes
.../outfile/hll/test_outfile_hll.out} | Bin 134 -> 137 bytes
.../test_outfile_quantile_state.out} | Bin 134 -> 145 bytes
.../pipeline/cloud_p0/conf/fe_custom.conf | 1 +
.../agg_state/test_outfile_agg_state.groovy | 68 +++++++++++++++++++++
.../test_outfile_agg_state_bitmap.groovy | 66 ++++++++++++++++++++
.../nereids_p0/outfile/hll/test_outfile_hll.groovy | 67 ++++++++++++++++++++
.../test_outfile_quantile_state.groovy | 68 +++++++++++++++++++++
13 files changed, 290 insertions(+), 3 deletions(-)
copy regression-test/data/{query_p0/join/test_ignore/test_ignore.out =>
nereids_p0/outfile/agg_state/test_outfile_agg_state.out} (78%)
copy regression-test/data/{query_p0/join/test_ignore/test_ignore.out =>
nereids_p0/outfile/agg_state_bitmap/test_outfile_agg_state_bitmap.out} (85%)
copy regression-test/data/{query_p0/join/test_ignore/test_ignore.out =>
nereids_p0/outfile/hll/test_outfile_hll.out} (88%)
copy regression-test/data/{query_p0/join/test_ignore/test_ignore.out =>
nereids_p0/outfile/quantile_state/test_outfile_quantile_state.out} (83%)
create mode 100644
regression-test/suites/nereids_p0/outfile/agg_state/test_outfile_agg_state.groovy
create mode 100644
regression-test/suites/nereids_p0/outfile/agg_state_bitmap/test_outfile_agg_state_bitmap.groovy
create mode 100644
regression-test/suites/nereids_p0/outfile/hll/test_outfile_hll.groovy
create mode 100644
regression-test/suites/nereids_p0/outfile/quantile_state/test_outfile_quantile_state.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]