Re:Re: Vote for apache doris 1.1.2

2022-09-12 Thread Mingyu Chen
package. [x] The compilation can be executed smoothly. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2022-09-10 11:36:15,"Jiafeng.Zhang" 写道: >+1 (binding) > >I checked: > [x] Whether the download link is legitimate. > [x] Whether the check

[DSIP] Refactor Scan Node

2022-09-12 Thread Mingyu Chen
Hi all, I plan to refactor the current framework of scan node, the details can be found here: https://cwiki.apache.org/confluence/display/DORIS/DSIP-022%3A+Refactor+Scan+Node Please feel free to discuss. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

Re:Re: Vote for apache doris 1.1.2

2022-09-12 Thread Mingyu Chen
release. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2022-09-13 11:09:03,"junling du" 写道: >please check the merge conflict in unit test file: > >.//be/test/olap/delta_writer_test.cpp:*<<<<<<< HEAD* > > > >De Li 于2022年

[ANNOUNCE] Apache Doris 1.1.2 Release

2022-09-13 Thread Mingyu Chen
Hi All, We are pleased to announce the release of Apache Doris *1.1.2 *(a Fast MPP-Based interactive SQL data warehouse for reporting and analysis)* . * In this release Doris Team has fixed more than *170* issues or performance improvement since 1.1.1. This release is a bugfix release on 1.1 a

Re:failed to find 1 backends for pilicy

2022-09-23 Thread Mingyu Chen
Could you provide any details? -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-09-22 17:11:21, "Boot" <331233...@qq.com.INVALID> wrote: >hi , >    I meet the error when I create olap table ,I do not know HOw to >deal with .could you help me? thanks

Re:Code for incremental plan of materialized view upon data change

2022-09-23 Thread Mingyu Chen
It controls by load process. After a mv is built, all following load task will generate many copies of import data to base table and all materialized views. So the incremental update happens on every load task. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2022-09

Re:Re: Code for incremental plan of materialized view upon data change

2022-09-23 Thread Mingyu Chen
aggregation is done on BE side, the BE will receive data (k1, v1) and do the aggregation (k1, sum(v1)). You can see StreamLoadPlanner.java in FE for the query plan, and DeltaWriter.h/cpp in BE for doing the aggregation. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At

Re:Re: [Discuss][DSIP] Inverted index

2022-09-30 Thread Mingyu Chen
Hi Kang, Glad to see this feature. I have created a DSIP for it: https://cwiki.apache.org/confluence/display/DORIS/DSIP-023%3A+Add+inverted+index+for+full+text+search -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-09-30 11:35:50, "Kang" wrote: &

Re:Vote for Apache Doris 1.1.3

2022-10-12 Thread Mingyu Chen
ink we can use a common path to compile the code next time. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-10-11 19:01:01, "GuoLei Yi" wrote: >Hi all, > >Please review and vote on Apache Doris 1.1.3 release. > >The release candidate has

Re:Vote for Apache Doris 1.1.3

2022-10-12 Thread Mingyu Chen
And by the way, the email tile is better be "[Vote] x", and later we can have a "[Result][Vote] ". So that we can search the mail easier. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-10-11 19:01:01, "GuoLei Yi" wrote:

How to unsubscribe mailling list

2022-10-19 Thread Mingyu Chen
Hi all: If you want to unsubscribe the Doris dev mailing list, please send email to dev-unsubscr...@doris.apache.org But we still sincerely hope that you will continue to subscribe to this mailing list to get the latest Doris news. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning

[Discuss] Doris 1.2 release kickoff

2022-10-25 Thread Mingyu Chen
eting discussions[3]. [1]: https://cwiki.apache.org/confluence/display/DORIS/TODO+List [2]: https://cwiki.apache.org/confluence/display/DORIS/Bi-Weekly+Community+Sync [3]: https://cwiki.apache.org/confluence/display/DORIS/2022-11-02 -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

Re:Re: [Discuss] Invite external collaborators with the triage role on GitHub

2022-10-26 Thread Mingyu Chen
tions of you to Doris(based on Github), so could you please given some brief introduction of yourself? [1] https://github.com/apache/doris/pulls?q=is%3Apr+author%3Azy-kkk [2] https://github.com/apache/doris/pulls?q=is%3Apr+author%3ALemonLiTree -- 此致!Best Regards 陈明雨 Mingyu Chen Email: mo

