[GitHub] [incubator-doris] xinghuayu007 opened a new pull request #5065: [Enhancement]Hit range optimize

2020-12-10 Thread GitBox
xinghuayu007 opened a new pull request #5065: URL: https://github.com/apache/incubator-doris/pull/5065 ## Proposed changes A range query `SELECT eventdate, COUNT(userid) FROM appevent WHERE eventdate>="2020-01-12" and eventdate<="2020-01-14" GROUP BY eventdate` may hit no any cache,

[incubator-doris] branch master updated: [Bug][MultiLoad] Fix multiload missing userinfo and rebase error (#5058)

2020-12-10 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 1267d6b [Bug][MultiLoad] Fix multi

[GitHub] [incubator-doris] morningman merged pull request #5058: fix multiload missing userinfo and rebase error

2020-12-10 Thread GitBox
morningman merged pull request #5058: URL: https://github.com/apache/incubator-doris/pull/5058 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] xinghuayu007 closed pull request #5060: [Bug-Fix] Fix partition cache match bug

2020-12-10 Thread GitBox
xinghuayu007 closed pull request #5060: URL: https://github.com/apache/incubator-doris/pull/5060 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-doris] xinghuayu007 closed issue #5059: [Bug] partition cache match failed

2020-12-10 Thread GitBox
xinghuayu007 closed issue #5059: URL: https://github.com/apache/incubator-doris/issues/5059 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 t

[GitHub] [incubator-doris] morningman commented on pull request #5051: Add cpu time cost in query audit

2020-12-10 Thread GitBox
morningman commented on pull request #5051: URL: https://github.com/apache/incubator-doris/pull/5051#issuecomment-742583788 So in this CL, you add the cpu time of OLAP SCAN NODE in query profile, and also add the total cpu time of a query to the audit log?

[GitHub] [incubator-doris] liutang123 opened a new pull request #5064: [FOLLOWUP] Send queryId to master FE

2020-12-10 Thread GitBox
liutang123 opened a new pull request #5064: URL: https://github.com/apache/incubator-doris/pull/5064 ## Proposed changes In #4978, we send queryId to none master FE to audit. But when the query fail(timeout), the client may not receive the right queryId for audit. In this PR: None

[incubator-doris] branch master updated: [Compatibility] Support embedded quota in string literal (#5045)

2020-12-10 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong 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 e47fb50 [Compatibility] Support em

[GitHub] [incubator-doris] chaoyli merged pull request #5045: [Compatibility] Support embedded quota in string literal

2020-12-10 Thread GitBox
chaoyli merged pull request #5045: URL: https://github.com/apache/incubator-doris/pull/5045 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 t

[GitHub] [incubator-doris] chaoyli closed issue #4974: 关于使用单/双引号转义自身的建议

2020-12-10 Thread GitBox
chaoyli closed issue #4974: URL: https://github.com/apache/incubator-doris/issues/4974 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 go

[GitHub] [incubator-doris] xinghuayu007 closed issue #5059: [Bug] partition cache match failed

2020-12-10 Thread GitBox
xinghuayu007 closed issue #5059: URL: https://github.com/apache/incubator-doris/issues/5059 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 t

[GitHub] [incubator-doris] xinghuayu007 closed pull request #5060: [Bug-Fix] Fix partition cache match bug

2020-12-10 Thread GitBox
xinghuayu007 closed pull request #5060: URL: https://github.com/apache/incubator-doris/pull/5060 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-doris] acelyc111 closed pull request #5063: [Bug] Fix version in log is always 0 bug

2020-12-10 Thread GitBox
acelyc111 closed pull request #5063: URL: https://github.com/apache/incubator-doris/pull/5063 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

[GitHub] [incubator-doris] acelyc111 opened a new pull request #5063: [Bug] Fix version in log is always 0 bug

2020-12-10 Thread GitBox
acelyc111 opened a new pull request #5063: URL: https://github.com/apache/incubator-doris/pull/5063 ## Proposed changes Version in txn_manager.cpp's log is always `0`, because it print the version.first member, it's better to print version.second to make it more meaningful for debug

[GitHub] [incubator-doris] acelyc111 commented on a change in pull request #5008: [Optimize][Cache]Implementation of Separated Page Cache

2020-12-10 Thread GitBox
acelyc111 commented on a change in pull request #5008: URL: https://github.com/apache/incubator-doris/pull/5008#discussion_r53599 ## File path: be/src/olap/page_cache.cpp ## @@ -21,35 +21,51 @@ namespace doris { StoragePageCache* StoragePageCache::_s_instance = nullptr;

[GitHub] [incubator-doris] vagetablechicken opened a new issue #5062: [UT] TestEnv needs fix

2020-12-10 Thread GitBox
vagetablechicken opened a new issue #5062: URL: https://github.com/apache/incubator-doris/issues/5062 It's good to create a TestEnv for unit tests of be. But the current TestEnv can't work. And it doesn't need to be a friend of RuntimeState or any other class, because the unit tests ca