本文主要是介绍【Doris Weekly 】2021.09.27~2021.10.17,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
观众朋友们:
晚上好!
欢迎收看【 Doris 近日要闻】~本次为您带来的是 2021 年 09 月 27 日 ~ 2021 年 10 月 17 日的三周总结。(希望大家度过了一个愉快的国庆假期!)
Dev 邮件组:dev@doris.apache.org
Github Issue:https://github.com/apache/incubator-doris/issues
社区论坛地址:https://github.com/apache/incubator-doris/discussions
▼
1. 统计数据
共 25 位作者提交了 52 个 Commit 。感谢以下作者的贡献:
Mingyu Chen, shee, Zhengguo Yang, Wei, EmmyMiao87, thinker, jiafeng.zhang, xy720, HappenLee, Gabriel, zhoubintao, wudi, wei zhao, tianhui5, qiye, pengxiangyu, dohongdayi, chovy, caiconghui, Zeno Yang, Xinyi Zou, Xiang Wei, Jennifer Huang, Henry2SS, zbtzbtzbt
最近 3 周,共修改新增代码行 7569 ,删除代码行 2775 。
▼
2. 主要进展
2.1 新增功能
https://github.com/apache/incubator-doris/pull/6740
https://github.com/apache/incubator-doris/pull/6796
Spark-Doris-Connector支持写入数据到Doris,同时支持通过SQL方式写入。
2.2 WIP
https://github.com/apache/incubator-doris/pull/6745
支持Lateral View 语法。
2.1 Bug 修复
https://github.com/apache/incubator-doris/pull/6466
修复某些情况下因查询规划问题导致处理 null 值错误,BE 宕机的问题。
https://github.com/apache/incubator-doris/pull/6695
修复重复修改 colocate_with 属性后,colocation_group 信息不正确的问题。
https://github.com/apache/incubator-doris/pull/6708
修复一些资源组功能的 bug,并增加相关使用文档。
https://github.com/apache/incubator-doris/pull/6727
修复 colocation plan 查询计划可能导致聚合结果重复的问题。
https://github.com/apache/incubator-doris/pull/6756
禁止多个 Sync Job 同时订阅同一个 Canal instance。
https://github.com/apache/incubator-doris/pull/6768
修复使用 in 查询整型数据时可能结果错误的问题。
https://github.com/apache/incubator-doris/pull/6795
修复部分导入事务元数据未清理导致 FE 内存泄露的问题。
https://github.com/apache/incubator-doris/pull/6791
修复部分 schema change 错误逻辑。
https://github.com/apache/incubator-doris/pull/6811
修复 Left 函数的 bug。
https://github.com/apache/incubator-doris/pull/6763
修复部分情况下,rollup 表的列信息不正确的问题。
https://github.com/apache/incubator-doris/pull/6832
修复部分情况下,sql cache 功能无法感知 view 变更的问题。
https://github.com/apache/incubator-doris/pull/6849
修复部分情况下,当查询内存超限时可能导致 BE 宕机的问题。
2.2 功能改进
https://github.com/apache/incubator-doris/pull/6740
Flink-Doris-Connector 支持 json 格式数据导入。
https://github.com/apache/incubator-doris/pull/6554
动态分区功能支持保留指定时间范围的历史分区。
https://github.com/apache/incubator-doris/pull/6769
优化 FE 进程启动时的端口占用检查逻辑,已更方便的排查端口占用问题。
https://github.com/apache/incubator-doris/pull/6782
优化导入 Parquet 文件的性能。
https://github.com/apache/incubator-doris/pull/6625
优化 HyperLogLog 类型的性能
https://github.com/apache/incubator-doris/pull/6754
函数别名功能支持 cast 语法。
https://github.com/apache/incubator-doris/pull/6697
优化 hex 函数的性能。
https://github.com/apache/incubator-doris/pull/6805
优化 Routine Load 的执行逻辑以减少不必要的子任务执行。
https://github.com/apache/incubator-doris/pull/6835
export 命令支持自定义 label。
https://github.com/apache/incubator-doris/pull/6814
优化 BE 端元数据的内存占用。
2.3 其他
https://github.com/apache/incubator-doris/pull/6807
对所有新建 tablet 默认使用 segment v2 格式。
https://github.com/apache/incubator-doris/pull/6766
升级多个第三方依赖库的版本,并升级 docker 编译镜像至 1.4.0
https://github.com/apache/incubator-doris/pull/6832
修复一些在 arm 环境编译的问题。
-- END --
【往期回顾】
【Doris Weekly & FAQ】2021.09.13~2021.09.26
【Doris Weekly & FAQ】2021.08.30~2021.09.12
【Doris Weekly & FAQ】2021.08.16~2021.08.29
直播回顾|Apache Doris源码阅读与解析系列第二讲 ——《Stream Load 导入作业的执行流程》
直播回顾|Apache Doris源码阅读与解析系列第一讲 ——《建表语句的执行过程》
源码解析|Apache Doris源码阅读与解析系列第0讲——从零认识Doris代码库
应用实践| 新东方在线教育实时数仓的落地实践
本文分享自微信公众号 - ApacheDoris(gh_80d448709a68)。
如有侵权,请联系 support@oschina.cn 删除。
本文参与“OSC源创计划”,欢迎正在阅读的你也加入,一起分享。
这篇关于【Doris Weekly 】2021.09.27~2021.10.17的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!