yiguolei merged PR #12095:
URL: https://github.com/apache/doris/pull/12095
--
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 461a4cc94e [Enhancement](Error Msg) show details of COLUMN and TABLE
name regex #11999
add 491dd34ba7 [fix](pl
yiguolei merged PR #12417:
URL: https://github.com/apache/doris/pull/12417
--
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 491dd34ba7 [fix](planner) fix orthogonal_bitmap_union_count plan :
wrong PREAGGREGATION (#12095)
add 0ea7c4b37
Kikyou1997 commented on code in PR #12444:
URL: https://github.com/apache/doris/pull/12444#discussion_r965577862
##
fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java:
##
@@ -962,4 +965,9 @@ public Expression visitExist(ExistContext context) {
yiguolei merged PR #12437:
URL: https://github.com/apache/doris/pull/12437
--
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 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 14221adbbd [fix](agg) crash caused by failure o
wangshuo128 opened a new pull request, #12464:
URL: https://github.com/apache/doris/pull/12464
# Proposed changes
First step of #12303
## Problem summary
This is the first step for supporting rollup index selection for
aggregate/unique key OLAP table.
This PR aims to
TaoZex opened a new issue, #12465:
URL: https://github.com/apache/doris/issues/12465
### 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
Need poseex
jackwener merged PR #12439:
URL: https://github.com/apache/doris/pull/12439
--
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 7c7ac86fe8 [feature](Nereids): Left deep tree jo
github-actions[bot] commented on PR #12460:
URL: https://github.com/apache/doris/pull/12460#issuecomment-1240318775
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 #12460:
URL: https://github.com/apache/doris/pull/12460#issuecomment-1240318819
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 closed pull request #12462: [feature](Nereids) Support invoke
exploration rule in PlanChecker and add an example
URL: https://github.com/apache/doris/pull/12462
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
morrySnow commented on code in PR #12441:
URL: https://github.com/apache/doris/pull/12441#discussion_r965591870
##
fe/fe-core/src/main/java/org/apache/doris/analysis/AggregateInfo.java:
##
@@ -834,6 +834,31 @@ public void updateTypeOfAggregateExprs() {
}
}
+p
wangbo opened a new issue, #12466:
URL: https://github.com/apache/doris/issues/12466
### 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
1.1
###
caoliang-web opened a new issue, #12467:
URL: https://github.com/apache/doris/issues/12467
### 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
1.1.2
Kikyou1997 opened a new pull request, #12468:
URL: https://github.com/apache/doris/pull/12468
# Proposed changes
Issue Number: noissue
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
Kikyou1997 commented on PR #12468:
URL: https://github.com/apache/doris/pull/12468#issuecomment-1240331292
@morrySnow
--
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
jackwener opened a new pull request, #12469:
URL: https://github.com/apache/doris/pull/12469
# Proposed changes
Issue Number: close #xxx
## Problem summary
check same logicalProperty when insert a Group.
## Checklist(Required)
1. Does it affect the original
deardeng opened a new pull request, #12470:
URL: https://github.com/apache/doris/pull/12470
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
qidaye commented on code in PR #12401:
URL: https://github.com/apache/doris/pull/12401#discussion_r965604625
##
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsUtil.java:
##
@@ -358,22 +358,23 @@ public static List genColumnsFromEs(EsRestClient
client, String
morrySnow commented on code in PR #12159:
URL: https://github.com/apache/doris/pull/12159#discussion_r965606605
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/AggregateFunction.java:
##
@@ -25,13 +25,24 @@
public abstract class AggregateFunctio
wangshuo128 commented on code in PR #12461:
URL: https://github.com/apache/doris/pull/12461#discussion_r965624981
##
fe/fe-core/src/main/java/org/apache/doris/nereids/StatementContext.java:
##
@@ -47,6 +51,10 @@ public StatementBase getParsedStatement() {
return parsedS
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 d1ab6b1db2 [enhancement](nereids) add syntax s
morrySnow merged PR #12444:
URL: https://github.com/apache/doris/pull/12444
--
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
wangshuo128 commented on PR #12461:
URL: https://github.com/apache/doris/pull/12461#issuecomment-1240361509
In general, I have a question.
Why do we generate a relation id when binding relation instead of generation
a unique relation id when creating `UnboundRelation` in the parser?
--
morningman closed issue #11699: [Bug] const fold not work for current_date when
enable_fold_constant_by_be=false
URL: https://github.com/apache/doris/issues/11699
--
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
morningman merged PR #11702:
URL: https://github.com/apache/doris/pull/11702
--
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 85bd29 [feature](function)Support functio
catpineapple opened a new pull request, #12473:
URL: https://github.com/apache/doris/pull/12473
# Proposed changes
Issue Number: close #xxx
## Problem summary
Remove the ambiguity in the description of the operating instructions
document
## Checklist(Required)
catpineapple opened a new pull request, #89:
URL: https://github.com/apache/doris-website/pull/89
Remove the ambiguity in the description of the operating instructions
document
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
carlvinhust2012 opened a new pull request, #12474:
URL: https://github.com/apache/doris/pull/12474
# Proposed changes
1.this pr is used to add some case for array insert.
Issue Number: #7570
## Problem summary
Describe your changes.
## Checklist(Required)
hello-stephen commented on PR #12081:
URL: https://github.com/apache/doris/pull/12081#issuecomment-1240401634
when BE is already started, then run "sh start_be.sh --daemon", be.pid file
will be overwritten, Do you mean this?
At present, start_be.sh will check if PID process already exists
englefly opened a new pull request, #12475:
URL: https://github.com/apache/doris/pull/12475
# Proposed changes
test sql: tpch q21
```
select count(*)
from lineitem l3 right anti join lineitem l1
on l3.l_orderkey = l1.l_orderkey and l3.l_suppkey <> l1.l_suppkey;
```
yangzhg merged PR #12460:
URL: https://github.com/apache/doris/pull/12460
--
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 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 2ccbbb5392 [fix](stream load) Fix wrong conversi
morrySnow commented on PR #12468:
URL: https://github.com/apache/doris/pull/12468#issuecomment-1240424043
please add regression 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 c
zhengshiJ commented on code in PR #12421:
URL: https://github.com/apache/doris/pull/12421#discussion_r965687294
##
fe/fe-core/src/main/java/org/apache/doris/planner/CrossJoinNode.java:
##
@@ -57,6 +58,26 @@ public CrossJoinNode(PlanNodeId id, PlanNode outer, PlanNode
inner, Tab
morrySnow commented on code in PR #12468:
URL: https://github.com/apache/doris/pull/12468#discussion_r965687421
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/literal/VarcharLiteral.java:
##
@@ -63,4 +67,28 @@ public LiteralExpr toLegacyLiteral() {
p
zhengshiJ commented on code in PR #12421:
URL: https://github.com/apache/doris/pull/12421#discussion_r965686990
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/AssertNumRowsElement.java:
##
@@ -75,7 +75,7 @@ public AssertNumRowsElement withChildren(List
c
HappenLee commented on code in PR #12349:
URL: https://github.com/apache/doris/pull/12349#discussion_r965668178
##
be/src/vec/core/sort_block.h:
##
@@ -46,9 +48,425 @@ void stable_get_permutation(const Block& block, const
SortDescription& descripti
*/
bool is_already_sorted
gongzexin opened a new issue, #12476:
URL: https://github.com/apache/doris/issues/12476
### 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
1.1.1-rc03
AshinGau opened a new pull request, #12477:
URL: https://github.com/apache/doris/pull/12477
# Proposed changes
## Problem summary
Failed when reading parquet file with many columns(>1600).
```
mysql> select int_col from types_sf100_r100w limit 5;
ERROR 1105 (HY000): errCode
BiteThet commented on code in PR #12316:
URL: https://github.com/apache/doris/pull/12316#discussion_r965712388
##
be/src/olap/rowset/beta_rowset_reader.cpp:
##
@@ -313,6 +314,27 @@ Status BetaRowsetReader::next_block(vectorized::Block*
block) {
return Status::OK();
}
eldenmoon commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965716438
##
be/src/common/config.h:
##
@@ -849,6 +849,8 @@ CONF_Bool(enable_simdjson_reader, "false");
CONF_Int32(doris_remote_scanner_thread_pool_thread_num, "16");
// numbe
hf200012 merged PR #90:
URL: https://github.com/apache/doris-website/pull/90
--
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.
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 5742bb5a42e fix PWA register error
hf200012 merged PR #89:
URL: https://github.com/apache/doris-website/pull/89
--
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
eldenmoon commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965716438
##
be/src/common/config.h:
##
@@ -849,6 +849,8 @@ CONF_Bool(enable_simdjson_reader, "false");
CONF_Int32(doris_remote_scanner_thread_pool_thread_num, "16");
// numbe
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 c2989c7ca59 delete_doc_upd (#89)
c2
hf200012 merged PR #87:
URL: https://github.com/apache/doris-website/pull/87
--
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.
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 f503a79a36a hide learning path in c
xy720 opened a new pull request, #12479:
URL: https://github.com/apache/doris/pull/12479
# Proposed changes
```
mysql> desc array_test;
+---++--+---+-+---+
| Field | Type | Null | Key | Default | Extra |
+-
HappenLee commented on code in PR #12349:
URL: https://github.com/apache/doris/pull/12349#discussion_r965753805
##
be/src/vec/core/sort_block.h:
##
@@ -46,9 +48,425 @@ void stable_get_permutation(const Block& block, const
SortDescription& descripti
*/
bool is_already_sorted
eldenmoon commented on PR #12479:
URL: https://github.com/apache/doris/pull/12479#issuecomment-1240498900
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 unsubscrib
FreeOnePlus closed pull request #12440: [Feature-wip](docker)Initialize and
submit code for rapid development of Docker
URL: https://github.com/apache/doris/pull/12440
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
FreeOnePlus opened a new pull request, #12480:
URL: https://github.com/apache/doris/pull/12480
# Proposed changes
Submitted shell script code for Dockerfile, Docker-Compose and related
registers.
## Problem summary
Describe your changes.
## Checklist(Required)
924060929 opened a new pull request, #12481:
URL: https://github.com/apache/doris/pull/12481
# Proposed changes
Support function registry.
The classes:
- FunctionRegistry: used to register scalar functions and aggregate functions
- FunctionBuilder: used to resolve a BoundF
wangbo commented on issue #12466:
URL: https://github.com/apache/doris/issues/12466#issuecomment-1240557989
### Solution
1 generate a _column_to_check for HashJoinNode, by using HashJoinNode's
_row_desc_for_other_join_conjunt or _row_descriptor.
2 We fill column by
--
This is an au
wangbo closed issue #12466: [Bug] 1.1 version Column prune incorrect result
URL: https://github.com/apache/doris/issues/12466
--
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
freesinger commented on PR #10322:
URL: https://github.com/apache/doris/pull/10322#issuecomment-1240574927
Sample records are as follows:

--
This is an automated message
Kikyou1997 opened a new pull request, #12482:
URL: https://github.com/apache/doris/pull/12482
# Proposed changes
Issue Number: noissue
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
github-actions[bot] commented on PR #12447:
URL: https://github.com/apache/doris/pull/12447#issuecomment-1240580682
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 #12447:
URL: https://github.com/apache/doris/pull/12447#issuecomment-1240580733
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
Kikyou1997 commented on PR #12482:
URL: https://github.com/apache/doris/pull/12482#issuecomment-1240591267
@morrySnow
--
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
cambyzju commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965844526
##
be/src/olap/column_vector.h:
##
@@ -233,6 +233,13 @@ class ArrayColumnVectorBatch : public ColumnVectorBatch {
*/
void get_offset_by_length(size_t start_i
morrySnow opened a new pull request, #12483:
URL: https://github.com/apache/doris/pull/12483
# Proposed changes
In an earlier PR #11976 , we add shuffle join and bucket shuffle support.
But if join's right child's distribution spec satisfied join's require, we do
not add distribute o
freemandealer opened a new issue, #12484:
URL: https://github.com/apache/doris/issues/12484
### 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
updated
freemandealer opened a new pull request, #12485:
URL: https://github.com/apache/doris/pull/12485
Signed-off-by: freemandealer
# Proposed changes
Issue Number: close #12484
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it af
eldenmoon commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965854049
##
be/src/olap/column_vector.h:
##
@@ -233,6 +233,13 @@ class ArrayColumnVectorBatch : public ColumnVectorBatch {
*/
void get_offset_by_length(size_t start_
cambyzju commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965855818
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -410,18 +410,33 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, bool
Colu
cambyzju commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965858876
##
be/src/olap/column_vector.h:
##
@@ -233,6 +233,13 @@ class ArrayColumnVectorBatch : public ColumnVectorBatch {
*/
void get_offset_by_length(size_t start_i
cambyzju commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965861465
##
be/src/olap/column_vector.cpp:
##
@@ -224,6 +224,16 @@ Status ArrayColumnVectorBatch::resize(size_t new_cap) {
return Status::OK();
}
+void ArrayColumnVector
github-actions[bot] commented on PR #12474:
URL: https://github.com/apache/doris/pull/12474#issuecomment-1240619418
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 #12474:
URL: https://github.com/apache/doris/pull/12474#issuecomment-1240619462
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 #12463:
URL: https://github.com/apache/doris/pull/12463#issuecomment-1240620489
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 #12463:
URL: https://github.com/apache/doris/pull/12463#issuecomment-1240620462
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
eldenmoon commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965864261
##
be/src/olap/column_vector.cpp:
##
@@ -224,6 +224,16 @@ Status ArrayColumnVectorBatch::resize(size_t new_cap) {
return Status::OK();
}
+void ArrayColumnVecto
yongjinhou commented on PR #12321:
URL: https://github.com/apache/doris/pull/12321#issuecomment-1240620683
> @yangzhg Hello,I would like to ask how to generate the newly added
function signature by name mangling?
nm doris_be | grep elt | grep FunctionContext
Run the preceding command.
Kikyou1997 commented on PR #12468:
URL: https://github.com/apache/doris/pull/12468#issuecomment-1240621094
> please add regression test
added unit 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 abo
eldenmoon commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965865698
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -410,18 +410,33 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, bool
Col
eldenmoon commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965716438
##
be/src/common/config.h:
##
@@ -849,6 +849,8 @@ CONF_Bool(enable_simdjson_reader, "false");
CONF_Int32(doris_remote_scanner_thread_pool_thread_num, "16");
// numbe
wangshuo128 commented on code in PR #12481:
URL: https://github.com/apache/doris/pull/12481#discussion_r965867603
##
fe/fe-core/src/main/java/org/apache/doris/catalog/FunctionRegistry.java:
##
@@ -0,0 +1,176 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// o
cambyzju commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965870153
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -410,18 +410,33 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, bool
Colu
eldenmoon commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965875621
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -410,18 +410,33 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, bool
Col
TaoZex commented on PR #12321:
URL: https://github.com/apache/doris/pull/12321#issuecomment-1240644363
> > @yangzhg Hello,I would like to ask how to generate the newly added
function signature by name mangling?
> > nm doris_be | grep elt | grep FunctionContext
> > Run the preceding com
jackwener commented on code in PR #12483:
URL: https://github.com/apache/doris/pull/12483#discussion_r965910325
##
fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/cascades/CostAndEnforcerJob.java:
##
@@ -184,33 +186,47 @@ public void execute() {
curTotalC
morrySnow opened a new pull request, #12486:
URL: https://github.com/apache/doris/pull/12486
# Proposed changes
Issue Number: close #xxx
## Problem summary
When we do cross join and project on it only has one side of its child, we
will generate a empty project on its chi
morrySnow commented on code in PR #12483:
URL: https://github.com/apache/doris/pull/12483#discussion_r965934727
##
fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/cascades/CostAndEnforcerJob.java:
##
@@ -184,33 +186,47 @@ public void execute() {
curTotalC
yongjinhou commented on PR #12321:
URL: https://github.com/apache/doris/pull/12321#issuecomment-1240682599
> > > @yangzhg Hello,I would like to ask how to generate the newly added
function signature by name mangling?
> > > nm doris_be | grep elt | grep FunctionContext
> > > Run the pre
Kikyou1997 commented on PR #12486:
URL: https://github.com/apache/doris/pull/12486#issuecomment-1240682957
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 unsubscri
TaoZex commented on PR #12321:
URL: https://github.com/apache/doris/pull/12321#issuecomment-1240685903
> > > > @yangzhg Hello,I would like to ask how to generate the newly added
function signature by name mangling?
> > > > nm doris_be | grep elt | grep FunctionContext
> > > > Run the p
eldenmoon commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965946299
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -410,18 +410,33 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, bool
Col
eldenmoon commented on code in PR #12293:
URL: https://github.com/apache/doris/pull/12293#discussion_r965875621
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -410,18 +410,33 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
ColumnBlockView* dst, bool
Col
jacktengg opened a new pull request, #12487:
URL: https://github.com/apache/doris/pull/12487
# Proposed changes
Issue Number: close #xxx
## Problem summary
Delimited identifier format for sqlserver and postgresql is different from
MySQL.
Sqlserver use brackets ([ ]) a
924060929 commented on code in PR #12481:
URL: https://github.com/apache/doris/pull/12481#discussion_r965963869
##
fe/fe-core/src/main/java/org/apache/doris/catalog/FunctionRegistry.java:
##
@@ -0,0 +1,176 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
924060929 commented on code in PR #12481:
URL: https://github.com/apache/doris/pull/12481#discussion_r965963869
##
fe/fe-core/src/main/java/org/apache/doris/catalog/FunctionRegistry.java:
##
@@ -0,0 +1,176 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
AshinGau opened a new pull request, #12488:
URL: https://github.com/apache/doris/pull/12488
# Proposed changes
## Problem summary
Query failed when read parquet data compressed by GZIP:
```
mysql> select * from customer limit 1;
ERROR 1105 (HY000): errCode = 2, detailMessage =
jackwener opened a new pull request, #12489:
URL: https://github.com/apache/doris/pull/12489
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
1 - 100 of 215 matches
Mail list logo