This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-c108335-hive-sql in repository https://gitbox.apache.org/repos/asf/doris.git
from 819b393d839 [feature](function) impl str_to_map (#49142) (#49916) new 3e25090d22a [tmp] set hive serde type for FE new f2099b0a41e patch Support hive compatible output format #49036 for nested boolean 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: .../vec/data_types/serde/data_type_array_serde.cpp | 2 ++ .../vec/data_types/serde/data_type_map_serde.cpp | 4 ++++ .../data_types/serde/data_type_number_serde.cpp | 6 ++--- be/src/vec/data_types/serde/data_type_serde.h | 6 +++++ .../data_types/serde/data_type_struct_serde.cpp | 2 ++ .../org/apache/doris/analysis/ArrayLiteral.java | 2 +- .../org/apache/doris/analysis/BoolLiteral.java | 3 ++- .../java/org/apache/doris/analysis/MapLiteral.java | 2 +- .../org/apache/doris/analysis/StructLiteral.java | 2 +- .../org/apache/doris/common/FormatOptions.java | 27 +++++++++++++++++++--- .../org/apache/doris/nereids/NereidsPlanner.java | 4 +++- 11 files changed, 49 insertions(+), 11 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org