Re:Discussion about Doris 1.1.4 Release

2022-11-01 Thread Mingyu Chen
The following 3 PR should be merged into branch-1.1-lts before releasing 1.1.4. PTAL: https://github.com/apache/doris/pull/13592 https://github.com/apache/doris/pull/13836 https://github.com/apache/doris/pull/13691 -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022

Re:回复:Doris Decimal 精度问题

2022-11-01 Thread Mingyu Chen
Currently, Doirs only support decimal with max to 27. The new implementation of Decimal type will support max to 38, expecting release this end of year. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2022-11-01 17:11:43,"明心" <45483...@qq.com.INVALID>

Re:回复: Re:回复:Doris Decimal 精度问题

2022-11-01 Thread Mingyu Chen
according to your actual needs. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2022-11-02 11:17:39,"赵海兵" 写道: >Hi 大神们, > >StarRocks 是不是doris的升级版? 最新的StartRocks Deciaml 是支持[1, 38]的,是不是直接使用StartRocks? > >Best Regards >Tommy Zhao > >Emai

Re:Vote for Apache Doris 1.1.4

2022-11-08 Thread Mingyu Chen
the source package. [x] The compilation can be executed smoothly. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-11-08 12:48:59, "GuoLei Yi" wrote: >Hi all, > >Please review and vote on Apache Doris 1.1.4 release. > >The release can

Re:请求加入

2022-11-15 Thread Mingyu Chen
hi, you can following this instruction to subscribe the mailing list: https://doris.apache.org/zh-CN/community/subscribe-mail-list/ -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-11-16 11:01:38, "张健" wrote: >

New way to manage multi version of Doris Document

2022-11-20 Thread Mingyu Chen
ltiple-versions -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

Re:Re: [Discuss] Doris 1.2 release kickoff

2022-11-21 Thread Mingyu Chen
/14461 [2] https://github.com/apache/doris/tree/branch-1.2-lts -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2022-10-26 00:05:30,"m18601927734" 写道: Nb Replied Message | From | Mingyu Chen | | Date | 10/25/2022 16:03 | | To | doris-dev | | Subject

Re:关于Apache Doris物化视图和副本的疑问

2022-11-24 Thread Mingyu Chen
disadvantage of current implementation, we are developing a new materialized view feature which can set different partition or buckets for a materialized view. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2022-11-22 17:04:13,"fl" 写道: >Hi, Apache Doris开发组

Re:doris python支持

2022-11-24 Thread Mingyu Chen
You can use any standard MySQL python lib to connect to Doris. Because Doris is compatible with MySQL connect protocol. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2022-11-24 19:35:13,"王云飞" 写道: >你好!请问doris是否有官方的python库支持?谢谢

Re:[Discuss][DSIP] Create Resource Queue in Doris to Support Asynchronous Job Submission

2022-11-24 Thread Mingyu Chen
ovide your wiki account, and I can open the write permission for you. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-11-23 20:54:41, "高鑫" wrote: >Hi, > > >Doris users feedback that: When the database load reaches a certain level, >

Re:reply:[Discuss][DSIP] Create Resource Queue in Doris to Support Asynchronous Job Submission

2022-11-24 Thread Mingyu Chen
Done https://cwiki.apache.org/confluence/display/DORIS/DSIP-025%3A+Support+Resource+Queue https://cwiki.apache.org/confluence/display/DORIS/DSIP-026%3A+Support+Submit+SQL+Job -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2022-11-24 21:20:23,"高鑫" 写道:

Re:[DISCUSS] Flink Doris Connector 1.3.0 Release

2022-11-24 Thread Mingyu Chen
Good to see that. I haved pined the release notes of 1.1.1, 1.2.1 and 1.3.0[1] [1] https://github.com/apache/doris-flink-connector/issues -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-11-22 16:38:04, "wudi" <676366...@qq.com.INVALID> wrote:

Re:Re:[VOTE] Release Apache Doris Flink Connector 1.3.0

