[GitHub] [incubator-doris] acelyc111 opened a new pull request #5030: [Refactor] Refactor DeleteHandler and Cond module (2nd)

2020-12-05 Thread GitBox
acelyc111 opened a new pull request #5030: URL: https://github.com/apache/incubator-doris/pull/5030 ## Proposed changes This patch mainly do the following refactors: - Use int64_t instead of int32_t for 'version' in DeleteHandler - Move some comments from .cpp to .h file, add some n

[GitHub] [incubator-doris] morningman closed issue #5024: Push down predicate on value column of unique table to base rowset

2020-12-05 Thread GitBox
morningman closed issue #5024: URL: https://github.com/apache/incubator-doris/issues/5024 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-doris] morningman merged pull request #5022: Push down predicate on value column of unique table to base rowset

2020-12-05 Thread GitBox
morningman merged pull request #5022: URL: https://github.com/apache/incubator-doris/pull/5022 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] branch master updated: [Enhance] Push down predicate on value column of unique table to base rowset (#5022)

2020-12-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new b9dabc3 [Enhance] Push down predic

[GitHub] [incubator-doris] morningman merged pull request #4999: [Performance Optimization] Remove push down conjuncts in olap scan node

2020-12-05 Thread GitBox
morningman merged pull request #4999: URL: https://github.com/apache/incubator-doris/pull/4999 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman closed issue #4986: [Proposal] Remove idle conjuncts in olap scan node which had alreadly push to Storage Engine

2020-12-05 Thread GitBox
morningman closed issue #4986: URL: https://github.com/apache/incubator-doris/issues/4986 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[incubator-doris] branch master updated (b954dfd -> 6021d6f)

2020-12-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from b954dfd [Bug] Fix the bug of Largetint and Decimal json load failed. (#4983) add 6021d6f [Perfor

[GitHub] [incubator-doris] morningman merged pull request #4983: [Bug] Fix the bug of Largetint and Decimal json load failed.

2020-12-05 Thread GitBox
morningman merged pull request #4983: URL: https://github.com/apache/incubator-doris/pull/4983 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] branch master updated: [Bug] Fix the bug of Largetint and Decimal json load failed. (#4983)

2020-12-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new b954dfd [Bug] Fix the bug of Large

[incubator-doris] branch master updated (42dd821 -> b1b99ae)

2020-12-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 42dd821 [Refactor] Private constructor for singleton (#4956) add b1b99ae [Function] Support Decim

[GitHub] [incubator-doris] morningman closed issue #3127: STDDEV_SAMP函数计算结果与mysql偏差大

2020-12-05 Thread GitBox
morningman closed issue #3127: URL: https://github.com/apache/incubator-doris/issues/3127 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-doris] morningman merged pull request #4959: [Bug] Fix the loss of precision when Decimal calculates variance/stddev

2020-12-05 Thread GitBox
morningman merged pull request #4959: URL: https://github.com/apache/incubator-doris/pull/4959 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman merged pull request #4956: [Refactor] Private constructor for singleton

2020-12-05 Thread GitBox
morningman merged pull request #4956: URL: https://github.com/apache/incubator-doris/pull/4956 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[incubator-doris] branch master updated: [Refactor] Private constructor for singleton (#4956)

2020-12-05 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 42dd821 [Refactor] Private constru

[incubator-doris] branch master updated: Revert "[Refactor] Refactor DeleteHandler and Cond module (#4925)" (#5028)

2020-12-05 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new c440aa0 Revert "[Refactor] Refactor

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #5028: Revert "[Refactor] Refactor DeleteHandler and Cond module (#4925)"

2020-12-05 Thread GitBox
EmmyMiao87 merged pull request #5028: URL: https://github.com/apache/incubator-doris/pull/5028 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] morningman opened a new pull request #5029: [Bug] Fix bug that failed to write meta image of load job

2020-12-05 Thread GitBox
morningman opened a new pull request #5029: URL: https://github.com/apache/incubator-doris/pull/5029 ## Proposed changes In #4863, we add userInfo in load job, but the userInfo must be analyzed so that it can be written to the image. ## Types of changes - [x] Bugfix (

[GitHub] [incubator-doris] acelyc111 commented on pull request #5028: Revert "[Refactor] Refactor DeleteHandler and Cond module (#4925)"

2020-12-05 Thread GitBox
acelyc111 commented on pull request #5028: URL: https://github.com/apache/incubator-doris/pull/5028#issuecomment-739246369 Sorry about that, I'll try to fix it this weekend. Anyway, you can revert it before I fix it. This is

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #5027: Support fe heartbeat use thrift protocol to get stable response

2020-12-05 Thread GitBox
caiconghui commented on a change in pull request #5027: URL: https://github.com/apache/incubator-doris/pull/5027#discussion_r536621505 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java ## @@ -1301,4 +1301,13 @@ */ @ConfField public stati

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #5027: Support fe heartbeat use thrift protocol to get stable response

2020-12-05 Thread GitBox
caiconghui commented on a change in pull request #5027: URL: https://github.com/apache/incubator-doris/pull/5027#discussion_r536621505 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java ## @@ -1301,4 +1301,13 @@ */ @ConfField public stati