You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2019/12/02 07:55:24 UTC

[incubator-doris] branch master updated (5ab6739 -> 698d93a)

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

zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from 5ab6739  Add rowset convert (#2212)
     add 698d93a  Suport convert float to double, datetime to date by "alter table modify column type" (#2310)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/field.h                                |   5 +
 be/src/olap/row_cursor.h                           |   5 +
 be/src/olap/schema_change.cpp                      |  41 ++-
 be/src/olap/types.cpp                              |   1 +
 be/src/olap/types.h                                |  47 +++
 be/test/olap/CMakeLists.txt                        |   1 +
 be/test/olap/schema_change_test.cpp                | 393 +++++++++++++++++++++
 .../main/java/org/apache/doris/catalog/Column.java |   4 -
 .../java/org/apache/doris/catalog/ColumnType.java  |   3 +-
 run-ut.sh                                          |   1 +
 10 files changed, 487 insertions(+), 14 deletions(-)
 create mode 100644 be/test/olap/schema_change_test.cpp


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