2022-11-29 Thread Mingyu Chen
B: no valid user IDs So here is my -1 to this VOTE, and we need double check it later. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-11-29 10:47:50, "weizuo" wrote: >Here is my +1. > >I checked: >[x] The download link is legal and the PGP

Re:[VOTE] Release Apache Doris Flink Connector 1.3.0 Round 2

2022-11-30 Thread Mingyu Chen
. - The compilation can be executed smoothly. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-11-30 16:39:54, "di wu" <676366...@qq.com.INVALID> wrote: >Hi all, > >Please review and vote on Apache Doris Flink Connector 1.3.0 release. &

Re:Re:Re: [Discuss] Doris 1.2 release kickoff

2022-11-30 Thread Mingyu Chen
re[2] The vote for 1.2.0 will be started soon. [1] https://github.com/apache/doris/labels/dev%2F1.2.0 [2] https://github.com/apache/doris/pulls?q=is%3Apr+is%3Aopen+label%3Adev%2F1.2.0-merged -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-11-22 00:06:28,

[Vote] Release Apache Doris 1.2.0-rc03

2022-12-02 Thread Mingyu Chen
link: https://doris.apache.org/community/release-and-verify/release-verify The vote will be open for at least 72 hours. [ ] +1 Approve the release [ ] +0 No opinion [ ] -1 Do not release this package because ... -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

Re:Re: [Vote] Release Apache Doris 1.2.0-rc03

2022-12-02 Thread Mingyu Chen
>I checked all links in release notes and found the document link[1] for the >new memory management framework is invalid. Already fixed -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-12-02 17:03:24, "Gabriel Lee" wrote: > Hi Mingyu, > &

Re:Re:Re: [Vote] Release Apache Doris 1.2.0-rc03

2022-12-03 Thread Mingyu Chen
Chen Email: morning...@apache.org 在 2022-12-03 15:43:30,"Mingyu Chen" 写道: >>I checked all links in release notes and found the document link[1] for the >>new memory management framework is invalid. > >Already fixed > >-- > >此致!Best Regards >陈明雨 M

[Cancel][Vote] Release Apache Doris 1.2.0-rc03

2022-12-03 Thread Mingyu Chen
The vote is cancelled. A release will be voted after issue being fixed. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

[Vote] Release Apache Doris 1.2.0-rc04

2022-12-03 Thread Mingyu Chen
明雨 Mingyu Chen Email: morning...@apache.org

Re:Re: [Vote] Release Apache Doris 1.2.0-rc04

2022-12-04 Thread Mingyu Chen
>Where I can find the source tar package? >It seems not in the URL of >https://dist.apache.org/repos/dist/dev/doris/1.2.0-rc04/.My bad, i have >submitted it now, you can found here: https://dist.apache.org/repos/dist/dev/doris/1.2.0-rc04/ -- 此致!Best Regards 陈明雨 Mingyu Chen Em

Re:Re: [Vote] Release Apache Doris 1.2.0-rc04

2022-12-04 Thread Mingyu Chen
Hi Du: Thanks for your review, Yes it should be: https://downloads.apache.org/doris/KEYS Please review and re-vote. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2022-12-05 11:30:00,"junling du" 写道: >here is my -1 (non-binding) > >I checked:

Re:Re: [Vote] Release Apache Doris 1.2.0-rc04

2022-12-05 Thread Mingyu Chen
releasing. How do you think about it? [1] https://github.com/apache/doris/pulls?q=is%3Aopen+is%3Apr+label%3Adev%2F1.2.1 -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2022-12-05 13:02:39,"zhg yang" 写道: >I found a coredump when loading parquet file into do

Re:回复: Remove non-vectorization code

2022-12-06 Thread Mingyu Chen
Agreed. The non-vec code can be maintained on branch-1.1-lts, and branch-1.2-lts. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2022-12-06 16:24:00,"BiteThet" 写道: >+1, it will be helpful > > > > >

