This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch array-type
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
omit d256206 [feature-wip][array-type] Support ArrayLiteral in SQL. (#8089)
omit 37becad [feature-wip](array-type) Create table with nested array
type. (#8003)
add 2b9b0fc [Fix] Function percentile input null return null (#8238)
add 940efc6 [Fix]Remove duplicated destructor function in MinMaxFuncBase
(#8287)
add 5cc62fa [docs] fix document date-time-functions typo (#8053)
add 236105d [feature][show-transaction] Support view transactions info
for specified status by `SHOW TRANSACTION` stmt (#8156)
add d5b6428 [improvement] Upgrade MySQL version to 5.7.37 to reduce
unnecessary CVE issues (#8247)
add 315bfe2 Revert "[chore](dependency) upgrade-grpc-version (#8218)"
(#8250)
add f41316a [fix](fold-constant)(hive) fix constant-folding in order by
and optimize logs in hive client (#8268)
add 77b21fb [chore] make options of build.sh and run-be-ut.sh work (#8271)
add efe88be [docs] Fix a typo in downloads.md (#8274)
add b241bc4 [fix][Vectorized] Fix exchange node merge sort null first
order wrong (#8291)
add b40e914 [feature-wip][array-type] Refactor type info for nested
array. (#8279)
new ac6048a [feature-wip](array-type) Create table with nested array
type. (#8003)
new 04ad3d2 [feature-wip][array-type] Support ArrayLiteral in SQL. (#8089)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d256206)
\
N -- N -- N refs/heads/array-type (04ad3d2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 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/mysql_scanner.cpp | 1 -
be/src/exprs/minmax_predicate.h | 3 +-
be/src/olap/aggregate_func.h | 4 +-
be/src/olap/column_block.h | 2 +-
be/src/olap/column_vector.cpp | 10 ++--
be/src/olap/column_vector.h | 12 ++---
be/src/olap/field.h | 4 +-
be/src/olap/push_handler.cpp | 2 +-
be/src/olap/rowset/segment_v2/binary_dict_page.cpp | 2 +-
.../olap/rowset/segment_v2/bitmap_index_reader.h | 4 +-
.../olap/rowset/segment_v2/bitmap_index_writer.cpp | 12 ++---
.../olap/rowset/segment_v2/bitmap_index_writer.h | 2 +-
.../rowset/segment_v2/bloom_filter_index_reader.h | 4 +-
.../segment_v2/bloom_filter_index_writer.cpp | 8 +--
.../rowset/segment_v2/bloom_filter_index_writer.h | 2 +-
be/src/olap/rowset/segment_v2/column_reader.cpp | 4 +-
be/src/olap/rowset/segment_v2/column_reader.h | 7 +--
be/src/olap/rowset/segment_v2/column_writer.cpp | 2 +-
.../rowset/segment_v2/indexed_column_reader.cpp | 2 +-
.../olap/rowset/segment_v2/indexed_column_reader.h | 4 +-
.../rowset/segment_v2/indexed_column_writer.cpp | 4 +-
.../olap/rowset/segment_v2/indexed_column_writer.h | 4 +-
be/src/olap/rowset/segment_v2/segment.cpp | 2 +-
be/src/olap/rowset/segment_v2/zone_map_index.cpp | 4 +-
be/src/olap/schema_change.cpp | 2 +-
be/src/olap/types.cpp | 57 ++++++++++++++--------
be/src/olap/types.h | 16 +++---
be/src/util/counts.h | 2 +-
be/src/vec/core/sort_cursor.h | 2 +-
be/src/vec/functions/function_json.cpp | 8 +--
be/src/vec/functions/function_string.cpp | 18 +++----
be/src/vec/functions/function_timestamp.cpp | 9 +++-
be/src/vec/functions/function_totype.h | 4 +-
be/src/vec/runtime/vsorted_run_merger.cpp | 2 +-
be/test/olap/column_vector_test.cpp | 11 ++---
.../rowset/segment_v2/binary_dict_page_test.cpp | 4 +-
.../rowset/segment_v2/binary_prefix_page_test.cpp | 2 +-
.../olap/rowset/segment_v2/bitmap_index_test.cpp | 2 +-
.../bloom_filter_index_reader_writer_test.cpp | 2 +-
.../segment_v2/column_reader_writer_test.cpp | 8 +--
.../olap/rowset/segment_v2/encoding_info_test.cpp | 4 +-
be/test/olap/schema_change_test.cpp | 42 ++++++++--------
be/test/olap/storage_types_test.cpp | 7 ++-
be/test/tools/benchmark_tool.cpp | 2 +-
be/test/vec/function/function_string_test.cpp | 19 ++++++++
build.sh | 3 +-
docs/.vuepress/sidebar/en.js | 4 +-
docs/.vuepress/sidebar/zh-CN.js | 2 +-
docs/en/administrator-guide/variables.md | 12 +++++
.../aggregate-functions/percentile.md | 8 +++
.../date-time-functions/convert_tz.md | 12 ++---
.../sql-functions/date-time-functions/curdate.md | 7 +--
.../sql-functions/date-time-functions/curtime.md | 12 ++---
.../date-time-functions/str_to_date.md | 4 +-
.../Data Manipulation/SHOW TRANSACTION.md | 12 ++++-
docs/zh-CN/administrator-guide/variables.md | 12 +++++
docs/zh-CN/downloads/downloads.md | 2 +-
.../aggregate-functions/percentile.md | 7 +++
.../date-time-functions/convert_tz.md | 10 ++--
.../sql-functions/date-time-functions/curdate.md | 8 +--
.../Data Manipulation/SHOW TRANSACTION.md | 15 ++++--
.../java/org/apache/doris/analysis/SelectStmt.java | 7 +--
.../apache/doris/analysis/ShowTransactionStmt.java | 19 +++++++-
.../doris/catalog/HiveMetaStoreClientHelper.java | 20 ++++----
.../apache/doris/mysql/MysqlHandshakePacket.java | 2 +-
.../org/apache/doris/planner/HiveScanNode.java | 2 +-
.../java/org/apache/doris/qe/GlobalVariable.java | 4 +-
.../java/org/apache/doris/qe/SessionVariable.java | 30 +++++++++++-
.../java/org/apache/doris/qe/ShowExecutor.java | 20 +++++---
.../doris/transaction/DatabaseTransactionMgr.java | 25 ++++++++++
.../doris/transaction/GlobalTransactionMgr.java | 5 ++
.../doris/mysql/MysqlHandshakePacketTest.java | 2 +-
fe/pom.xml | 2 +-
run-be-ut.sh | 3 +-
74 files changed, 386 insertions(+), 213 deletions(-)
copy docs/{zh-CN =>
en}/sql-reference/sql-functions/date-time-functions/convert_tz.md (90%)
copy docs/{zh-CN =>
en}/sql-reference/sql-functions/date-time-functions/curtime.md (92%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]