This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from e660dd3 [fix] fix core dump when avg on not null decimal in empty table (#8681) new 1942bb8 [Bug] Read bitmap/hll column failed for storage layer vectorization (#8560) new 9e6a213 [Vectorized][Bug] fix percentile_approx function to return always nullable (#8572) new dfc51fa [refactor][optimize](storage) Code optimization and refactoring for low-cardinality columns in storage layer (#8627) new 314a6dc [Vectorized][refactor] refactor stddev/variance agg functions (#8660) new 652d543 [fix][chore](repository)(fe) check reponame when creating repository and modify build.sh (#8671) new 209bb38 [refactor] Fix some code comments typo and cleanup unused include (#8684) new de5928a [typo] Fix runtime filter docs (#8702) new a22d5fe [doc] Update VARCHAR.md (#8703) new 0e0facf [fix](load) fix bug that NodeChannel can not be destroyed ontime (#8705) new 986e46c [fix](user-property) Fix bug that can not set exec_mem_limit at user level (#8710) new 7c13c3d fix typo (#8714) new 2f581c0 [chore][fix](httpv2) Use mariadb-java-client for http query api (#8716) new f6326f4 [Improvement] broker load with hdfs support wildcard (#8718) The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/exec/tablet_sink.cpp | 6 +- be/src/exec/tablet_sink.h | 2 +- be/src/olap/bloom_filter_predicate.h | 26 +-- be/src/olap/column_predicate.h | 23 ++- be/src/olap/comparison_predicate.cpp | 190 ++++++++++++------- be/src/olap/comparison_predicate.h | 26 +-- be/src/olap/in_list_predicate.cpp | 111 +++++++---- be/src/olap/in_list_predicate.h | 17 +- be/src/olap/null_predicate.cpp | 4 + be/src/olap/null_predicate.h | 2 + be/src/olap/rowset/segment_v2/binary_dict_page.cpp | 13 +- be/src/olap/rowset/segment_v2/segment_iterator.cpp | 35 ++-- be/src/olap/schema.cpp | 3 +- be/src/runtime/string_value.h | 6 + .../vec/aggregate_functions/aggregate_function.h | 5 - .../aggregate_functions/aggregate_function_null.h | 11 +- .../aggregate_function_percentile_approx.cpp | 21 +- .../aggregate_function_percentile_approx.h | 96 ++++++++-- .../aggregate_function_simple_factory.cpp | 11 +- .../aggregate_function_stddev.cpp | 61 +++--- .../aggregate_function_stddev.h | 126 ++++++------ be/src/vec/columns/column.h | 8 +- be/src/vec/columns/column_dictionary.h | 211 ++++++++++----------- be/src/vec/columns/column_nullable.h | 11 ++ be/src/vec/functions/simple_function_factory.h | 8 +- be/src/vec/functions/time_of_function.cpp | 2 +- be/src/vec/functions/to_time_function.cpp | 2 +- be/src/vec/olap/block_reader.cpp | 2 +- be/src/vec/olap/block_reader.h | 2 +- be/src/vec/olap/vcollect_iterator.h | 4 +- be/src/vec/olap/vgeneric_iterators.cpp | 5 +- be/src/vec/runtime/vdata_stream_mgr.h | 1 + be/src/vec/runtime/vdatetime_value.cpp | 1 - be/src/vec/runtime/vdatetime_value.h | 66 +++---- be/src/vec/runtime/vpartition_info.h | 3 +- be/src/vec/runtime/vsorted_run_merger.cpp | 2 - be/src/vec/sink/mysql_result_writer.cpp | 2 +- be/src/vec/sink/result_writer.h | 2 + be/src/vec/sink/vdata_stream_sender.cpp | 8 +- build.sh | 44 ++--- dist/LICENSE-dist.txt | 6 +- .../{LICENSE-unixodbc.txt => LICENSE-LGPL.txt} | 43 ++--- docs/en/administrator-guide/runtime-filter.md | 4 +- .../sql-statements/Data Types/VARCHAR.md | 2 +- docs/zh-CN/administrator-guide/runtime-filter.md | 4 +- .../sql-statements/Data Types/VARCHAR.md | 2 +- fe/fe-core/pom.xml | 5 + .../doris/analysis/CreateRepositoryStmt.java | 2 + .../apache/doris/analysis/DropRepositoryStmt.java | 3 - .../apache/doris/catalog/AggregateFunction.java | 2 +- .../org/apache/doris/common/util/BrokerUtil.java | 2 +- .../doris/httpv2/util/StatementSubmitter.java | 8 +- .../apache/doris/mysql/privilege/UserProperty.java | 8 +- .../apache/doris/planner/ResourceTagQueryTest.java | 14 ++ fe/pom.xml | 6 + gensrc/thrift/Types.thrift | 2 +- 56 files changed, 753 insertions(+), 539 deletions(-) copy dist/licenses/{LICENSE-unixodbc.txt => LICENSE-LGPL.txt} (98%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org