Re:[Enhancement] make libhdfs3 compatible with hdfs2 server (PR #15)

2022-12-06 Thread Mingyu Chen
Done, And all doc has been updated. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-12-07 10:33:00, "junling du" wrote: >Hi all, > >I have merge a pr to libhdfs3 for make libhdfs3 compatible with hdfs2 >server. >And want to put a t

[Result][Vote] Release Apache Doris 1.2.0-rc04

2022-12-06 Thread Mingyu Chen
Hi all, the vote is passed and closed[1]. There are 3 +1(binding) votes: Mingyu Chen Jiafeng Zhang De Li And 5 +1 (non binding) votes: Minghong Zhou Junling Du Rongqian Li William King Guolei Yi Thank you for your review. [1] https://lists.apache.org/thread

[ANNOUNCE] Apache Doris 1.2.0 release

2022-12-07 Thread Mingyu Chen
, and the release note can be found here: https://github.com/apache/doris/issues/14461 Best Regards, On behalf of the Doris team, Mingyu Chen -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

Re:#14944 reales plan

2022-12-23 Thread Mingyu Chen
It will be released in 2023 Q1, maybe on March -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-12-21 12:04:59, "june" wrote: >Hi, could anyone tell when the great feature of multi table materialized view >can be realsed? Is it possible to see

[Discuss] About releasing 1.2.1

2022-12-23 Thread Mingyu Chen
-merged+is%3Aclosed [2] chttps://github.com/apache/doris/issues?q=label%3Adev%2F1.2.1+ -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

Re:The Doris be hangs up frequently

2022-12-29 Thread Mingyu Chen
What is your Doris version? -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-12-29 16:26:46, "贺言君" wrote: The be hangs up frequently。My system has 5 be。Some be hangs up frequently。 be.out : *** Aborted at 1672217594 (unix time) try "date

Re:[Discuss] About releasing 1.2.1

2022-12-29 Thread Mingyu Chen
The Release Note of 1.2.1 has been published[1] If there is no other issues, I will start release vote soon [1] https://github.com/apache/doris/issues/15508 -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-12-23 20:45:16, "Mingyu Chen" wrote: >Hi

[Vote] Release Apache Doris 1.2.0-rc01

2022-12-31 Thread Mingyu Chen
y/release-and-verify/release-verify The vote will be open for at least 72 hours. [ ] +1 Approve the release [ ] +0 No opinion [ ] -1 Do not release this package because ... --此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org -

[Vote] Release Apache Doris 1.2.1-rc01

2022-12-31 Thread Mingyu Chen
y/release-and-verify/release-verify The vote will be open for at least 72 hours. [ ] +1 Approve the release [ ] +0 No opinion [ ] -1 Do not release this package because ... --此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

Re:[Vote] Release Apache Doris 1.2.0-rc01

2022-12-31 Thread Mingyu Chen
Wrong title, do not reply this thread -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-12-31 23:19:28, "Mingyu Chen" wrote: >Hi all, > >Please review and vote on Apache Doris 1.2.1-rc01 release. >The release candidate has been tagged i

Re:join the doris community

2023-01-03 Thread Mingyu Chen
Hi, you should follow this to subscribe the doris mailing list https://doris.apache.org/zh-CN/community/subscribe-mail-list -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2023-01-03 11:57:15, "刘治国" wrote: >dear: > > >apply join the do

[Result][Vote] Release Apache Doris 1.2.1-rc01

2023-01-03 Thread Mingyu Chen
Hi all, the vote is passed and closed[1]. There are 4 +1(binding) votes: Mingyu Chen Jiafeng Zhang De Li Zuo Wei And 2 +1 (non binding) votes: Minghong Zhou Junling Du Thank you for your review. [1] https://lists.apache.org/thread/osk6n3yrwn8powslfw1qk5jm7grkx4s9 --此致!Best Regards 陈明雨

Re:Re: Re: [Discuss][DSIP] Inverted index

2023-01-08 Thread Mingyu Chen
Thanks for your contribution. Please also update this file `https://github.com/apache/doris-thirdparty/blob/main/README.md ` to add CLucece. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2023-01-09 11:45:29,"Kai Jiang" 写道: >As part of Inverted Index

Re:1.1.3 doris be 启动失败

2023-01-14 Thread Mingyu Chen
Seems no error in output. Please check `dmesg -T` output -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2023-01-15 15:17:26,"798986060" <798986...@qq.com.INVALID> 写道: >be.info 内容 >I0111 21:41:57.781172 23711 daemon.cpp:241]  version 1.1.3-rc02

Re:1.1.3 doris be 启动失败

