Re: [Proposal] Put some dependencies in our maintenance repo

2020-10-26 Thread Willem Jiang
Could you explain why we have these third party dependencies? Are they introduced by Cloudera's plugin? I don't think hosting these jars in our own repo is a good way to go :( Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Mon, Oct 26, 2020 at 7:38 PM ling miao wrote: > > Hi, > > Current

Re: [Proposal] Put some dependencies in our maintenance repo

2020-10-26 Thread ling miao
Putting the non-main repo addresses into env variables is OK. But does this mean that users need to quote parameters when compiling? Ling Miao 陈明雨 于2020年10月27日周二 上午11:24写道: > Maintaining the jar ourselves may not be sustainable. > I think we can solve the problem case by case. > For example, we

Re: new committer: ###Bo Wang

2020-10-26 Thread ling miao
Congratulations, look forward to being more active in the community in the future. Ling Miao 41108453 <41108...@qq.com> 于2020年10月27日周二 下午12:50写道: > 恭喜恭喜 > > > > > > -- Original -- > From: 陈明雨 Date: Tue,Oct 27,2020 0:45 PM > To: doris-dev Subject: Re: new committ

Re: new committer: ###Bo Wang

2020-10-26 Thread 41108453
恭喜恭喜 -- Original -- From: 陈明雨

new committer: ###Bo Wang

2020-10-26 Thread 陈明雨
The Podling Project Management Committee (PPMC) for Apache Doris has invited Bo Wang to become a committer and we are pleased to announce that he has accepted. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org

Re:[Proposal] Put some dependencies in our maintenance repo

2020-10-26 Thread 陈明雨
Maintaining the jar ourselves may not be sustainable. I think we can solve the problem case by case. For example, we are currently encountering the problem of cloudera repo address changes. Can we consider turning all non-main repo addresses(such as Oracle, Cloudera repo) into environment variabl

Re: update table

2020-10-26 Thread ling miao
Hi Doris don't support `update` right now. There are two solutions: 1. Use 'delete' + 'insert' 2. Create a unique table These two solutions are suitable for different situations, please refer to the official documents for how to use them http://doris.apache.org/ You are welcome to use doris, you

Re: update table

2020-10-26 Thread Zhao Chun
Hi Doris don't support 'update' statement right now. If you want to update a table, you should create table with `unique key`. They you can insert a new row to overwrite the old one. Thanks, Zhao Chun Murugan Muthusamy 于2020年10月27日周二 上午2:33写道: > Hi, > > I am using Master branch and running th

update table

2020-10-26 Thread Murugan Muthusamy
Hi, I am using Master branch and running the following query update table1 set username='muru' where siteid=5; throws exception (see below) I checked Doris FAQ and documentation but no reference to the update table. Please, help me to understand and how to update table values? Thanks, Mu

[Proposal] Put some dependencies in our maintenance repo

2020-10-26 Thread ling miao
Hi, Currently, some fe dependencies that we rely on are not in the maven repo. For example, cup-maven-plugin and java-cup are located at the Cloudera 3rd-P. This will lead to the risk that our code will not be compiled when the third-party repo changes. I have also tried whether it is possible to