Re:Vote for Apache Doris 2.1.0

2024-03-04 Thread Zhou Minghong
+1 At 2024-03-05 10:59:33, "GuoLei Yi" wrote: >Hi all, > >Please review and vote on Apache Doris 2.1.0 release. > >The release candidate has been tagged in GitHub as 2.1.0-rc11, available here: > >https://github.com/apache/doris/tree/2.1.0-rc11 > > >The release notes can be found

回复:无法使用navicat"自动运行”功能

2023-07-15 Thread Zhou Minghong
如果只是接受这个参数,但不做实质工作,能行吗? | | minghong.z...@163.com | | 邮箱:minghong.z...@163.com | 回复的原邮件 | 发件人 | 俞嘉澜 | | 日期 | 2023年07月15日 20:47 | | 收件人 | dev | | 抄送至 | | | 主题 | 无法使用navicat"自动运行”功能 | Dear Doris 目前无法使用navicat的"自动运行”功能,报错信息如下: Unknown system variable 'character_set_database' 目前的版

Re:Re:Open a DSIP for the GEO function

2023-04-11 Thread Zhou Minghong
Hi all, It would be good to support GEO functions in Nereids planner, not in original Planner. BR/Minghong 在 2023-04-11 16:13:37,"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+G

Re: [Vote] Release Apache Doris 1.2.1-rc01

2022-12-31 Thread Zhou Minghong
+1 | | minghong.z...@163.com | | 邮箱:minghong.z...@163.com | Replied Message | From | Jiafeng.Zhang | | Date | 12/31/2022 23:57 | | To | dev@doris.apache.org | | Cc | | | Subject | Re: [Vote] Release Apache Doris 1.2.1-rc01 | Here is my +1(binding). I checked: [x] The download link

Re: [Vote] Release Apache Doris 1.2.0-rc04

2022-12-04 Thread Zhou Minghong
+1 | | minghong.z...@163.com | | 邮箱:minghong.z...@163.com | Replied Message | From | Mingyu Chen | | Date | 12/04/2022 15:47 | | To | doris-dev | | Cc | | | Subject | [Vote] Release Apache Doris 1.2.0-rc04 | Hi all, Please review and vote on Apache Doris 1.2.0-rc04 release. In

Re: Vote for apache doris 1.1.1

2022-07-24 Thread Zhou Minghong
+1 | | minghong.z...@163.com | | 邮箱:minghong.z...@163.com | Replied Message | From | GuoLei Yi | | Date | 07/24/2022 17:32 | | To | dev@doris.apache.org | | Cc | | | Subject | Vote for apache doris 1.1.1 | Hi all, Please review and vote on Apache Doris 1.1.1 release. The release

Re:[Discuss][Random Distribution Aggregate Table Query] Make consistent query result on Aggregate Keys table for both hash distribution and random distribution.

2022-06-27 Thread Zhou Minghong
I support solution 2. We add a new shuffle type, so we have to expand our agg code to support the new cases. At 2022-06-26 21:49:19, "蔡聪辉" wrote: > > > >Hi, all devs. Now Doris has supported random distribution for Duplicate Keys >table and Aggregate Keys table without replace

Re:Re: [Discuss] Prepare to release 1.1

2022-06-23 Thread Zhou Minghong
+1 very expected! 在 2022-06-08 08:55:26,"GuoLei Yi" 写道: >+1 >Very excited for the new version. > >王磊 于2022年6月3日周五 10:14写道: > >> look forward to new version. >> >> >> wang...@flywheels.com >> 邮箱:wang...@flywheels.com >> >> >> >> 回复的原邮件 >> 发件人 41108453<41108...@qq.com.INV

Re:Re: [Discuss][DSIP] Support Merge-On-Write implementation for UNIQUE KEY data model

2022-06-23 Thread Zhou Minghong
Hi Chen Zhang one question about "and a delete bitmap (marks some rowid as deleted)”: how to handle transaction information by a bitmap? for example, transaction_100 delete a row, but this still visible to transaction_99, but not visible to trasanction_101. How to handle this case? Br/Minghong

回复:[Discuss] Change Doris binary name

2022-06-22 Thread Zhou Minghong
+1 回复的原邮件 | 发件人 | 41108453<41108...@qq.com.INVALID> | | 日期 | 2022年06月22日 23:54 | | 收件人 | dev | | 抄送至 | | | 主题 | Re: [Discuss] Change Doris binary name | +1 -- Original -- From: 陈明雨 https://github.com/baidu/palo -- 此致!Best Regards 陈明雨 Mingyu Chen

Re:Re: [Discuss][DSIP] Improve Doris observability

2022-05-15 Thread Zhou Minghong
Hi Stalary, What kind of data will be visualized first? Could you integrate profile data and sql plan together? Any way, this is a good idea! Minghong At 2022-05-15 19:26:05, "41108453" <41108...@qq.com.INVALID> wrote: >nice work! > > > > > > > >-- Original --

Re:Re:Re:Re:Re: [Discuss][DSIP] New Doris official website discussion

2022-05-10 Thread Zhou Minghong
要翻墙 在 2022-05-10 18:42:27,"Zhou Minghong" 写道: >The following url is not accessable. > >https://cwiki.apache.org/confluence/display/DORIS/DSIP-011%3A+New+Official+website > >Any help? > > > > > > > > > > > >在 2022

Re:Re:Re:Re: [Discuss][DSIP] New Doris official website discussion

2022-05-10 Thread Zhou Minghong
The following url is not accessable. https://cwiki.apache.org/confluence/display/DORIS/DSIP-011%3A+New+Official+website Any help? 在 2022-05-10 17:16:48,"陈明雨" 写道: >See: >https://cwiki.apache.org/confluence/display/DORIS/DSIP-011%3A+New+Official+website > > > > >-- > >此致!Best Regards

organization of testcases

2022-03-08 Thread Zhou Minghong
Hi all Currently, every single testcase is an excutable file, which is as big as a BE. If we want to test all the UTs, it takes a long time to compile and huge disk space. How about build all testcase in one executable file, and by using --gtest-filter arguments to specify which UT you want to