Column definition in DDL does not support 'DEFAULT NOW()' to set the defaul value?

2022-07-13 Thread WuYuntao
Column definition does not support 'DEFAULT NOW()' to set the defaul value? describe: my DDL sql: ```create table if not exists testdb.detail( `created_time`DATETIME NOT NULL DEFAULT NOW() ,`name` VARCHAR(30) NOT NULL . ``` I get this Exception: Error Failed to execute sql: org.apache.doris.com

[Result][VOTE] Release Apache Doris 1.1.0-rc05

2022-07-13 Thread Mingyu Chen
Hi all, the vote for Apache Doris 1.1.0-rc05 is now passed. There are 3 (+1 binding) votes and no 0 or -1 vote. Mingyu Chen +1 Jiafeng Zhang +1 De Li +1 The vote thread is: https://lists.apache.org/thread/0hcs4fsp5ofl4snztlzdm4yo2o13dt9o -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning.

Re:Re: [VOTE] Release Apache Doris 1.1.0-rc05

2022-07-13 Thread Mingyu Chen
Thank you all and now the vote is closed. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-07-13 22:06:46, "De Li" wrote: >Here is my +1(binding), > >I checked: >[x] Checksum and PGP signature are legitimate. >[x] DISCLAIMER is included. >[x] The source code mat

Re: Re: Re:Re:Re:Re:Re:Re: [Discuss] Prepare to release 1.1

2022-07-13 Thread XinYi Zou
+1 very nice~ Mingyu Chen 于2022年7月8日周五 15:57写道: > Yes, for master branch, all related hotfix commits in dev-1.0.1 will be > fixed in PR #10437, > which is still under developement. > > > > > -- > > 此致!Best Regards > 陈明雨 Mingyu Chen > > Email: > morning...@apache.org > > > > > > 在 2022-07-08 14:1

Re: [VOTE] Release Apache Doris 1.1.0-rc05

2022-07-13 Thread De Li
Here is my +1(binding), I checked: [x] Checksum and PGP signature are legitimate. [x] DISCLAIMER is included. [x] The source code matches the current release. [x] No compiled content is included in the source package. [x] The compilation can be executed without problems. --- # wget https://dis

Re: UNIQUE模型是否支持字段类型 REPLACE_IF_NOT_NULL

2022-07-13 Thread ling miao
建表的时候使用 agg 模型,然后把value 列都设置为 replae_if_not_null 如果是已经存在的unique 表是不能更改这个配置的。所以你只能重新建表然后将旧表数据 insert into 到新表中。 Use the agg model when building the table, and then set the value column to replae_if_not_null If it is an existing unique table, this configuration cannot be changed. So you can only reb