[GitHub] [incubator-doris] zttaotao2013 commented on issue #1416: ETL_SUBMIT_FAIL problem

2019-07-11 Thread GitBox
zttaotao2013 commented on issue #1416: ETL_SUBMIT_FAIL problem URL: https://github.com/apache/incubator-doris/issues/1416#issuecomment-510764972 master上的版本 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] worker24h opened a new pull request #1464: FixBug: if columns of doris table less than parquet file columns , BE will be crash

2019-07-11 Thread GitBox
worker24h opened a new pull request #1464: FixBug: if columns of doris table less than parquet file columns , BE will be crash URL: https://github.com/apache/incubator-doris/pull/1464 if columns of doris table less than parquet file columns , BE will be crash --

[GitHub] [incubator-doris] morningman merged pull request #1463: Delete deprecated code in Frontend

2019-07-11 Thread GitBox
morningman merged pull request #1463: Delete deprecated code in Frontend URL: https://github.com/apache/incubator-doris/pull/1463 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] morningman opened a new pull request #1463: Delete deprecated code in Frontend

2019-07-11 Thread GitBox
morningman opened a new pull request #1463: Delete deprecated code in Frontend URL: https://github.com/apache/incubator-doris/pull/1463 1. Delete Clone/CloneJob/CloneChecker The old clone framework is deprecated, using TabletChecker/TabletScheduler instead 2. Delete old BackupJob/

[DISCUSS] ISSUE-1429 Refactor the Alter Table process

2019-07-11 Thread 陈明雨
Hi all: I'd like to propose issue 1429(https://github.com/apache/incubator-doris/issues/1429), which is to refactor the process of Alter Table. The current process of Alter Table has following problems: 1. Slow Each sub task of an alter job has to wait the current running transaction to b

[GitHub] [incubator-doris] bd7ce edited a comment on issue #1428: 使用Power BI连接到doris时提示:MySQL: No matching function with signature:utc_timestamp().

2019-07-11 Thread GitBox
bd7ce edited a comment on issue #1428: 使用Power BI连接到doris时提示:MySQL: No matching function with signature:utc_timestamp(). URL: https://github.com/apache/incubator-doris/issues/1428#issuecomment-510524852 更新后验证,utc_timestamp()函数已经正常了,但连接时继续报错: “从提供程序读取数据时出错:输入字符串的格式不正确”。 检查fe.audit

[GitHub] [incubator-doris] bd7ce commented on issue #1428: 使用Power BI连接到doris时提示:MySQL: No matching function with signature:utc_timestamp().

2019-07-11 Thread GitBox
bd7ce commented on issue #1428: 使用Power BI连接到doris时提示:MySQL: No matching function with signature:utc_timestamp(). URL: https://github.com/apache/incubator-doris/issues/1428#issuecomment-510524852 更新后验证,utc_timestamp()函数已经正常了,但连接时继续报错: “从提供程序读取数据时出错:输入字符串的格式不正确”。 检查fe.audio.log,最后

[GitHub] [incubator-doris] chaoyli merged pull request #1462: Fix memory leak in streaming load

2019-07-11 Thread GitBox
chaoyli merged pull request #1462: Fix memory leak in streaming load URL: https://github.com/apache/incubator-doris/pull/1462 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] chaoyli opened a new pull request #1462: Fix memory leak in streaming load

2019-07-11 Thread GitBox
chaoyli opened a new pull request #1462: Fix memory leak in streaming load URL: https://github.com/apache/incubator-doris/pull/1462 Upon streaming load, init() in ColumnDataWriter has been called twice. When calling init() secondly, allocated memory address of RowBlock will be covered

[GitHub] [incubator-doris] chenhao7253886 opened a new issue #1461: Scale does't work when cast other type to Decimal

2019-07-11 Thread GitBox
chenhao7253886 opened a new issue #1461: Scale does't work when cast other type to Decimal URL: https://github.com/apache/incubator-doris/issues/1461 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-doris] imay merged pull request #1460: Fix the error unit of create timestamp in mini load

2019-07-11 Thread GitBox
imay merged pull request #1460: Fix the error unit of create timestamp in mini load URL: https://github.com/apache/incubator-doris/pull/1460 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1460: Fix the error unit of create timestamp in mini load

2019-07-11 Thread GitBox
EmmyMiao87 opened a new pull request #1460: Fix the error unit of create timestamp in mini load URL: https://github.com/apache/incubator-doris/pull/1460 The unit of old create timestamp is micros while the unit of create timestamp in fe is millisecond.

[GitHub] [incubator-doris] morningman merged pull request #1434: Add aggregate function doc

2019-07-11 Thread GitBox
morningman merged pull request #1434: Add aggregate function doc URL: https://github.com/apache/incubator-doris/pull/1434 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] morningman merged pull request #1432: Add percentile_approx aggregate function

2019-07-11 Thread GitBox
morningman merged pull request #1432: Add percentile_approx aggregate function URL: https://github.com/apache/incubator-doris/pull/1432 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] imay merged pull request #1459: Add new CreateTabletReq and AlterTabletReqV2 thrift struct

2019-07-11 Thread GitBox
imay merged pull request #1459: Add new CreateTabletReq and AlterTabletReqV2 thrift struct URL: https://github.com/apache/incubator-doris/pull/1459 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] imay merged pull request #1454: Fix importing non-parquet format file causing be crash

2019-07-11 Thread GitBox
imay merged pull request #1454: Fix importing non-parquet format file causing be crash URL: https://github.com/apache/incubator-doris/pull/1454 This is an automated message from the Apache Git Service. To respond to the mess