2023-01-16 Thread Mingyu Chen
You can delete this file /opt/data/meta/LOCK manuelly and start BE again. It won't delete your data file -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2023-01-15 15:25:27, "798986060" <798986...@qq.com.INVALID> wrote: >rocks db open failed

[Discuss] Doris Roadmap 2023

2023-02-02 Thread Mingyu Chen
://github.com/apache/doris/issues/16392 -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

Re:[Discuss][DSIP]Use rbac for permission control

2023-02-05 Thread Mingyu Chen
Hi Zhang: Thanks for your contribution. I have created a DSIP page[1] for this proposal. Maybe you can explain more details in DSIP. [1] https://cwiki.apache.org/confluence/display/DORIS/DSIP-030%3A+RBAC -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2023-02-03 12

Re:Doris建议

2023-02-05 Thread Mingyu Chen
We are working on Batch Processing Enhancement. You may see our Roadmap 2023[1] for some details [1] https://github.com/apache/doris/issues/16392 -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2023-02-06 07:51:19,"61948691" <61948...@qq.com.INVALID>

Re:回复:[Discuss] Doris Roadmap 2023

2023-02-05 Thread Mingyu Chen
I think that could be a good idea. Maybe we can talk about it on our Biweekly community sync meeting? -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2023-02-04 16:04:18,"王博" <506340...@qq.com.INVALID> 写道: >Will there be an online conference to an

[Discuss] Prepare to release Doris 1.2.2

2023-02-06 Thread Mingyu Chen
/issues/16446 [2]  https://github.com/apache/doris/pulls?q=is%3Apr+label%3Adev%2F1.2.2-merged+is%3Aclosed [3] https://github.com/apache/doris/pulls?q=is%3Apr+label%3Adev%2F1.2.2 --此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

[Welcome] New Committers and PMC Members

2023-02-06 Thread Mingyu Chen
(github: starocean999) - Linzhong Chen(github: chenlinzhong) - Minghong Zhou(github: englefly) - Tao Yin(github: yinzhijian) - Zenglin Luo(github: luozenglin) - Zhijing Lu(github: luzhijing) Big thanks for their contribution to Apache Doris. Welcome! -- 此致!Best Regards 陈明雨 Mingyu Chen Email

[VOTE] Release Apache Doris 1.2.2-rc01

2023-02-11 Thread Mingyu Chen
-verify The vote will be open for at least 72 hours. [ ] +1 Approve the release [ ] +0 No opinion [ ] -1 Do not release this package because ... --此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

Re:Re: [VOTE] Release Apache Doris 1.2.2-rc01

2023-02-12 Thread Mingyu Chen
Thanks for reviewing. Update the KEYS link: https://downloads.apache.org/doris/KEYS -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2023-02-13 10:43:56, "Yongqiang YANG" wrote: >+1. > >BTW, https://downloads.apache.org/incubator/doris/KEYS is a d

Re: [Discuss][DSIP] (Support high concurrent point query)

2023-02-12 Thread Mingyu Chen
+scenario -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2023-02-13 11:23:22, "李航宇" wrote: >Doris is built on a column oriented format engine, in hight concurrency > serving scenario users always want to get a whole row from system. But column &

Re:doris be宕机

2023-02-12 Thread Mingyu Chen
What is your Doris version? -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2023-02-13 09:35:50, "" <2...@winnermedical.com> wrote: > >您好! >我这边在使用broker load进行导入到doris时,一直存在会把be节点搞宕机,一直没有定位到关键问题。还请帮忙看一下问题 >问题报错:be.out文件内容 >ter

Re:about doris1.2.1 don't support iceberg engine

2023-02-13 Thread Mingyu Chen
Doris on Iceberg is deprecated. Please use: https://doris.apache.org/zh-CN/docs/dev/lakehouse/multi-catalog/iceberg -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2023-02-14 14:00:19,"lei changqing" 写道: >你好, > > 正在体验doris1.2.1,我看官方文档最新版

[Result][Vote] Release Apache Doris 1.2.2-rc01

2023-02-14 Thread Mingyu Chen
Hi all, the vote is passed and closed[1]. There are 3 +1(binding) votes: Mingyu Chen Jiafeng Zhang Yongqiang Yang Thank you for your review. [1] https://lists.apache.org/thread/h53hlfxhldsohs65skl95tcjlmtobzot --此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

