You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/12/30 05:21:39 UTC

[GitHub] [doris] morningman opened a new issue, #15508: [Draft] Release Note 1.2.1

morningman opened a new issue, #15508:
URL: https://github.com/apache/doris/issues/15508

   [36b61d4]
   
   # Improvement
   
   1. 支持 Iceberg V2
   
   	支持 Iceberg V2 (仅支持 Position Delete, Equality Delete 会在后续版本支持)。可以通过 Multi-Catalog 功能访问 Iceberg V2 格式的表。
   
   1. 支持 OR 条件转 IN (#12872) (#15437)
   
   	文档:TODO
   
   3. 新增函数 `substring_index` (#15373)
   
   	文档:https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-functions/string-functions/substring_index
   
   3. 优化 JSONB 类型的导入和查询性能 (#15219)
   
   4. Stream load 支持带引号的 csv 数据 (#15241)
   
   	文档搜索 `trim_double_quotes`:https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD
   
   5. Broker 支持腾讯云 CHDFS (#15297) 和 百度云 BOS、AFS (#15448)
   
   	可以通过 Broker 访问 CHDFS、BOS、AFS 上的数据。
   
   # Bug Fix
   
   1. 修复部分情况下,从 1.1 版本升级到1.2版本后,用户权限信息丢失的问题 (#15144)
   2. 修复使用 date/datetimev2 类型进行分区时,分区值错误的问题 (#15094)
   3. 修复大量已发布功能的 Bug
   
   	完整列表可参阅:https://github.com/apache/doris/pulls?q=is%3Apr+label%3Adev%2F1.2.1-merged+is%3Aclosed
   
   # Upgrade Notice
   
   ## Known Issues
   
   - 请勿使用 JDK11 作为 BE 的运行时 JDK,会导致 BE Crash。
   
   ## Behavior Changed
   
   1. BE 配置项 `high_priority_flush_thread_num_per_store` 默认值由 1 改成 6 (#14775),以提升 Routine Load 的写入效率。
   
   2. FE 配置项 `enable_new_load_scan_node` 默认值改为 true。(#14808)
   
   	将使用新的 File Scan Node 执行导入任务。对用户无影响。
   	
   3. 删除FE 配置项 `enable_multi_catalog`。
   
   	Multi-Catalog 功能默认开启。
   
   4. Decimal v3 精度显示变化。
   
   	当用户使用 Decimal V3 类型时,将按照实际定义精度返回结果。并且支持函数变换的精度推导。
   
   5. 默认强制开启向量化执行引擎 (#15213)
   
   	会话变量 `enable_vectorized_engine` 将不再生效。默认开启。如需重新生效,需将 FE 配置项 `disable_enable_vectorized_engine` 设为 false,并重启 FE,以重新生效 `enable_vectorized_engine`。
   
   # Big Thanks
   
   Thanks to ALL who contributed to this release! (alphabetically)
   
   @adonis0147
   @AshinGau
   @BePPPower
   @BiteTheDDDDt
   @ByteYue
   @caiconghui
   @cambyzju
   @chenlinzhong
   @dataroaring
   @Doris-Extras
   @dutyu
   @eldenmoon
   @englefly
   @freemandealer
   @Gabriel39
   @HappenLee
   @Henry2SS
   @hf200012
   @jacktengg
   @Jibing-Li
   @Kikyou1997
   @liaoxin01
   @luozenglin
   @morningman
   @morrySnow
   @mrhhsg
   @nextdreamblue
   @qidaye
   @spaces-X
   @starocean999
   @wangshuo128
   @weizuo93
   @wsjz
   @xiaokang
   @xinyiZzz
   @xutaoustc
   @yangzhg
   @yiguolei
   @yixiutt
   @Yulei-Yang
   @yuxuan-luo
   @zenoyang
   @zhangstar333
   @zhannngchen
   @zhengshengjun


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [doris] morningman commented on issue #15508: [Draft] Release Note 1.2.1

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #15508:
URL: https://github.com/apache/doris/issues/15508#issuecomment-1367735121

   [TODO] For English Version


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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