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 342b8b2c2a5 fix shrink in topN for complext type #26609 (#26661) add f78601f2417 [fix](planner) Fix decimal precision and scale wrong when create table like #25802 (#26666) No new revisions were added by this update. Summary of changes: .../java/org/apache/doris/catalog/ScalarType.java | 10 +++++ .../main/java/org/apache/doris/catalog/Column.java | 2 +- .../data/ddl_p0/test_create_table_like.out | 22 ++++++++++ .../suites/ddl_p0/test_create_table_like.groovy | 50 ++++++++++++++++++++++ 4 files changed, 83 insertions(+), 1 deletion(-) create mode 100644 regression-test/data/ddl_p0/test_create_table_like.out create mode 100644 regression-test/suites/ddl_p0/test_create_table_like.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org