[discuss] kickoff 1.2.3 release management process

2023-02-19 Thread Mingyu Chen
ev/1.2.3-merged". The estimated release date maybe at the end of Feb. If serious problems in 1.2.2 are found, the release date of 1.2.3 may be brought forward. Please feel free to discuss. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

[Community Sync] Drois Roadmap 2023 webinar

2023-02-21 Thread Mingyu Chen
lease feel free to add more. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

Re:[ACTIVITY]GSoC has started

2023-02-24 Thread Mingyu Chen
Thanks for your remind. We are working on it. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2023-02-23 21:52:01, "CalvinKirs" wrote: > > >Hi guys, > >GSoC 2023[1] has started, GSoC is a good opportunity to involve more >contributors,

Re:Can I get a first issue in Doris?

2023-02-28 Thread Mingyu Chen
!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2023-02-28 15:22:06, "彭 凯杰" wrote: >Hello Doris Community! > >My name is KJay and I am a Student major in Computer Science in China. I am >excited to be writing this mail to express my interest in joining your

Re:Doris resource queue

2023-03-01 Thread Mingyu Chen
The resource queue will be available in version 2.1, Q2 this year. > Process has no memory available This is there any more infornation about this error? and what is your Doris version? -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2023-03-02 01:02:32, &qu

Re:Doris建表异常

2023-03-03 Thread Mingyu Chen
Please paste the result of `show backends` when there are 4 BE. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2023-03-03 16:14:05,"4547...@qq.com.INVALID" <4547...@qq.com.INVALID> 写道: >您好, > >遇到一个现象,跟您反馈下,麻烦帮忙看下是哪里的问题。 > &g

Re:[discuss] kickoff 1.2.3 release management process

2023-03-09 Thread Mingyu Chen
%3Aclosed [2] https://github.com/apache/doris/issues?q=label%3Adev%2F1.2.3 [3] https://github.com/apache/doris/issues?q=label%3Adev%2F1.2.2 -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2023-02-19 23:08:16,"Mingyu Chen" 写道: >Hi all, >Since v1.2.2 has been rele

Re:问题请教

2023-03-09 Thread Mingyu Chen
Hi, please do not use image, sometime it can't be loaded so that I can't see it. And better use English, this is an Apache project, and we want people around the world know what we are talking about. Thank you -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在

Re:Re: Hive querying/importing instances

2023-03-10 Thread Mingyu Chen
https://doris.apache.org/docs/dev/lakehouse/external-table/hive/ [2] https://doris.apache.org/docs/dev/lakehouse/multi-catalog/hive -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2023-03-10 23:05:02,"Nikita Sakharin" 写道: >Hi, Yongqiang YANG, thank you for

Re:Re:[discuss] kickoff 1.2.3 release management process

2023-03-13 Thread Mingyu Chen
Hi all, This release note is WIP[1]. [1] https://github.com/apache/doris/issues/17748 -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2023-03-10 11:20:59, "Mingyu Chen" wrote: >Hi all, >I plan to make the new release 1.2.3 within next few days. &g

[VOTE] Release Apache Doris 1.2.3-rc01

2023-03-14 Thread Mingyu Chen
/community/release-and-verify/release-verify The vote will be open for at least 72 hours. [ ] +1 Approve the release [ ] +0 No opinion [ ] -1 Do not release this package because ... --此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org

[Cancel][VOTE] Release Apache Doris 1.2.3-rc01

2023-03-15 Thread Mingyu Chen
Hi all, Sorry that the 1.2.3-rc01 missed an important commit[1], without this fix, many user will encounter ClassNotFoundException when using jdbc catalog. So I have to cancel this vote and start a new one. [1] https://github.com/apache/doris/pull/17395 -- Best Regards Mingyu Chen Email

[VOTE] Release Apache Doris 1.2.3-rc02

2023-03-16 Thread Mingyu Chen
://doris.apache.org/community/release-and-verify/release-verify The vote will be open for at least 72 hours. [ ] +1 Approve the release [ ] +0 No opinion [ ] -1 Do not release this package because ... -- Best Regards Mingyu Chen Email: morning...@apache.org

