zhannngchen commented on code in PR #17639:
URL: https://github.com/apache/doris/pull/17639#discussion_r1133415876
##
fe/fe-core/src/main/java/org/apache/doris/analysis/UpdateStmt.java:
##
@@ -17,101 +17,123 @@
package org.apache.doris.analysis;
+import org.apache.doris.cat
yiguolei opened a new pull request, #17715:
URL: https://github.com/apache/doris/pull/17715
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has u
zhannngchen commented on code in PR #17639:
URL: https://github.com/apache/doris/pull/17639#discussion_r1133416203
##
docs/zh-CN/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Manipulation/UPDATE.md:
##
@@ -76,9 +102,69 @@ UPDATE test SET v1 = 1 WHERE k1=1 and k2=2;
morrySnow commented on code in PR #17089:
URL: https://github.com/apache/doris/pull/17089#discussion_r1133416008
##
fe/fe-core/src/main/java/org/apache/doris/catalog/Database.java:
##
@@ -605,6 +628,7 @@ public void readFields(DataInput in) throws IOException {
clusterN
yuxuan-luo commented on code in PR #17694:
URL: https://github.com/apache/doris/pull/17694#discussion_r1133416894
##
fe/fe-core/src/main/java/org/apache/doris/datasource/ExternalCatalog.java:
##
@@ -240,6 +240,20 @@ public List getDbNames() {
return listDatabaseNames(nu
yiguolei commented on PR #17704:
URL: https://github.com/apache/doris/pull/17704#issuecomment-1465465024
run buildall
--
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 uns
github-actions[bot] commented on PR #17534:
URL: https://github.com/apache/doris/pull/17534#issuecomment-1465465512
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
starocean999 opened a new pull request, #17716:
URL: https://github.com/apache/doris/pull/17716
# Proposed changes
pick from master https://github.com/apache/doris/pull/17630
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affe
morningman commented on code in PR #17622:
URL: https://github.com/apache/doris/pull/17622#discussion_r1133418498
##
fe/fe-core/src/main/java/org/apache/doris/common/ErrorCode.java:
##
@@ -22,1006 +22,1016 @@
// Error code used to indicate what error happened.
public enum Erro
github-actions[bot] commented on code in PR #17715:
URL: https://github.com/apache/doris/pull/17715#discussion_r1133418782
##
be/src/udf/udf.h:
##
@@ -132,16 +145,39 @@ class FunctionContext {
~FunctionContext() = default;
private:
-friend class doris::FunctionContex
morningman merged PR #17716:
URL: https://github.com/apache/doris/pull/17716
--
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 branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
new db32b251e6 [fix](fe)project s
github-actions[bot] commented on PR #17716:
URL: https://github.com/apache/doris/pull/17716#issuecomment-1465467336
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 #17716:
URL: https://github.com/apache/doris/pull/17716#issuecomment-1465467362
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
JNSimba opened a new pull request, #17717:
URL: https://github.com/apache/doris/pull/17717
# Problem summary
Http API `/api///_schema` will return table structure information.
**Array type, currently cannot return subtype**
For example, the table structure is as follows:
```sql
ZhangYu0123 closed pull request #17703: [Enhence](array function) support
array_remove function process NULL element
URL: https://github.com/apache/doris/pull/17703
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
BBB-source commented on PR #17204:
URL: https://github.com/apache/doris/pull/17204#issuecomment-1465481453
run buildall
--
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 u
hello-stephen commented on PR #17711:
URL: https://github.com/apache/doris/pull/17711#issuecomment-1465487464
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 36.24 seconds
stream load tsv: 468 seconds loaded 74807831229 Bytes, about 152
MB/s
HappenLee commented on code in PR #17594:
URL: https://github.com/apache/doris/pull/17594#discussion_r1133428175
##
be/src/vec/exec/format/parquet/vparquet_group_reader.cpp:
##
@@ -71,11 +97,136 @@ Status RowGroupReader::init(const FieldDescriptor& schema,
std::vector
zhengshiJ commented on PR #17661:
URL: https://github.com/apache/doris/pull/17661#issuecomment-1465493891
run buildall
--
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 un
mrhhsg opened a new pull request, #17718:
URL: https://github.com/apache/doris/pull/17718
# Proposed changes
In aggregation node, `rows_returned` will be used to determine whether the
aggregate result is null or not:
```cpp
ColumnPtr ptr = std::move(columns[i]);
HappenLee commented on code in PR #17594:
URL: https://github.com/apache/doris/pull/17594#discussion_r1133435376
##
be/src/vec/exec/format/parquet/vparquet_group_reader.cpp:
##
@@ -599,6 +668,236 @@ Status RowGroupReader::_filter_block_internal(Block*
block,
return Status:
Kikyou1997 commented on code in PR #17637:
URL: https://github.com/apache/doris/pull/17637#discussion_r1133439538
##
fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostModelV1.java:
##
@@ -221,12 +221,7 @@ public Cost visitPhysicalHashJoin(
pattern2: (L join1 Ag
github-actions[bot] commented on PR #15588:
URL: https://github.com/apache/doris/pull/15588#issuecomment-1465505654
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
924060929 commented on PR #17579:
URL: https://github.com/apache/doris/pull/17579#issuecomment-1465506221
run buildall
--
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 un
yiguolei commented on PR #17715:
URL: https://github.com/apache/doris/pull/17715#issuecomment-1465507053
run buildall
--
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 uns
brody715 opened a new issue, #17719:
URL: https://github.com/apache/doris/issues/17719
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Description
_No response_
github-actions[bot] commented on PR #17715:
URL: https://github.com/apache/doris/pull/17715#issuecomment-1465512704
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Kikyou1997 opened a new pull request, #17720:
URL: https://github.com/apache/doris/pull/17720
# Proposed changes
Once user set `enable_profile` globally, the internal queries's profile
would be cached and display on the web page,such like for sqls for statistics
collection which wou
Kikyou1997 commented on PR #17637:
URL: https://github.com/apache/doris/pull/17637#issuecomment-1465528739
run buildall
--
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 u
Kikyou1997 commented on code in PR #17637:
URL: https://github.com/apache/doris/pull/17637#discussion_r1133452798
##
fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostModelV1.java:
##
@@ -221,12 +221,7 @@ public Cost visitPhysicalHashJoin(
pattern2: (L join1 Ag
lexluo09 opened a new issue, #17721:
URL: https://github.com/apache/doris/issues/17721
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Description
When the table name
lexluo09 opened a new issue, #17722:
URL: https://github.com/apache/doris/issues/17722
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Description
1、create catalog
lexluo09 opened a new issue, #17723:
URL: https://github.com/apache/doris/issues/17723
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Description
When creating a fie
hello-stephen commented on PR #17671:
URL: https://github.com/apache/doris/pull/17671#issuecomment-1465544264
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.47 seconds
stream load tsv: 460 seconds loaded 74807831229 Bytes, about 155
MB/s
zhangstar333 commented on PR #17581:
URL: https://github.com/apache/doris/pull/17581#issuecomment-1465551855
run buildall
--
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
1330571 commented on PR #17551:
URL: https://github.com/apache/doris/pull/17551#issuecomment-1465552721
run buildall
--
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 unsu
bobhan1 opened a new pull request, #17724:
URL: https://github.com/apache/doris/pull/17724
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has un
github-actions[bot] commented on PR #17581:
URL: https://github.com/apache/doris/pull/17581#issuecomment-1465556366
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #17724:
URL: https://github.com/apache/doris/pull/17724#issuecomment-1465556394
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
yuxuan-luo commented on PR #17694:
URL: https://github.com/apache/doris/pull/17694#issuecomment-1465562149
run buildall
--
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 u
lexluo09 opened a new issue, #17725:
URL: https://github.com/apache/doris/issues/17725
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Description
Set the parameter "
yiguolei merged PR #17718:
URL: https://github.com/apache/doris/pull/17718
--
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 branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
new 0b39084562 [fix](agg) Incorrect
eldenmoon opened a new pull request, #17726:
URL: https://github.com/apache/doris/pull/17726
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has
pengxiangyu closed issue #17712: [Bug](cooldown)Fix bug for storage policy in
dynamic partition
URL: https://github.com/apache/doris/issues/17712
--
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
pengxiangyu merged PR #17665:
URL: https://github.com/apache/doris/pull/17665
--
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.
pengxiangyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from be5147c32e [enhancement](feservice) catch throwable and print log for
frontend service (#17708)
add ac944e2a
github-actions[bot] commented on PR #17726:
URL: https://github.com/apache/doris/pull/17726#issuecomment-1465573828
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
zclllyybb opened a new pull request, #17727:
URL: https://github.com/apache/doris/pull/17727
# Proposed changes
## Problem summary
make functions with only one argument to be automatically transformed when
it's a constant column.
## Checklist(Required)
* [ ] Does
yiguolei commented on code in PR #17720:
URL: https://github.com/apache/doris/pull/17720#discussion_r1133482931
##
fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java:
##
@@ -702,6 +702,10 @@ private void forwardToMaster() throws Exception {
@Override
publ
dataroaring merged PR #17584:
URL: https://github.com/apache/doris/pull/17584
--
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 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 c302fa2564 [Feature](array-function) Support
dataroaring closed issue #17538: [Feature](array function) Support
`array_pushfront` function
URL: https://github.com/apache/doris/issues/17538
--
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
Lchangliang commented on PR #17710:
URL: https://github.com/apache/doris/pull/17710#issuecomment-1465583935
run buildall
--
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.
Tanya-W commented on code in PR #17629:
URL: https://github.com/apache/doris/pull/17629#discussion_r1133411199
##
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##
@@ -826,11 +824,12 @@ Status
SegmentIterator::_apply_inverted_index_on_block_column_predicate(
github-actions[bot] commented on PR #17727:
URL: https://github.com/apache/doris/pull/17727#issuecomment-1465584035
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Kikyou1997 commented on code in PR #17720:
URL: https://github.com/apache/doris/pull/17720#discussion_r1133487691
##
fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java:
##
@@ -702,6 +702,10 @@ private void forwardToMaster() throws Exception {
@Override
pu
github-actions[bot] commented on PR #17710:
URL: https://github.com/apache/doris/pull/17710#issuecomment-1465586163
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
This is an automated email from the ASF dual-hosted git repository.
pengxiangyu pushed a change to branch fix_bug
in repository https://gitbox.apache.org/repos/asf/doris.git
at c302fa2564 [Feature](array-function) Support array_pushfront function
(#17584)
No new revisions were added by t
HappenLee commented on code in PR #17727:
URL: https://github.com/apache/doris/pull/17727#discussion_r1133491701
##
be/src/vec/functions/function_bitmap.cpp:
##
@@ -272,8 +272,7 @@ class FunctionBitmapAlwaysNull : public IFunction {
auto& null_map = res_null_map->get_da
stalary commented on issue #17721:
URL: https://github.com/apache/doris/issues/17721#issuecomment-1465591845
Doris not support `-`, you can use \`tag-track-pro\`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
HappenLee commented on code in PR #17727:
URL: https://github.com/apache/doris/pull/17727#discussion_r1133492904
##
be/src/vec/functions/functions_comparison.h:
##
@@ -112,9 +112,9 @@ struct GenericComparisonImpl {
static void NO_INLINE vector_constant(const IColumn& a, c
zhangguoqiang666 opened a new pull request, #17728:
URL: https://github.com/apache/doris/pull/17728
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
* [ ] Does it affect the original behavior
* [
zhangguoqiang666 commented on PR #17728:
URL: https://github.com/apache/doris/pull/17728#issuecomment-1465592280
run just_for_test
--
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 com
Tanya-W commented on code in PR #17629:
URL: https://github.com/apache/doris/pull/17629#discussion_r1133492815
##
be/src/olap/rowset/segment_v2/inverted_index_reader.cpp:
##
@@ -191,36 +186,73 @@ Status FullTextIndexReader::query(OlapReaderStatistics*
stats, const std::string
yiguolei opened a new pull request, #17729:
URL: https://github.com/apache/doris/pull/17729
In aggregation node, rows_returned will be used to determine whether the
aggregate result is null or not:
ColumnPtr ptr = std::move(columns[i]);
// unless `co
yiguolei commented on PR #17729:
URL: https://github.com/apache/doris/pull/17729#issuecomment-1465592799
run buildall
--
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 uns
eldenmoon commented on PR #17726:
URL: https://github.com/apache/doris/pull/17726#issuecomment-1465594014
run buildall
--
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 un
yiguolei commented on PR #17720:
URL: https://github.com/apache/doris/pull/17720#issuecomment-1465595215
run buildall
--
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 uns
github-actions[bot] commented on PR #17720:
URL: https://github.com/apache/doris/pull/17720#issuecomment-1465595683
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 #17720:
URL: https://github.com/apache/doris/pull/17720#issuecomment-1465595729
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
Tanya-W commented on code in PR #17629:
URL: https://github.com/apache/doris/pull/17629#discussion_r1133496118
##
be/src/olap/rowset/segment_v2/inverted_index_query.cpp:
##
@@ -0,0 +1,284 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor l
Tanya-W commented on code in PR #17629:
URL: https://github.com/apache/doris/pull/17629#discussion_r1133492815
##
be/src/olap/rowset/segment_v2/inverted_index_reader.cpp:
##
@@ -191,36 +186,73 @@ Status FullTextIndexReader::query(OlapReaderStatistics*
stats, const std::string
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch opt_dict_perf
in repository https://gitbox.apache.org/repos/asf/doris.git
omit f2407030fb f
omit 0ba1797a59 f
omit 2004fa3c4b f
omit f9446dedf4 f
omit 6b5052e4bd try tofix p
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch opt_dict_perf
in repository https://gitbox.apache.org/repos/asf/doris.git
commit b8616a6cb291a820fc2dac4a9d58082253794889
Author: Jerry Hu
AuthorDate: Fri Mar 10 18:35:07 2023 +0800
[impro
1330571 commented on PR #17551:
URL: https://github.com/apache/doris/pull/17551#issuecomment-1465602199
run buildall
--
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 unsu
mymeiyi opened a new pull request, #17730:
URL: https://github.com/apache/doris/pull/17730
… when job is finished or cancelled
# Proposed changes
Issue Number: close #xxx
## Problem summary
Label can be reused if the previous load is failed. But when cancel a retry
mymeiyi commented on PR #17730:
URL: https://github.com/apache/doris/pull/17730#issuecomment-1465604093
run buildall
--
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 unsu
Kikyou1997 commented on code in PR #17637:
URL: https://github.com/apache/doris/pull/17637#discussion_r1133452798
##
fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostModelV1.java:
##
@@ -221,12 +221,7 @@ public Cost visitPhysicalHashJoin(
pattern2: (L join1 Ag
Kikyou1997 commented on PR #17637:
URL: https://github.com/apache/doris/pull/17637#issuecomment-1465604805
run buildall
--
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 u
Kikyou1997 commented on code in PR #17637:
URL: https://github.com/apache/doris/pull/17637#discussion_r1133507357
##
fe/fe-core/src/main/java/org/apache/doris/nereids/cost/CostModelV1.java:
##
@@ -221,12 +221,7 @@ public Cost visitPhysicalHashJoin(
pattern2: (L join1 Ag
201 - 282 of 282 matches
Mail list logo