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 a4e9895 [website] modify download links
imay merged pull request #3574:
URL: https://github.com/apache/incubator-doris/pull/3574
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 g
This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a commit to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/branch-0.12 by this push:
new 236c319 [website] modify down
imay merged pull request #3573:
URL: https://github.com/apache/incubator-doris/pull/3573
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 g
EmmyMiao87 merged pull request #3558:
URL: https://github.com/apache/incubator-doris/pull/3558
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
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 a7e1c08 Report error when subquery i
kangpinghuang commented on issue #3600:
URL:
https://github.com/apache/incubator-doris/issues/3600#issuecomment-629017598
One of the reason is that 3G+ is large than MAX_INT, but FreePool->allocate
accept int as argment, overflow will lead to allocation and serialation bug.
-
kangpinghuang opened a new issue #3600:
URL: https://github.com/apache/incubator-doris/issues/3600
**Describe the bug**
when use bitmap to do insertsect, if the bitmap is large than the MAX_INT,
the allocation of memory from free pool will failed, which will lead to
serialization failed
caiconghui commented on pull request #3599:
URL: https://github.com/apache/incubator-doris/pull/3599#issuecomment-629012633
LGTM
This is an automated message from the Apache Git Service.
To respond to the message, please log
hffariel edited a comment on issue #3595:
URL:
https://github.com/apache/incubator-doris/issues/3595#issuecomment-629009326
@morningman This is what it's supposed to be.
Gray color for sub-directories, and black color for files.
` method. But we forget to create
`DatabaseT
morningman commented on a change in pull request #3523:
URL: https://github.com/apache/incubator-doris/pull/3523#discussion_r425542184
##
File path: fe/src/main/java/org/apache/doris/backup/RestoreJob.java
##
@@ -806,7 +739,54 @@ private void checkAndPrepareMeta() {
//
HappenLee opened a new pull request #3598:
URL: https://github.com/apache/incubator-doris/pull/3598
1. Delete Invalid Counter In Data_Stream_Sender.
2. Add Counter For PartitionHashTable of PartitionAggregationNode:
* Hash Probe Method
* Row processed by Aggregation
wuyunfeng commented on a change in pull request #3597:
URL: https://github.com/apache/incubator-doris/pull/3597#discussion_r425538461
##
File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java
##
@@ -618,16 +618,33 @@ private Expr processDuplicateOrs(List> exprs)
gaodayue commented on issue #3591:
URL:
https://github.com/apache/incubator-doris/issues/3591#issuecomment-628999235
@morningman Why instance memory checker should set mem limit?
This is an automated message from the Apache
gaodayue edited a comment on issue #3591:
URL:
https://github.com/apache/incubator-doris/issues/3591#issuecomment-628997925
To be honest I don't know why `ReservationTracker::TransferReservationTo`
needs that DCHECK so I'm not sure whether it will cause troubles if removing
it. For instan
wuyunfeng commented on a change in pull request #3597:
URL: https://github.com/apache/incubator-doris/pull/3597#discussion_r425539095
##
File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java
##
@@ -618,16 +618,33 @@ private Expr processDuplicateOrs(List> exprs)
morningman commented on a change in pull request #3597:
URL: https://github.com/apache/incubator-doris/pull/3597#discussion_r425538020
##
File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java
##
@@ -618,16 +618,33 @@ private Expr processDuplicateOrs(List> exprs)
gaodayue commented on issue #3591:
URL:
https://github.com/apache/incubator-doris/issues/3591#issuecomment-628997925
To be honest I don't know why `ReservationTracker::TransferReservationTo`
needs that DCHECK and I'm not sure whether it will cause troubles if removing
it. For instance mem
wuyunfeng commented on a change in pull request #3597:
URL: https://github.com/apache/incubator-doris/pull/3597#discussion_r425538461
##
File path: fe/src/main/java/org/apache/doris/analysis/SelectStmt.java
##
@@ -618,16 +618,33 @@ private Expr processDuplicateOrs(List> exprs)
HappenLee closed pull request #3562:
URL: https://github.com/apache/incubator-doris/pull/3562
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
morningman commented on a change in pull request #3587:
URL: https://github.com/apache/incubator-doris/pull/3587#discussion_r425534925
##
File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java
##
@@ -4514,7 +4514,7 @@ public long getNextId() {
fo
wutiangan opened a new pull request #3597:
URL: https://github.com/apache/incubator-doris/pull/3597
fix OrCompoundPredicate predicate fold bug #3596
This is an automated message from the Apache Git Service.
To respond to the
wutiangan opened a new issue #3596:
URL: https://github.com/apache/incubator-doris/issues/3596
### How to produce
SQL: select * from baseall where (a = 1) or (a = 1 and B = 2)
this SQL throws Unexpected exception: nul
### reason
if "(a = 1)" is extracted as a common fa
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 123e139 [Delete] Allow delete duplicated non-key column using delete
from (#3424)
add 273aad6 [
kangkaisen merged pull request #3551:
URL: https://github.com/apache/incubator-doris/pull/3551
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
kangkaisen closed issue #3550:
URL: https://github.com/apache/incubator-doris/issues/3550
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
acelyc111 commented on a change in pull request #3572:
URL: https://github.com/apache/incubator-doris/pull/3572#discussion_r425248035
##
File path: be/src/util/trace.h
##
@@ -0,0 +1,291 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor li
imay commented on a change in pull request #3580:
URL: https://github.com/apache/incubator-doris/pull/3580#discussion_r425521114
##
File path: be/src/olap/memory/column_reader.h
##
@@ -0,0 +1,95 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contr
morningman commented on pull request #3584:
URL: https://github.com/apache/incubator-doris/pull/3584#issuecomment-628977280
This CL is ready for reviewing.
But I have no idea why `continuous-integration/travis-ci/pr` failed...
morningman opened a new issue #3595:
URL: https://github.com/apache/incubator-doris/issues/3595
**Describe the bug**
The hightlight of sidebar seems not right:
Some of them are in gray color, some of them are in black color
 were added to refs/heads/master by this push:
new 123e139 [Delete] Allow delete dupl
morningman merged pull request #3424:
URL: https://github.com/apache/incubator-doris/pull/3424
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
acelyc111 commented on a change in pull request #3572:
URL: https://github.com/apache/incubator-doris/pull/3572#discussion_r425248035
##
File path: be/src/util/trace.h
##
@@ -0,0 +1,291 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor li
marising commented on a change in pull request #3577:
URL: https://github.com/apache/incubator-doris/pull/3577#discussion_r425241822
##
File path: fe/src/main/java/org/apache/doris/analysis/SlotRef.java
##
@@ -162,6 +162,12 @@ public String toSqlImpl() {
return tbl
acelyc111 commented on a change in pull request #3572:
URL: https://github.com/apache/incubator-doris/pull/3572#discussion_r425211374
##
File path: be/src/util/trace.h
##
@@ -0,0 +1,291 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor li
wutiangan commented on a change in pull request #3587:
URL: https://github.com/apache/incubator-doris/pull/3587#discussion_r425210765
##
File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java
##
@@ -4514,7 +4514,7 @@ public long getNextId() {
for
acelyc111 commented on a change in pull request #3572:
URL: https://github.com/apache/incubator-doris/pull/3572#discussion_r425192490
##
File path: be/src/util/debug/trace_event_memory.h
##
@@ -0,0 +1,28 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or m
morningman commented on a change in pull request #3577:
URL: https://github.com/apache/incubator-doris/pull/3577#discussion_r425170848
##
File path: fe/src/main/java/org/apache/doris/analysis/SlotRef.java
##
@@ -162,6 +162,12 @@ public String toSqlImpl() {
return t
songenjie opened a new pull request #3594:
URL: https://github.com/apache/incubator-doris/pull/3594
Fixes https://github.com/apache/incubator-doris/issues/3593
This is an automated message from the Apache Git Service.
To resp
/glog-0.3.3-for-palo2.patch#L382
**To Reproduce**
1. be set
```
sys_log_roll_mode = SIZE-MB-200
sys_log_roll_num = 10
```
2. start be and se log
```
201M -rw-r--r-- 1 root root 201M May 14 17:26
/opt/***/be/log/be.INFO.log.20200514-172042
201M -rw-r--r
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 4464328 [Doc] Add doc link to char
morningman merged pull request #3548:
URL: https://github.com/apache/incubator-doris/pull/3548
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
morningman commented on issue #3591:
URL:
https://github.com/apache/incubator-doris/issues/3591#issuecomment-628630521
I think @kangkaisen has just remove the `DECHECK` #3531 ...
And why the instance memory checker should not has mem limit?
-
morningman commented on pull request #3562:
URL: https://github.com/apache/incubator-doris/pull/3562#issuecomment-628626649
Hi @HappenLee I think you made a wrong rebase operation... please check
again.
This is an automated
blackfox1983 closed issue #3576:
URL: https://github.com/apache/incubator-doris/issues/3576
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
blackfox1983 commented on issue #3576:
URL:
https://github.com/apache/incubator-doris/issues/3576#issuecomment-628612909
pr : https://github.com/apache/incubator-doris/pull/3579
This is an automated message from the Apache G
imay commented on a change in pull request #3579:
URL: https://github.com/apache/incubator-doris/pull/3579#discussion_r425079015
##
File path: be/src/exec/es/es_query_builder.cpp
##
@@ -113,12 +113,17 @@ WildCardQueryBuilder::WildCardQueryBuilder(const
ExtLikePredicate& like_p
imay commented on issue #3549:
URL:
https://github.com/apache/incubator-doris/issues/3549#issuecomment-628583096
For the example when the prefix is "file:///path/to/file_prefix", the result
should be "file:///path/to/file_prefix0.csv" rather than
"file:///path/to/file_prefix_0.csv".
HappenLee commented on pull request #3562:
URL: https://github.com/apache/incubator-doris/pull/3562#issuecomment-628563114
@gaodayue ok,I will change the commit messages。
This is an automated message from the Apache Git Servi
gaodayue opened a new pull request #3592:
URL: https://github.com/apache/incubator-doris/pull/3592
Fixes #3591
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
gaodayue commented on pull request #3562:
URL: https://github.com/apache/incubator-doris/pull/3562#issuecomment-628555861
Hi @HappenLee
I found that you've break down work related to #3365 into several PRs (which
is good) but all PRs and commits (like
[4eb27bc7e](https://github.com
gaodayue opened a new issue #3591:
URL: https://github.com/apache/incubator-doris/issues/3591
**Describe the bug**
Aggregate query leads to BE coredump with the following logs and stack.
```
I0514 13:00:50.688493 25754 plan_fragment_executor.cpp:272] Open():
fragment_instance_i
WingsGo opened a new issue #3590:
URL: https://github.com/apache/incubator-doris/issues/3590
**Is your feature request related to a problem? Please describe.**
When user create a dynamic partition table, they will sets a lot of
parameters, and the table's daily datas may increase or decr
morningman commented on issue #3549:
URL:
https://github.com/apache/incubator-doris/issues/3549#issuecomment-628515402
> @morningman
> If the exported file name is specified in `OUTFILE`, how do you want to
handle when the output will be split into many files.
> In
[Redshift](https:
morningman opened a new issue #3589:
URL: https://github.com/apache/incubator-doris/issues/3589
**Describe the bug**
Error in fe.out
```
java.io.IOException: Read transaction states failed
at
org.apache.doris.transaction.GlobalTransactionMgr.readFields(GlobalTransact
morningman opened a new issue #3588:
URL: https://github.com/apache/incubator-doris/issues/3588
**Describe the bug**
ConcurrentModificationException thrown when truncate table
**To Reproduce**
1. create table with partition
2. add some temp partitiions
3. truncate table
blackfox1983 commented on pull request #3579:
URL: https://github.com/apache/incubator-doris/pull/3579#issuecomment-628473982
@imay pls have a look?
This is an automated message from the Apache Git Service.
To respond to the
imay commented on a change in pull request #3571:
URL: https://github.com/apache/incubator-doris/pull/3571#discussion_r424938429
##
File path: fe/src/main/java/org/apache/doris/catalog/FunctionSet.java
##
@@ -554,29 +555,29 @@ public boolean
isNonNullResultWithNullParamFunctio
imay commented on issue #3549:
URL:
https://github.com/apache/incubator-doris/issues/3549#issuecomment-628455604
@morningman
If the exported file name is specified in `OUTFILE`, how do you want to
handle when the output will be split into many files.
In [Redshift](https://docs.aws.a
chaoyli commented on a change in pull request #3572:
URL: https://github.com/apache/incubator-doris/pull/3572#discussion_r424929077
##
File path: be/src/util/trace.h
##
@@ -0,0 +1,291 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor lice
morningman opened a new pull request #3587:
URL: https://github.com/apache/incubator-doris/pull/3587
When truncate the table, a ConcurrentModificationException may thrown when
there
are temp partitions in this table.
This
64 matches
Mail list logo