decster opened a new issue #3384:
URL: https://github.com/apache/incubator-doris/issues/3384
To add support new storage engine, we need to make an extensible tablet
interface, so olap::StorageEngine can support and manage new tablet types.
To start, we can create a class BaseTablet and m
kangkaisen commented on issue #3378:
URL: https://github.com/apache/incubator-doris/pull/3378#issuecomment-618182114
> `The reason is that the toSql function of query stmt is incorrect when
there is subquery in having clause.`
>
> @EmmyMiao87 Hi, why can't we make the toSql function
HappenLee opened a new pull request #3383:
URL: https://github.com/apache/incubator-doris/pull/3383
This CL mainly made the following modifications:
1. Delete Invalid method in Running Profile Class.
2. Move Memlimit Counter from blockmgr to frgment and add PeakMemUsage
Counter
decster commented on issue #3382:
URL:
https://github.com/apache/incubator-doris/issues/3382#issuecomment-618145730
I have a POC project, which already has some code & tests, will create some
PR to refactor & integrate those code into Doris, as a starting base and code
skeleton. Will crea
HangyuanLiu commented on issue #3303:
URL:
https://github.com/apache/incubator-doris/issues/3303#issuecomment-618137850
#3300
This is an automated message from the Apache Git Service.
To respond to the message, please log o
HangyuanLiu commented on issue #3325:
URL:
https://github.com/apache/incubator-doris/issues/3325#issuecomment-618137746
#3300
This is an automated message from the Apache Git Service.
To respond to the message, please log o
HangyuanLiu commented on issue #3256:
URL:
https://github.com/apache/incubator-doris/issues/3256#issuecomment-618137920
#3300
This is an automated message from the Apache Git Service.
To respond to the message, please log o
This is an automated email from the ASF dual-hosted git repository.
kangkaisen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from ad6698c [Performance] Use Google/CCTZ to replace boost at timezone
function (#3300)
add a58bc19
kangkaisen commented on issue #3381:
URL: https://github.com/apache/incubator-doris/pull/3381#issuecomment-618125477
The bug cause by
```
_hash_tbl.reset(new HashTable(_child_expr_lists[0],
_child_expr_lists[0], _build_tuple_size,
true, _find_
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 d854a79 [Bug] `isQuery` field should be reset at the beginning of
query execution (#3374)
add ad6
yangzhg commented on a change in pull request #3345:
URL: https://github.com/apache/incubator-doris/pull/3345#discussion_r413438461
##
File path: run-ut.sh
##
@@ -24,6 +24,7 @@ ROOT=`cd "$ROOT"; pwd`
export DORIS_HOME=${ROOT}
. ${DORIS_HOME}/env.sh
+export BUILD_TYPE=DEBUG
yangzhg commented on issue #3381:
URL: https://github.com/apache/incubator-doris/pull/3381#issuecomment-618119322
> describe
done
This is an automated message from the Apache Git Service.
To respond to the message, please
This is an automated email from the ASF dual-hosted git repository.
zhaoc 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 d854a79 [Bug] `isQuery` field should be
imay commented on issue #3382:
URL:
https://github.com/apache/incubator-doris/issues/3382#issuecomment-618114581
@decster
This is a wonderful project!
This will make Doris perform better in high-concurrency update scenarios.
And this is a long time project, I will create a project
acelyc111 commented on issue #3246:
URL: https://github.com/apache/incubator-doris/pull/3246#issuecomment-617880130
> hi @acelyc111 Please resolve the conflicts
Done
This is an automated message from the Apache Git Ser
kangkaisen commented on issue #3357:
URL: https://github.com/apache/incubator-doris/pull/3357#issuecomment-617841075
@yangzhg Please add a UT
This is an automated message from the Apache Git Service.
To respond to the message
kangkaisen edited a comment on issue #3374:
URL: https://github.com/apache/incubator-doris/pull/3374#issuecomment-617836766
This PR fix three issues :sweat:
This is an automated message from the Apache Git Service.
To respond
kangkaisen commented on issue #3374:
URL: https://github.com/apache/incubator-doris/pull/3374#issuecomment-617836766
This PR fix three issue :sweat:
This is an automated message from the Apache Git Service.
To respond to the
morningman commented on issue #3246:
URL: https://github.com/apache/incubator-doris/pull/3246#issuecomment-617833512
hi @acelyc111 Please resolve the conflicts
This is an automated message from the Apache Git Service.
To resp
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 4a7a88e [LSAN] Fix some memory lea
kangkaisen commented on a change in pull request #3378:
URL: https://github.com/apache/incubator-doris/pull/3378#discussion_r413053666
##
File path: fe/src/main/java/org/apache/doris/analysis/LimitElement.java
##
@@ -42,9 +42,9 @@ public LimitElement(long limit) {
offs
kangkaisen commented on issue #3378:
URL: https://github.com/apache/incubator-doris/pull/3378#issuecomment-617831817
`The reason is that the toSql function of query stmt is incorrect when there
is subquery in having clause.`
@EmmyMiao87 Hi, why can't we make the toSql function corre
kangkaisen commented on a change in pull request #3378:
URL: https://github.com/apache/incubator-doris/pull/3378#discussion_r413054209
##
File path: fe/src/main/java/org/apache/doris/analysis/SelectList.java
##
@@ -98,6 +98,24 @@ public void rewriteExprs(ExprRewriter rewriter,
kangkaisen commented on a change in pull request #3378:
URL: https://github.com/apache/incubator-doris/pull/3378#discussion_r413053666
##
File path: fe/src/main/java/org/apache/doris/analysis/LimitElement.java
##
@@ -42,9 +42,9 @@ public LimitElement(long limit) {
offs
kangkaisen commented on issue #3381:
URL: https://github.com/apache/incubator-doris/pull/3381#issuecomment-617820929
@yangzhg `open` method seems not change. which line code fix this issue.
**When you submit a issue or PR, would better describe the root cause for
the issue and the c
morningman commented on a change in pull request #3357:
URL: https://github.com/apache/incubator-doris/pull/3357#discussion_r413035997
##
File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java
##
@@ -1362,9 +1362,24 @@ private void rewriteSelectList(ExprRewriter
morningman commented on a change in pull request #3378:
URL: https://github.com/apache/incubator-doris/pull/3378#discussion_r413008206
##
File path: fe/src/main/java/org/apache/doris/analysis/BaseViewStmt.java
##
@@ -109,33 +112,37 @@ protected void createColumnAndViewDefs(Anal
decster opened a new issue #3382:
URL: https://github.com/apache/incubator-doris/issues/3382
Currently, the underlying storage engine in Doris only supports append style
batch write, update/upsert/delete by a primary key (like in traditional
DBMS/KV) is not supported.
As Doris becom
This is an automated email from the ASF dual-hosted git repository.
zhaoc 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 a88ae53 [Bug]Use OlapTableSink::close t
This is an automated email from the ASF dual-hosted git repository.
zhaoc 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 22e90f7 [SegmentV2] Fix bloom filter bi
yangzhg opened a new pull request #3381:
URL: https://github.com/apache/incubator-doris/pull/3381
Fixes #3379
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
morningman opened a new issue #3380:
URL: https://github.com/apache/incubator-doris/issues/3380
**Describe the bug**
View the page in web browser:
`fe:http_port/system?path=//auth/%27default_cluster:user%27@%27%25%27`
you may see some IPs in `resolved IPs` entry. But those I
xy720 commented on a change in pull request #3378:
URL: https://github.com/apache/incubator-doris/pull/3378#discussion_r412851569
##
File path: fe/src/main/java/org/apache/doris/analysis/BaseViewStmt.java
##
@@ -109,33 +112,37 @@ protected void createColumnAndViewDefs(Analyzer
yangzhg opened a new issue #3379:
URL: https://github.com/apache/incubator-doris/issues/3379
except operater may produce incorrect value;
like
```
mysql> select k1 from baseall except select 2;
+--+
| k1 |
+--+
| 14 |
|9 |
|7 |
|2 |
imay commented on issue #3376:
URL:
https://github.com/apache/incubator-doris/issues/3376#issuecomment-617608147
Yes, only csv, json is coming soon
This is an automated message from the Apache Git Service.
To respond to the
EmmyMiao87 opened a new pull request #3378:
URL: https://github.com/apache/incubator-doris/pull/3378
Fixed #3377
The correlated slot ref should be bound by the agg tuple of outer query.
However, the correlated having clause should not be analyzed correctly so
the result is incorre
36 matches
Mail list logo