Re:[DISCUSS]Create a repository - doris-shade

2023-03-17 Thread Mingyu Chen
+1 It could help us to solve the lib conflicts and the CVE issues. -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-03-17 19:57:49, "Calvin Kirs" wrote: >Hi, > >I want to create a repository - Doris-shade, it would be a shaded >artifacts repositor

Re:Re: [VOTE] Release Apache Doris 1.2.3-rc01

2023-03-19 Thread Mingyu Chen
Carry My +1(binding) -- Best Regards Mingyu Chen Email: morning...@apache.org 在 2023-03-15 11:43:45,"Jiafeng.Zhang" 写道: >Here is my +1(binding). > >I checked: >[x] The download link is legal and the PGP signature are valid. >[x] The source code matches the cur

[Result][Vote] Release Apache Doris 1.2.3-rc02

2023-03-19 Thread Mingyu Chen
Hi all, the vote is passed and closed[1]. There are 3 +1(binding) votes: Mingyu Chen Jiafeng Zhang De Li Thank you for your review. [1] https://lists.apache.org/thread/k0bcsd6rqg49zzvo8q7b1lxpk24jg79x-- Best Regards Mingyu Chen Email: morning...@apache.org

Re:Re: [DISCUSS]Create a repository - doris-shade

2023-03-20 Thread Mingyu Chen
Repo has been created: https://github.com/apache/doris-shade -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-03-21 10:04:26, "Calvin Kirs" wrote: >Hi, > Thanks for the discussion everyone, I will move on to the next step > >On 2023/03/18 09:22:11

Re:A Problem I Met when I try to start doris BE

2023-03-21 Thread Mingyu Chen
The prebuild BE binary is not executable on MacOS, it is only available on Linux. -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-03-21 18:02:49, "unknown player" <1262825...@qq.com.INVALID> wrote: >The system I am using is macOS Monterey 12.4

Re:[VOTE] Release Apache Doris-Shade 1.0.0

2023-03-21 Thread Mingyu Chen
e name of thrift in Doris will be: shade.doris.org.apache.thrift -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-03-21 19:20:56, "wudi" <676366...@qq.com.INVALID> wrote: >Hi all, > >This is a call for the vote to release Apache Doris-Shade 1.0.0 &

Re:mysql的数据同步到doris,用什么方式合适?

2023-03-23 Thread Mingyu Chen
You can try Flink CDC. And please reply to dev@doris.apache.org -- Best Regards Mingyu Chen Email: morning...@apache.org 在 2023-03-23 12:03:21,"yclxiao" 写道: mysql的数据同步到doris,用什么方式合适? | | yclxiao | | yclx...@gmail.com |

Re:关于通过jdbc连接外部表,bigint类型字段值异常的问题

2023-03-25 Thread Mingyu Chen
Please provide your mysql table's schema. And how did you connect to your MySQL, are you using JDBC catalog, or JDBC External Table. And also provide either the "create catalog" stmt or "create external table" stmt. -- Best Regards Mingyu Chen Email: morning...@apa

Re:A Problem when I try to start Doris be on CentOS

2023-03-27 Thread Mingyu Chen
The image is broken. Could you please show info in text? -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-03-27 18:13:28, "unknown player" <1262825...@qq.com.INVALID> wrote: I download the 1.1.5 version and try to start Doris_be on CentOS 7, then I s

Re:Re:Re:A Problem when I try to start Doris be on CentOS

2023-03-27 Thread Mingyu Chen
You can paste the `be.out` and `be.INFO` to see if there is more info -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-03-28 10:29:51, "unknown player" <1262825...@qq.com.INVALID> wrote: >The error message in the image I sent is "line 133: 3

[discuss] kickoff 1.2.4 release management process

2023-03-29 Thread Mingyu Chen
ng these commits, if anyone want to merge any commits into branch-1.2-lts, please let me know. Please feel free to discuss. -- Best Regards Mingyu Chen Email: morning...@apache.org

Re:部署失败

