svn commit: r41470 - /dev/incubator/doris/KEYS

2020-09-15 Thread lingmiao
Author: lingmiao Date: Wed Sep 16 05:16:14 2020 New Revision: 41470 Log: Update KEYS Modified: dev/incubator/doris/KEYS Modified: dev/incubator/doris/KEYS == --- dev/incubator/doris/KEYS (original) +++ dev/incubator/

svn commit: r41469 - in /dev/incubator/doris/0.13: ./ 0.13.0-rc1/ 0.13.0-rc1/KEYS 0.13.0-rc1/apache-doris-0.13.0-incubating-src.tar.gz 0.13.0-rc1/apache-doris-0.13.0-incubating-src.tar.gz.asc 0.13.0-r

2020-09-15 Thread lichaoyong
Author: lichaoyong Date: Wed Sep 16 04:45:18 2020 New Revision: 41469 Log: Add 0.13.0-rc01 Added: dev/incubator/doris/0.13/ dev/incubator/doris/0.13/0.13.0-rc1/ dev/incubator/doris/0.13/0.13.0-rc1/KEYS dev/incubator/doris/0.13/0.13.0-rc1/apache-doris-0.13.0-incubating-src.tar.gz

[GitHub] [incubator-doris] vagetablechicken opened a new pull request #4613: [Bug] catch IllegalArgumentException in DynamicPartitionScheduler

2020-09-15 Thread GitBox
vagetablechicken opened a new pull request #4613: URL: https://github.com/apache/incubator-doris/pull/4613 ## Proposed changes https://github.com/apache/incubator-doris/issues/4603 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x

[incubator-doris] annotated tag 0.13.0-rc01 updated (2cd157b -> 756c427)

2020-09-15 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to annotated tag 0.13.0-rc01 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. *** WARNING: tag 0.13.0-rc01 was modified! *** from 2cd157b (commit) to 756c427 (tag) tag

[incubator-doris] annotated tag 0.13.0-rc01 updated (2cd157b -> 756c427)

2020-09-15 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to annotated tag 0.13.0-rc01 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. *** WARNING: tag 0.13.0-rc01 was modified! *** from 2cd157b (commit) to 756c427 (tag) tag

[GitHub] [incubator-doris] qidaye commented on pull request #4612: [Bug] behavior of function str_to_date() and date_format() on BE and FE is inconsistent

2020-09-15 Thread GitBox
qidaye commented on pull request #4612: URL: https://github.com/apache/incubator-doris/pull/4612#issuecomment-692712619 `date_format()` behavior ```sql mysql> select date_format('20201300','%Y.%m.%d'),date_format('2020','%Y.%m.%d'); +-+--

[GitHub] [incubator-doris] qidaye opened a new pull request #4612: [Bug] behavior of function str_to_date() and date_format() on BE and FE is inconsistent

2020-09-15 Thread GitBox
qidaye opened a new pull request #4612: URL: https://github.com/apache/incubator-doris/pull/4612 ## Proposed changes 1. add date range check in `DateLiteral` for `FEFunctions` 2. `select str_to_date(202009,'%Y%m')` and `select str_to_date(str,'%Y%m') from tb where tb.str = '202009

[GitHub] [incubator-doris] HappenLee opened a new pull request #4611: [Bug] Fix the bug of #4608, support order by, where, limit in `show alter table rollup`

2020-09-15 Thread GitBox
HappenLee opened a new pull request #4611: URL: https://github.com/apache/incubator-doris/pull/4611 Fix #4608 support order by, where, limit in `show alter table rollup` ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in t

[GitHub] [incubator-doris] Astralidea commented on issue #4598: The database option is not supported with the CTE statement

2020-09-15 Thread GitBox
Astralidea commented on issue #4598: URL: https://github.com/apache/incubator-doris/issues/4598#issuecomment-692674279 Thanks for you replay. your needs are reasonable. This is an automated message from the Apache Git Servic

[GitHub] [incubator-doris] xy720 opened a new pull request #4610: [Document] Fix some typo in alter table document

2020-09-15 Thread GitBox
xy720 opened a new pull request #4610: URL: https://github.com/apache/incubator-doris/pull/4610 ## Proposed changes Fix some typo in document that confusing users. ## Types of changes What types of changes does your code introduce to Doris? - [x] Documentation Upd

[GitHub] [incubator-doris] weizuo93 opened a new pull request #4609: [Bug] Fix the calculation of the variable "left_bytes" in function "reach_capacity_limit() in data_dir.cpp"

2020-09-15 Thread GitBox
weizuo93 opened a new pull request #4609: URL: https://github.com/apache/incubator-doris/pull/4609 ## Proposed changes Suppose that the current available byte in a disk is `_available_bytes`. After the data with size of `incoming_data_size` is written in the disk, the left space in

[GitHub] [incubator-doris] blackfox1983 opened a new issue #4608: order by in `show alter table rollup` do not has any effect

2020-09-15 Thread GitBox
blackfox1983 opened a new issue #4608: URL: https://github.com/apache/incubator-doris/issues/4608 **Describe the bug** the bug just show as below ``` MySQL [dataware]> show alter table rollup from dataware where TableName = 'mytable' order by CreateTime asc; +---+-

[GitHub] [incubator-doris] blackfox1983 commented on issue #4598: The database option is not supported with the CTE statement

2020-09-15 Thread GitBox
blackfox1983 commented on issue #4598: URL: https://github.com/apache/incubator-doris/issues/4598#issuecomment-692587085 > > > Doris support CET statement. > https://github.com/apache/incubator-doris/wiki/Sql-Reference#with%E5%AD%90%E5%8F%A5 > Your Error looks like not select

[GitHub] [incubator-doris] weizuo93 opened a new pull request #4607: [Doc]update documents of dynamic partition

2020-09-15 Thread GitBox
weizuo93 opened a new pull request #4607: URL: https://github.com/apache/incubator-doris/pull/4607 ## Proposed changes If some partitions between dynamic_partition.start and dynamic_partition.end are lost due to some unexpected circumstances when using dynamic partition, the lost pa

[GitHub] [incubator-doris] fengfangqian commented on issue #4606: /be/src/util/bfd_parser.h:33:10: fatal error: bfd.h: No such file or directory

2020-09-15 Thread GitBox
fengfangqian commented on issue #4606: URL: https://github.com/apache/incubator-doris/issues/4606#issuecomment-692547864 yum install binutils-devel done This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] fengfangqian opened a new issue #4606: /be/src/util/bfd_parser.h:33:10: fatal error: bfd.h: No such file or directory

2020-09-15 Thread GitBox
fengfangqian opened a new issue #4606: URL: https://github.com/apache/incubator-doris/issues/4606 ![image](https://user-images.githubusercontent.com/3350372/93183925-34a65280-f76e-11ea-9005-435dd5598bb4.png) 这个什么情况 This i