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 a4252467c4 [fix] fix grammar of ADMIN SHOW TABLET STORAGE FORMAT stmt 
(#9938)
     new 5d3f07feb0 [hotfix] fix bloomfilter disable threshold
     new ed04506425 [Bug] Fix timestamp_diff issue when timeunit is year and 
month (#9574)
     new 9dd6d3263f [improvement] set default jvm memory to 8G for FE (#9683)
     new 5a1d1faba9 [fix] group by with two NULL rows after left join (#9688)
     new 8ff7994913 [fix](function) fix bug in time_round function (#9712)
     new c975be38b2 [feature](priv) Support grant node_priv to other user. 
(#9951)

The 6 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/common/config.h                             |   4 -
 be/src/exprs/timestamp_functions.cpp               |  55 ++++++---
 be/src/olap/bloom_filter_predicate.h               |  16 ---
 be/src/runtime/datetime_value.h                    |  14 ++-
 be/src/vec/columns/column_nullable.cpp             |   5 +-
 .../vec/functions/function_datetime_floor_ceil.cpp |  63 ++++++++---
 be/src/vec/runtime/vdatetime_value.h               |  14 ++-
 conf/fe.conf                                       |   4 +-
 docs/en/administrator-guide/privilege.md           |  10 +-
 .../java/org/apache/doris/analysis/GrantStmt.java  |  22 ++--
 .../org/apache/doris/mysql/privilege/AuthTest.java | 124 ++++++++++++++++++++-
 .../data/correctness/test_time_round.out           |  85 ++++++++++++++
 .../suites/correctness/test_time_round.groovy      |  70 ++++++++++++
 .../query/aggregate/aggregate_groupby_null.groovy  |  58 ++++++++++
 14 files changed, 469 insertions(+), 75 deletions(-)
 create mode 100644 regression-test/data/correctness/test_time_round.out
 create mode 100644 regression-test/suites/correctness/test_time_round.groovy
 create mode 100644 
regression-test/suites/query/aggregate/aggregate_groupby_null.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to