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,
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
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
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
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
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?
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
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
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
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
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
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
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
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
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;
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
16 matches
Mail list logo