catpineapple commented on code in PR #13772:
URL: https://github.com/apache/doris/pull/13772#discussion_r1011282923
##
fe/fe-core/src/main/cup/sql_parser.cup:
##
@@ -349,6 +349,7 @@ terminal String
KW_ENTER,
KW_ERRORS,
KW_EVENTS,
+KW_EVERY,
Review Comment:
smallhibiscus opened a new pull request, #13897:
URL: https://github.com/apache/doris/pull/13897
# Proposed changes
Issue Number: close #xxx
## Problem summary
Add the regression case of the query under the large wide table.
## Checklist(Required)
1. Does it
xiaokang commented on PR #13763:
URL: https://github.com/apache/doris/pull/13763#issuecomment-1299680688
LGTM
--
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
morrySnow opened a new pull request, #13898:
URL: https://github.com/apache/doris/pull/13898
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
hello-stephen commented on PR #13894:
URL: https://github.com/apache/doris/pull/13894#issuecomment-1299686785
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.02 seconds
load time: 581 seconds
storage size: 17154810782 Bytes
https://doris-co
github-actions[bot] commented on PR #13898:
URL: https://github.com/apache/doris/pull/13898#issuecomment-1299688188
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
github-actions[bot] commented on PR #13898:
URL: https://github.com/apache/doris/pull/13898#issuecomment-1299688225
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
Gabriel39 closed issue #13573: [Bug] Inconsistent behavior for string
comparison in FE and BE
URL: https://github.com/apache/doris/issues/13573
--
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 sp
This is an automated email from the ASF dual-hosted git repository.
gabriellee 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 f2a0adf34e [fix](fe) Inconsistent behavior fo
Gabriel39 merged PR #13604:
URL: https://github.com/apache/doris/pull/13604
--
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
hello-stephen commented on PR #13895:
URL: https://github.com/apache/doris/pull/13895#issuecomment-1299704739
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.66 seconds
load time: 585 seconds
storage size: 17154865190 Bytes
https://doris-co
github-actions[bot] commented on PR #13897:
URL: https://github.com/apache/doris/pull/13897#issuecomment-1299718442
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 #13897:
URL: https://github.com/apache/doris/pull/13897#issuecomment-1299718325
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
hello-stephen commented on PR #13896:
URL: https://github.com/apache/doris/pull/13896#issuecomment-1299723965
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.41 seconds
load time: 574 seconds
storage size: 17154699356 Bytes
https://doris-co
github-actions[bot] commented on PR #13847:
URL: https://github.com/apache/doris/pull/13847#issuecomment-1299752073
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
github-actions[bot] commented on PR #13847:
URL: https://github.com/apache/doris/pull/13847#issuecomment-1299752183
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
zhannngchen opened a new pull request, #13899:
URL: https://github.com/apache/doris/pull/13899
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
github-actions[bot] commented on PR #13869:
URL: https://github.com/apache/doris/pull/13869#issuecomment-1299776899
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
github-actions[bot] commented on PR #13869:
URL: https://github.com/apache/doris/pull/13869#issuecomment-1299776991
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
qi4coder commented on issue #13322:
URL: https://github.com/apache/doris/issues/13322#issuecomment-1299777097
后面自己写spark任务实现了。
--
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
sohardforaname opened a new pull request, #13900:
URL: https://github.com/apache/doris/pull/13900
# Proposed changes
Issue Number: close #xxx
## Problem summary
optimize mergeGroup, now it's no need to travel the map groupExpressions.
## Checklist(Required)
morningman commented on code in PR #13746:
URL: https://github.com/apache/doris/pull/13746#discussion_r1011352564
##
fe/fe-core/src/main/java/org/apache/doris/catalog/external/EsExternalDatabase.java:
##
@@ -60,13 +60,24 @@ public EsExternalDatabase(ExternalCatalog extCatalog, l
morningman commented on code in PR #13899:
URL: https://github.com/apache/doris/pull/13899#discussion_r1011347456
##
be/src/runtime/fragment_mgr.cpp:
##
@@ -388,6 +388,10 @@ void FragmentExecState::coordinator_callback(const Status&
status, RuntimeProfil
VLOG_DEBUG << "r
XieJiann opened a new pull request, #13902:
URL: https://github.com/apache/doris/pull/13902
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
XieJiann opened a new issue, #13903:
URL: https://github.com/apache/doris/issues/13903
### 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
Now that
nextdreamblue opened a new pull request, #13904:
URL: https://github.com/apache/doris/pull/13904
Signed-off-by: nextdreamblue
# Proposed changes
Issue Number: close #8421
https://github.com/apache/doris/pull/13067
## Problem summary
Describe your changes.
morrySnow merged PR #13725:
URL: https://github.com/apache/doris/pull/13725
--
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
This is an automated email from the ASF dual-hosted git repository.
morrysnow 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 699ffbca0e [enhancement](Nereids) generate cor
morrySnow merged PR #13898:
URL: https://github.com/apache/doris/pull/13898
--
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
This is an automated email from the ASF dual-hosted git repository.
morrysnow 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 1bafb26217 [fix](Nereids) throw NPE when call
hello-stephen commented on PR #13897:
URL: https://github.com/apache/doris/pull/13897#issuecomment-1299876356
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 40.1 seconds
load time: 585 seconds
storage size: 17154810743 Bytes
https://doris-com
cambyzju opened a new pull request, #13905:
URL: https://github.com/apache/doris/pull/13905
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
1. refractor DataTypeArray from_string, make it more clear;
2. support ',' and ']' i
nextdreamblue opened a new pull request, #13906:
URL: https://github.com/apache/doris/pull/13906
Signed-off-by: nextdreamblue
# Proposed changes
Issue Number: close #13891
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it af
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 13f972d6da8 fix
13f972d6da8 is desc
englefly commented on code in PR #13873:
URL: https://github.com/apache/doris/pull/13873#discussion_r1011415967
##
fe/fe-core/src/main/java/org/apache/doris/nereids/processor/post/RuntimeFilterGenerator.java:
##
@@ -131,6 +137,41 @@ public PhysicalPlan
visitPhysicalHashJoin(Phy
hongli-my commented on issue #4589:
URL: https://github.com/apache/doris/issues/4589#issuecomment-1299933425
some problems, have fixed? @francisoliverlee
--
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
morrySnow commented on code in PR #13046:
URL: https://github.com/apache/doris/pull/13046#discussion_r1011467239
##
fe/fe-core/src/main/java/org/apache/doris/nereids/memo/GroupExpression.java:
##
@@ -109,6 +114,14 @@ public void setChildren(ImmutableList children) {
thi
morningman opened a new pull request, #13907:
URL: https://github.com/apache/doris/pull/13907
# Proposed changes
Issue Number: close #xxx
## Problem summary
This keyword BIN is introduced in #13067 , but forgot to add it to
`keywords` region.
## Checklist(Required
924060929 merged PR #13402:
URL: https://github.com/apache/doris/pull/13402
--
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
This is an automated email from the ASF dual-hosted git repository.
huajianlan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 1bafb26217 [fix](Nereids) throw NPE when call getOutputExprIds in
LogicalProperties (#13898)
add a871fef815 [
gnehil opened a new pull request, #13908:
URL: https://github.com/apache/doris/pull/13908
# Proposed changes
Issue Number: close #xxx
## Problem summary
fix tablet_rebalancer_type link to fe-config.md 404 error
## Checklist(Required)
1. Does it affect the or
924060929 merged PR #13764:
URL: https://github.com/apache/doris/pull/13764
--
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
Pace2Car commented on issue #13889:
URL: https://github.com/apache/doris/issues/13889#issuecomment-1299976888
I will work on it, please assignee it to me.
--
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
cambyzju opened a new pull request, #13909:
URL: https://github.com/apache/doris/pull/13909
# Proposed changes
Issue Number: close #xxx
## Problem summary
Every min_compaction_failure_interval_sec, each tablet will print one debug
log, it is really too frequent even as d
hello-stephen commented on PR #13792:
URL: https://github.com/apache/doris/pull/13792#issuecomment-125061
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.08 seconds
load time: 577 seconds
storage size: 17154810724 Bytes
https://doris-co
github-actions[bot] commented on PR #13899:
URL: https://github.com/apache/doris/pull/13899#issuecomment-138747
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
github-actions[bot] commented on PR #13899:
URL: https://github.com/apache/doris/pull/13899#issuecomment-138823
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 #13719:
URL: https://github.com/apache/doris/pull/13719#issuecomment-1300067395
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 #13719:
URL: https://github.com/apache/doris/pull/13719#issuecomment-1300067241
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
hello-stephen commented on PR #13899:
URL: https://github.com/apache/doris/pull/13899#issuecomment-1300076444
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.23 seconds
load time: 598 seconds
storage size: 17154810471 Bytes
https://doris-co
github-actions[bot] commented on PR #13907:
URL: https://github.com/apache/doris/pull/13907#issuecomment-1300080479
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
github-actions[bot] commented on PR #13907:
URL: https://github.com/apache/doris/pull/13907#issuecomment-1300080564
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
hello-stephen commented on PR #13900:
URL: https://github.com/apache/doris/pull/13900#issuecomment-1300142240
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.22 seconds
load time: 572 seconds
storage size: 17154644827 Bytes
https://doris-co
morningman merged PR #13836:
URL: https://github.com/apache/doris/pull/13836
--
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.a
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/doris.git
from 6eea855e78 [feature](Nereids) Support lots of scalar function and fix
some bug (#13764)
add b26d8f284c [fix](
github-actions[bot] commented on PR #13909:
URL: https://github.com/apache/doris/pull/13909#issuecomment-1300188741
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
github-actions[bot] commented on PR #13909:
URL: https://github.com/apache/doris/pull/13909#issuecomment-1300188871
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
HappenLee merged PR #13869:
URL: https://github.com/apache/doris/pull/13869
--
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
This is an automated email from the ASF dual-hosted git repository.
lihaopeng 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 374303186c [Vectorized](function) support topn
github-actions[bot] commented on PR #13900:
URL: https://github.com/apache/doris/pull/13900#issuecomment-1300206515
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
github-actions[bot] commented on PR #13900:
URL: https://github.com/apache/doris/pull/13900#issuecomment-130020
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
hello-stephen commented on PR #13902:
URL: https://github.com/apache/doris/pull/13902#issuecomment-1300216438
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.2 seconds
load time: 571 seconds
storage size: 17154655393 Bytes
https://doris-com
hello-stephen commented on PR #13904:
URL: https://github.com/apache/doris/pull/13904#issuecomment-1300248997
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.25 seconds
load time: 578 seconds
storage size: 17154810035 Bytes
https://doris-co
hongli-my commented on issue #4589:
URL: https://github.com/apache/doris/issues/4589#issuecomment-1300283529
in my case: com.sleepycat.je.rep.elections.Learner$3:execute() will send
query master info to fe which have been droped.
so restart fe will recovery.
--
This is an automa
lljqy opened a new issue, #13910:
URL: https://github.com/apache/doris/issues/13910
### 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
doris 版本 1.1.3
yinzhijian opened a new pull request, #13911:
URL: https://github.com/apache/doris/pull/13911
# Proposed changes
Issue Number: close #xxx
## Problem summary
hash join with runtime filter may cause BE coredump
### coredump
```
*** SIGSEGV unkown detail explain (@0
jackwener merged PR #13900:
URL: https://github.com/apache/doris/pull/13900
--
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
This is an automated email from the ASF dual-hosted git repository.
jakevin 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 53814e466b [Enhancement](Nereids)optimize merge
hello-stephen commented on PR #13867:
URL: https://github.com/apache/doris/pull/13867#issuecomment-1300334359
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.05 seconds
load time: 571 seconds
storage size: 17154644860 Bytes
https://doris-co
liaoxin01 opened a new pull request, #13912:
URL: https://github.com/apache/doris/pull/13912
# Proposed changes
Issue Number: close #xxx
## Problem summary
change the _batch_size of node channel from 2048 to 8192. The stream load
performance is improved by about tw
jackwener opened a new pull request, #13913:
URL: https://github.com/apache/doris/pull/13913
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
DongLiang-0 commented on code in PR #78:
URL:
https://github.com/apache/doris-flink-connector/pull/78#discussion_r1011715574
##
flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/DorisStreamLoad.java:
##
@@ -269,7 +271,7 @@ private void abortTransaction(long
hello-stephen commented on PR #13905:
URL: https://github.com/apache/doris/pull/13905#issuecomment-1300355659
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.63 seconds
load time: 573 seconds
storage size: 17154699291 Bytes
https://doris-co
jackwener closed pull request #13913: [fix](Nereids): make GroupExpression
Children Immutable.
URL: https://github.com/apache/doris/pull/13913
--
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
Yulei-Yang opened a new pull request, #13914:
URL: https://github.com/apache/doris/pull/13914
# Proposed changes
Issue Number: close #13712
split_part函数支持负数索引参数,方便倒着取数,兼容Mysql 类似用法
--
This is an automated message from the Apache Git Service.
To respond to the message,
hello-stephen commented on PR #13906:
URL: https://github.com/apache/doris/pull/13906#issuecomment-1300379166
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.01 seconds
load time: 571 seconds
storage size: 17154655426 Bytes
https://doris-co
Yulei-Yang commented on issue #13712:
URL: https://github.com/apache/doris/issues/13712#issuecomment-1300379157
try this https://github.com/apache/doris/pull/13914
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
jackwener opened a new pull request, #13915:
URL: https://github.com/apache/doris/pull/13915
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
ByteYue opened a new pull request, #13916:
URL: https://github.com/apache/doris/pull/13916
# Proposed changes
The previously logic of concat function assumes all input string could be
concat inside INT size buffer, user might accidentally input string parameters
which could sum up to exc
github-actions[bot] commented on PR #12742:
URL: https://github.com/apache/doris/pull/12742#issuecomment-1300428709
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
github-actions[bot] commented on PR #12742:
URL: https://github.com/apache/doris/pull/12742#issuecomment-1300428786
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
924060929 commented on code in PR #13915:
URL: https://github.com/apache/doris/pull/13915#discussion_r1011790554
##
fe/fe-core/src/main/java/org/apache/doris/nereids/memo/GroupExpression.java:
##
@@ -106,50 +130,47 @@ public List children() {
return children;
}
-
github-actions[bot] commented on PR #12866:
URL: https://github.com/apache/doris/pull/12866#issuecomment-1300435444
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
AshinGau opened a new pull request, #13917:
URL: https://github.com/apache/doris/pull/13917
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
hello-stephen commented on PR #13907:
URL: https://github.com/apache/doris/pull/13907#issuecomment-1300449377
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.35 seconds
load time: 567 seconds
storage size: 17154699349 Bytes
https://doris-co
jackwener closed pull request #13915: [fix](Nereids): make GroupExpression
Children Immutable.
URL: https://github.com/apache/doris/pull/13915
--
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
jackwener opened a new pull request, #13918:
URL: https://github.com/apache/doris/pull/13918
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
This is an automated email from the ASF dual-hosted git repository.
lihaopeng 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 62f765b7f5 [improvement](scan) speed up insert
HappenLee merged PR #13397:
URL: https://github.com/apache/doris/pull/13397
--
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
Gabriel39 merged PR #13887:
URL: https://github.com/apache/doris/pull/13887
--
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
This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 62f765b7f5 [improvement](scan) speed up inserting strings into
ColumnString (#13397)
add fbc8b7311f [Opt](fun
This is an automated email from the ASF dual-hosted git repository.
jakevin 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 0ea7f85986 [fix](keyword) add BIN as keyword (#1
jackwener merged PR #13907:
URL: https://github.com/apache/doris/pull/13907
--
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
hello-stephen commented on PR #13909:
URL: https://github.com/apache/doris/pull/13909#issuecomment-1300552198
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 38.26 seconds
load time: 576 seconds
storage size: 17154644877 Bytes
https://doris-co
HappenLee opened a new pull request, #13919:
URL: https://github.com/apache/doris/pull/13919
# Proposed changes
Do not need to validate the column data when data is NULL
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the o
morningman commented on code in PR #13872:
URL: https://github.com/apache/doris/pull/13872#discussion_r1011875780
##
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java:
##
@@ -4125,6 +4131,11 @@ private void renameColumn(Database db, OlapTable table,
String colName,
dataroaring commented on code in PR #13872:
URL: https://github.com/apache/doris/pull/13872#discussion_r1011384252
##
docs/zh-CN/docs/data-operate/update-delete/sequence-column-manual.md:
##
@@ -64,15 +64,24 @@ Sequence列建表时在property中增加了一个属性,用来标识`__DORIS_S
**建表**
-创建Uniq表时,可
morningman closed issue #13765: [Feature] add functions: regexp_replace_one,
regexp_extract_all
URL: https://github.com/apache/doris/issues/13765
--
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
morningman merged PR #13766:
URL: https://github.com/apache/doris/pull/13766
--
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.a
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/doris.git
The following commit(s) were added to refs/heads/master by this push:
new b83744d2f6 [feature](function)add regexp func
1 - 100 of 224 matches
Mail list logo