This is an automated email from the ASF dual-hosted git repository.

kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 3daa4cd1bd5 [branch2.0](backport) Migrate stats framework from master 
to branch-2.0 (#25421)
     new efce8d828a7 [fix](fe rest api)api gets execution plan, table name case 
problem (#25112)
     new 9dd5f647bb8 Fix a naming conflict in ccr regression test (#25436)
     new ebdd79b8f5b [improvement](auth) support show view priv (#25370)
     new 8223341fd0d [case](regresscases) add regress cases for nested type 
nested type with csv format (#25355)

The 4 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:
 .../vec/data_types/serde/data_type_array_serde.cpp |   3 +-
 .../vec/data_types/serde/data_type_map_serde.cpp   |   3 +-
 .../Account-Management-Statements/GRANT.md         |   7 ++
 .../Account-Management-Statements/GRANT.md         |   7 ++
 .../apache/doris/analysis/ShowCreateTableStmt.java |  15 ++-
 .../org/apache/doris/catalog/AccessPrivilege.java  |   7 +-
 .../doris/httpv2/rest/TableQueryPlanAction.java    |  20 ++-
 .../doris/mysql/privilege/PrivPredicate.java       |   8 ++
 .../apache/doris/mysql/privilege/Privilege.java    |  13 +-
 .../org/apache/doris/mysql/privilege/AuthTest.java |  85 +++++++++++++
 .../test_nestedtypes_csv_insert_into_with_s3.out   | 139 +++++++++++++++++++++
 .../suites/account_p0/test_auth_show.groovy        |  62 +++++++++
 .../test_create_table_with_binlog_config.groovy    |  40 +++---
 .../ccr_mow_syncer_p0/test_get_binlog.groovy       |   4 +-
 .../test_create_table_with_binlog_config.groovy    |   2 +-
 .../suites/ccr_syncer_p0/test_get_binlog.groovy    |   4 +-
 ...est_nestedtypes_csv_insert_into_with_s3.groovy} | 121 ++++++------------
 17 files changed, 419 insertions(+), 121 deletions(-)
 create mode 100644 
regression-test/data/datatype_p0/nested_types/query/test_nestedtypes_csv_insert_into_with_s3.out
 create mode 100644 regression-test/suites/account_p0/test_auth_show.groovy
 copy 
regression-test/suites/datatype_p0/nested_types/query/{test_nested_types_insert_into_with_s3.groovy
 => test_nestedtypes_csv_insert_into_with_s3.groovy} (68%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to