You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/04/28 03:31:59 UTC

[doris] branch master updated (65a82a0b57 -> 5e9c0c3500)

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

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


    from 65a82a0b57 [opt](FileReader) turn off prefetch data in parquet page reader when using MergeRangeFileReader (#19102)
     add 5e9c0c3500 [Enhancement](data-type) add FE config to prohibit create date and decimalv2 type (#19077)

No new revisions were added by this update.

Summary of changes:
 docs/en/docs/sql-manual/sql-reference/Data-Types/DATE.md     |  2 ++
 docs/en/docs/sql-manual/sql-reference/Data-Types/DECIMAL.md  |  3 +++
 docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/DATE.md  |  1 +
 .../docs/sql-manual/sql-reference/Data-Types/DECIMAL.md      |  3 +++
 .../src/main/java/org/apache/doris/common/Config.java        | 12 ++++++++++++
 .../main/java/org/apache/doris/analysis/CreateTableStmt.java |  7 +++++++
 .../java/org/apache/doris/utframe/TestWithFeService.java     |  2 ++
 .../src/test/java/org/apache/doris/utframe/UtFrameUtils.java |  2 ++
 regression-test/pipeline/p0/conf/fe.conf                     |  2 ++
 regression-test/pipeline/p1/conf/fe.conf                     |  2 ++
 10 files changed, 36 insertions(+)


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