2023-03-30 Thread Mingyu Chen
rsion? -- Best Regards Mingyu Chen Email: morning...@apache.org 在 2023-03-31 13:55:17,"黄才能" 写道: >尊敬的doris开发工程师,你好。我在使用贵公司的优秀产品doris时,遇到如下部署问题,无法解决,希望能得到你们的帮助。 > >问题:无法建表,识别不了be位置,保存如下 >ERROR 1105 (HY000): errCode = 2, detailMessage = Failed to find 3 backends for >polic

Re:申请加入SIG兴趣小组

2023-04-04 Thread Mingyu Chen
Thanks for your interests. There are also some good first issue to pick, you can pick one if you like: https://github.com/apache/doris/issues/17176 -- Best Regards Mingyu Chen Email: morning...@apache.org 在 2023-04-04 07:35:22,"SHUZHUANGZHUANG" 写道: >你好 我是舒壮壮 doris 用户群体之一

Re:Open a DSIP for the GEO function

2023-04-11 Thread Mingyu Chen
Nice Job! I have created the wiki page for you[1] [1] https://cwiki.apache.org/confluence/display/DORIS/DSIP-033%3A+More+GEO+functions -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-04-11 12:49:19, "李乾丰" wrote: >hi,all > >I want to implement mor

Re:[discuss] kickoff 1.2.4 release management process

2023-04-11 Thread Mingyu Chen
Hi all, I would like to make a new release 1.2.4 this week, since there are some important issue has been fixed or improved. If you have any commits that need to be merged into this release, please let me know. -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-03-30 09

Re:rename materialized-view to materialized-index

2023-04-13 Thread Mingyu Chen
There is already a MaterializedIndex class in code. So what what exactly do you need to change? Code or user interface? -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-04-13 15:08:54, "BiteThet" wrote: >Hi, all. > > >I recently planned to c

[VOTE] Release Apache Doris 1.2.4-rc01

2023-04-18 Thread Mingyu Chen
open for at least 72 hours. [ ] +1 Approve the release [ ] +0 No opinion [ ] -1 Do not release this package because ... -- Best Regards Mingyu Chen Email: morning...@apache.org

Re:[VOTE] Release Apache Doris 1.2.4-rc01

2023-04-20 Thread Mingyu Chen
package. [x] The compilation can be executed smoothly. -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-04-19 09:50:20, "Mingyu Chen" wrote: >Hi all, > >Please review and vote on Apache Doris 1.2.4-rc01 release. >The release candidate has been tagged i

Re:doris 1.2.3 查询hive外部表中orc格式表的问题

2023-04-20 Thread Mingyu Chen
Thanks for your debug. We will fix it later. And you can add "hive.exec.orc.split.strategy" = "BI" to your `create catalog` properties to avoid this issue -- Best Regards Mingyu Chen Email: morning...@apache.org 在 2023-04-21 11:44:53,"宇宙蒙面侠X" <635734...

[Result][Vote] Release Apache Doris 1.2.4-rc01

2023-04-22 Thread Mingyu Chen
Hi all, the vote is passed and closed[1]. There are 3 +1(binding) votes: Mingyu Chen Jiafeng Zhang De Li Thank you for your review. [1] https://lists.apache.org/thread/ttyjh1tkwvf0t83bwzrgjn62s4qdos6v -- Best Regards Mingyu Chen Email: morning...@apache.org

[VOTE] Release Apache Doris 1.2.4.1-rc01

2023-04-26 Thread Mingyu Chen
] https://github.com/apache/doris/pull/18991 -- Best Regards Mingyu Chen Email: morning...@apache.org

Re:[VOTE] Release Apache Doris 1.2.4.1-rc01

2023-04-26 Thread Mingyu Chen
package. [x] The compilation can be executed smoothly. -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-04-26 17:37:31, "Mingyu Chen" wrote: >Hi all, > >Please review and vote on Apache Doris 1.2.4.1-rc01 release. >The release candidate has been tagge

[Result][Vote] Release Apache Doris 1.2.4.1-rc01

2023-04-26 Thread Mingyu Chen
Hi all, the vote is passed and closed[1]. There are 4 +1(binding) votes: Mingyu Chen Jiafeng Zhang Happen Li Guolei Yi This is a hotfix version for 1.2.4, which has been released a few days ago. So I will do a fast release that won't last for 72 hours. [1] https://lists.apache.org/t

<    1   2   3   4   >