This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 01bd7f224b [bugifx](compaction) fix filter_delete if schema has
sequence column (#11909)
add 1b0b5b5f09 [Enh
dataroaring merged PR #11625:
URL: https://github.com/apache/doris/pull/11625
--
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 to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.
This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 1f9eec5462 [Regression](datev2) Add test cases for datev2/datetimev2
(#11831)
add 01bd7f224b [bugifx](compac
dataroaring merged PR #11909:
URL: https://github.com/apache/doris/pull/11909
--
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 to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.
englefly commented on code in PR #11825:
URL: https://github.com/apache/doris/pull/11825#discussion_r949857778
##
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java:
##
@@ -360,39 +362,86 @@ public PlanFragment
visitAbstractPhysicalSor
jackwener commented on PR #11890:
URL: https://github.com/apache/doris/pull/11890#issuecomment-1220313690
> LGTM
Same problem in #11889. We should put picture into directory instead of
using s3.
--
This is an automated message from the Apache Git Service.
To respond to the message,
github-actions[bot] commented on PR #11912:
URL: https://github.com/apache/doris/pull/11912#issuecomment-1220312345
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
adonis0147 commented on PR #11913:
URL: https://github.com/apache/doris/pull/11913#issuecomment-1220311172
Finally, I got the issue which the pr aims at resolving.
When we run `run-regression-test.sh`, the script always build the jar for
regression test framework even if the jar was b
adonis0147 commented on code in PR #11913:
URL: https://github.com/apache/doris/pull/11913#discussion_r949848930
##
run-regression-test.sh:
##
@@ -141,7 +141,7 @@ if [[ "${RUN}" -ne 1 ]]; then
exit 0
fi
-if [[ ! -f ${RUN_JAR} ]]; then
+if [ ! -f ${RUN_JAR} ]; then
Revie
adonis0147 commented on code in PR #11913:
URL: https://github.com/apache/doris/pull/11913#discussion_r949848930
##
run-regression-test.sh:
##
@@ -141,7 +141,7 @@ if [[ "${RUN}" -ne 1 ]]; then
exit 0
fi
-if [[ ! -f ${RUN_JAR} ]]; then
+if [ ! -f ${RUN_JAR} ]; then
Revie
adonis0147 commented on PR #11913:
URL: https://github.com/apache/doris/pull/11913#issuecomment-1220296788
Would you like to provide some steps to reproduce the issue? I ran `bash -x
run-regression-test.sh` on my machine but found the condition passed.
--
This is an automated message from
github-actions[bot] commented on PR #11909:
URL: https://github.com/apache/doris/pull/11909#issuecomment-1220293939
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
github-actions[bot] commented on PR #11909:
URL: https://github.com/apache/doris/pull/11909#issuecomment-1220293919
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
icedrugs89 commented on issue #11888:
URL: https://github.com/apache/doris/issues/11888#issuecomment-1220292909
Not now, reproduced in simulation,But copy the problem's table named
dwd_trade_draw_pdi_test001 and reimport data using broker load, then execute
step 1 and step 2, get the same e
englefly commented on code in PR #11812:
URL: https://github.com/apache/doris/pull/11812#discussion_r949833624
##
fe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java:
##
@@ -147,6 +148,7 @@ private void analyze() {
private void rewrite() {
new Nor
github-actions[bot] commented on PR #11625:
URL: https://github.com/apache/doris/pull/11625#issuecomment-1220291095
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
github-actions[bot] commented on PR #11625:
URL: https://github.com/apache/doris/pull/11625#issuecomment-1220291069
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
Gabriel39 commented on PR #11913:
URL: https://github.com/apache/doris/pull/11913#issuecomment-1220283046
cc @adonis0147 this condition always return false now
--
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
Gabriel39 opened a new pull request, #11913:
URL: https://github.com/apache/doris/pull/11913
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
wangbo commented on code in PR #11392:
URL: https://github.com/apache/doris/pull/11392#discussion_r949817356
##
be/src/olap/rowset/beta_rowset_reader.cpp:
##
@@ -59,27 +59,45 @@ Status BetaRowsetReader::init(RowsetReaderContext*
read_context) {
wangbo commented on code in PR #11392:
URL: https://github.com/apache/doris/pull/11392#discussion_r949812853
##
be/src/olap/rowset/beta_rowset_reader.cpp:
##
@@ -59,27 +59,45 @@ Status BetaRowsetReader::init(RowsetReaderContext*
read_context) {
carlvinhust2012 opened a new pull request, #11912:
URL: https://github.com/apache/doris/pull/11912
# Proposed changes
1. this pr is used to solve the problem in #11911 .
Issue Number: #7502
## Problem summary
Describe your changes.
## Checklist(Required)
1.
carlvinhust2012 opened a new issue, #11911:
URL: https://github.com/apache/doris/issues/11911
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
master
github-actions[bot] commented on PR #11908:
URL: https://github.com/apache/doris/pull/11908#issuecomment-1220242845
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
adonis0147 opened a new pull request, #11910:
URL: https://github.com/apache/doris/pull/11910
# Proposed changes
Support starting BE without Java environment
## Problem summary
If we built BE without `--java-udf`, we should support starting it without
Java environment.
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new adabf53599 [enhancement](RowDescriptor) e
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new 54f4a8be57 [Feature] (ODBC) support read/
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new d1ad2f75b3 [fix](orderby)remove useless n
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new a8a0bd3f93 [fix](orderby)disallow hll and
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new 5b7752fc5a [fix](function) Fix semantic a
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new d066af5e2f [enhancement](VSlotRef) enhanc
github-actions[bot] commented on PR #11486:
URL: https://github.com/apache/doris/pull/11486#issuecomment-1220218860
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
github-actions[bot] commented on PR #11486:
URL: https://github.com/apache/doris/pull/11486#issuecomment-1220218849
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new b3bd16257e [impovement](sink) print load_
yixiutt opened a new pull request, #11909:
URL: https://github.com/apache/doris/pull/11909
introduced in #11721. Use last column as delete sign, but if sequence column
exist, it's wrong.
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe you
Gabriel39 closed issue #11841: [Bug] BE crash using vectorized load
URL: https://github.com/apache/doris/issues/11841
--
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 to the specific comment.
To unsubsc
Gabriel39 closed issue #10666: [Bug] core dump in vectorized schema change
URL: https://github.com/apache/doris/issues/10666
--
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 to the specific comment.
To
BiteThet commented on PR #11440:
URL: https://github.com/apache/doris/pull/11440#issuecomment-1220208488
please rebase to pass workflow
--
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 to the spe
yiguolei commented on code in PR #11869:
URL: https://github.com/apache/doris/pull/11869#discussion_r949769932
##
be/src/olap/rowset/rowset_meta.h:
##
@@ -233,8 +233,6 @@ class RowsetMeta {
bool delete_flag() const { return _rowset_meta_pb.delete_flag(); }
Review Comment
BiteThet commented on PR #11486:
URL: https://github.com/apache/doris/pull/11486#issuecomment-1220206785
Hi, please rebase to pass workflow
--
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 to the
BiteThet commented on issue #11888:
URL: https://github.com/apache/doris/issues/11888#issuecomment-1220204394
Hi, Do you have any minimal case can reproduce this problems?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
MRYOG commented on issue #4718:
URL: https://github.com/apache/doris/issues/4718#issuecomment-1220192573
same question

--
This is an automated message from the Apache Git
englefly commented on code in PR #11812:
URL: https://github.com/apache/doris/pull/11812#discussion_r949760465
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java:
##
@@ -124,20 +148,27 @@ private Plan reorderJoinsAccordingToConditions(List
BiteThet opened a new pull request, #11908:
URL: https://github.com/apache/doris/pull/11908
# Proposed changes
Issue Number: close #11561
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
-
englefly commented on code in PR #11812:
URL: https://github.com/apache/doris/pull/11812#discussion_r949759569
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalNestedLoopJoin.java:
##
@@ -66,7 +69,7 @@ public String toString() {
// TODO:
coderjiang opened a new issue, #11907:
URL: https://github.com/apache/doris/issues/11907
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
mysql> show
englefly commented on code in PR #11812:
URL: https://github.com/apache/doris/pull/11812#discussion_r949758787
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java:
##
@@ -185,7 +219,11 @@ public Void visitLogicalJoin(LogicalJoin join,
Void
yiguolei merged PR #11831:
URL: https://github.com/apache/doris/pull/11831
--
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 to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.apa
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 089fe01aea [Feature](vectorized alter table) set vectorized alter
table to default open (#11897)
add 1f9eec5462
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 7a505cf040 [remote-udaf](optimize) Optimize RPC exception handling
logic (#11680)
add 089fe01aea [Feature](vect
yiguolei merged PR #11897:
URL: https://github.com/apache/doris/pull/11897
--
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 to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.apa
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new ed06c890ba [fix](memtracker) Fix Partitio
github-actions[bot] commented on PR #11897:
URL: https://github.com/apache/doris/pull/11897#issuecomment-1220185625
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
jackwener commented on code in PR #11812:
URL: https://github.com/apache/doris/pull/11812#discussion_r949748807
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalNestedLoopJoin.java:
##
@@ -66,7 +69,7 @@ public String toString() {
// TODO
github-actions[bot] commented on PR #11795:
URL: https://github.com/apache/doris/pull/11795#issuecomment-1220178726
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
morningman commented on PR #11320:
URL: https://github.com/apache/doris/pull/11320#issuecomment-1220177606
>
No, move to #11582
--
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 to the specif
morningman closed pull request #11320: [feature] Support runtime filter for
file scan node.
URL: https://github.com/apache/doris/pull/11320
--
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 to the specif
chovy-3012 commented on code in PR #11836:
URL: https://github.com/apache/doris/pull/11836#discussion_r949747009
##
fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java:
##
@@ -164,6 +164,13 @@ private void auditAfterExec(String origStmt, StatementBase
parsedStmt,
This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from fcae979798 [fix](memtracker) Fix PartitionedAggregationNode DCHECK
when mem exceed limit (#11902)
add 7a505cf040
yangzhg merged PR #11680:
URL: https://github.com/apache/doris/pull/11680
--
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 to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.apac
englefly commented on code in PR #11812:
URL: https://github.com/apache/doris/pull/11812#discussion_r949740485
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java:
##
@@ -74,25 +93,30 @@ public Plan reorderJoinsAccordingToConditions() {
englefly commented on code in PR #11812:
URL: https://github.com/apache/doris/pull/11812#discussion_r949739790
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/MultiJoin.java:
##
@@ -74,25 +93,30 @@ public Plan reorderJoinsAccordingToConditions() {
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from f1ede2aa9d [fix](function) Fix semantic analysis error in window
function at first_value (#11855)
add fcae97979
yiguolei merged PR #11902:
URL: https://github.com/apache/doris/pull/11902
--
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 to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.apa
yiguolei closed issue #11901: [Bug] BE coredump when PartitionedAggregationNode
URL: https://github.com/apache/doris/issues/11901
--
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 to the specific comment.
yangzhg opened a new pull request, #11906:
URL: https://github.com/apache/doris/pull/11906
# Proposed changes
fix cancel load stmt cannot recognize key words in upper case
## Problem summary
this bug is intoduced by #9537
## Checklist(Required)
1. Does
aopangzi opened a new issue, #11905:
URL: https://github.com/apache/doris/issues/11905
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
master
stalary commented on issue #9835:
URL: https://github.com/apache/doris/issues/9835#issuecomment-1220134599
https://github.com/apache/doris/pull/11894
--
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
stalary closed issue #9835: [Enhancement] Elasticsearch extrenal table generate
dsl move to fe from be
URL: https://github.com/apache/doris/issues/9835
--
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 t
morningman commented on PR #11892:
URL: https://github.com/apache/doris/pull/11892#issuecomment-1220132314
Please also open the test case in `test_keyword.groovy: qt_alias15`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
yangzhg merged PR #11855:
URL: https://github.com/apache/doris/pull/11855
--
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 to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.apac
This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 8eb9ac3b04 [impovement](sink) print load_id when sink fails (#11893)
add f1ede2aa9d [fix](function) Fix semantic
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 8eb9ac3b04 [impovement](sink) print load_id whe
yiguolei merged PR #11893:
URL: https://github.com/apache/doris/pull/11893
--
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 to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.apa
github-actions[bot] closed pull request #7474: [Feature] Limit frequency of
query and load in system level
URL: https://github.com/apache/doris/pull/7474
--
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
lljqy opened a new issue, #11904:
URL: https://github.com/apache/doris/issues/11904
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Description
模糊匹配支持区分字母大小
github-actions[bot] commented on PR #11893:
URL: https://github.com/apache/doris/pull/11893#issuecomment-1220075303
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
github-actions[bot] commented on PR #11896:
URL: https://github.com/apache/doris/pull/11896#issuecomment-1220073468
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
morrySnow commented on PR #11812:
URL: https://github.com/apache/doris/pull/11812#issuecomment-1219730424
@Kikyou1997 please take a look changes in stats part in this PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
morrySnow commented on PR #11812:
URL: https://github.com/apache/doris/pull/11812#issuecomment-1219729781
@jackwener please review changes in join reorder rules in this PR carefully
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
morrySnow commented on code in PR #11812:
URL: https://github.com/apache/doris/pull/11812#discussion_r949340541
##
fe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java:
##
@@ -147,6 +148,7 @@ private void analyze() {
private void rewrite() {
new No
hupozZZ opened a new pull request, #55:
URL: https://github.com/apache/doris-flink-connector/pull/55
When using doris-Flink-connector, I found some version problems in the
pom.xml file, which has been modified, and annotated the reason for the
modification
--
This is an automated mes
cambyzju commented on code in PR #11836:
URL: https://github.com/apache/doris/pull/11836#discussion_r949318497
##
fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java:
##
@@ -164,6 +164,13 @@ private void auditAfterExec(String origStmt, StatementBase
parsedStmt, D
jackwener opened a new pull request, #11903:
URL: https://github.com/apache/doris/pull/11903
# Proposed changes
Issue Number: close #xxx
## Problem summary
Refactor the `equals` and `hashcode`
## Checklist(Required)
1. Does it affect the original behavior:
jackwener commented on issue #11768:
URL: https://github.com/apache/doris/issues/11768#issuecomment-1219529388
example: #11645
--
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 to the specific comment
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 40bff30778 [doc](fix) add STRING conversion no
yiguolei merged PR #11895:
URL: https://github.com/apache/doris/pull/11895
--
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 to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.apa
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new 11c1b79314 MOD: decimal (#11899)
11c1b793
yiguolei merged PR #11899:
URL: https://github.com/apache/doris/pull/11899
--
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 to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.apa
morrySnow commented on code in PR #11802:
URL: https://github.com/apache/doris/pull/11802#discussion_r949132766
##
fe/fe-core/src/main/java/org/apache/doris/nereids/util/TypeCoercionUtils.java:
##
@@ -0,0 +1,292 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+
This is an automated email from the ASF dual-hosted git repository.
huajianlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new b15e2ddeaa [fix](Nereids): fix and enable sta
924060929 merged PR #11755:
URL: https://github.com/apache/doris/pull/11755
--
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 to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.ap
morrySnow commented on code in PR #11802:
URL: https://github.com/apache/doris/pull/11802#discussion_r949126793
##
fe/fe-core/src/main/java/org/apache/doris/nereids/util/TypeCoercionUtils.java:
##
@@ -0,0 +1,292 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+
morrySnow commented on code in PR #11802:
URL: https://github.com/apache/doris/pull/11802#discussion_r949125291
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/TypeCoercion.java:
##
@@ -0,0 +1,173 @@
+// Licensed to the Apache Software Foundat
morrySnow commented on code in PR #11802:
URL: https://github.com/apache/doris/pull/11802#discussion_r949119682
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/TypeCoercion.java:
##
@@ -0,0 +1,394 @@
+// Licensed to the Apache Software Foundat
morrySnow commented on code in PR #11802:
URL: https://github.com/apache/doris/pull/11802#discussion_r949119354
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/TypeCoercion.java:
##
@@ -0,0 +1,394 @@
+// Licensed to the Apache Software Foundat
github-actions[bot] commented on PR #11897:
URL: https://github.com/apache/doris/pull/11897#issuecomment-1219440173
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
xinyiZzz opened a new pull request, #11902:
URL: https://github.com/apache/doris/pull/11902
# Proposed changes
Issue Number: close #11901
## Problem summary
If exec_mem_limit is very small, DCHECK(false) will occur, the logic of
reservation tracker needs to be deleted or
xinyiZzz opened a new issue, #11901:
URL: https://github.com/apache/doris/issues/11901
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
80cbf4c4988df
luozenglin commented on issue #11799:
URL: https://github.com/apache/doris/issues/11799#issuecomment-1219413751
fixed by #11819
--
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 to the specific commen
1 - 100 of 133 matches
Mail list logo