dependabot[bot] commented on PR #38:
URL:
https://github.com/apache/doris-flink-connector/pull/38#issuecomment-1166955116
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor v
hf200012 closed pull request #38: Bump junit from 4.11 to 4.13.1 in
/flink-doris-connector
URL: https://github.com/apache/doris-flink-connector/pull/38
--
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
hf200012 closed pull request #37: Bump libthrift from 0.13.0 to 0.14.0 in
/flink-doris-connector
URL: https://github.com/apache/doris-flink-connector/pull/37
--
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
TurboWay commented on PR #10236:
URL: https://github.com/apache/doris/pull/10236#issuecomment-1166951444
> > HI @adonis0147 , the PR guide to
[DorisClient](https://github.com/TurboWay/DorisClient) is commited.
> > Pip is a common and simple usage. But sometimes, we may not want to rely
t
HappenLee commented on code in PR #10447:
URL: https://github.com/apache/doris/pull/10447#discussion_r907020817
##
be/src/vec/aggregate_functions/aggregate_function_window.h:
##
@@ -210,26 +210,30 @@ class WindowFunctionNTile final
struct Value {
public:
bool is_null() co
HappenLee commented on code in PR #10447:
URL: https://github.com/apache/doris/pull/10447#discussion_r907022691
##
be/src/vec/aggregate_functions/aggregate_function_window.h:
##
@@ -262,58 +266,31 @@ struct LeadAndLagData {
col.insert_default();
Review Comment:
dataroaring commented on PR #10405:
URL: https://github.com/apache/doris/pull/10405#issuecomment-1166939289
It seems that the patch move cold data to s3 by creating new tablet on s3,
then users can not insert new data to the cold tablet?
We implement the feature by just moving cold ro
simon824 opened a new pull request, #10451:
URL: https://github.com/apache/doris/pull/10451
# Proposed changes
Issue Number: close #10450
## Problem Summary:
Due to the soft link, the `parent.relativePath` (../pom.xml) of doriswriter
points to the path `extension/DataX`, but
BiteThet commented on code in PR #10447:
URL: https://github.com/apache/doris/pull/10447#discussion_r907017079
##
be/src/vec/aggregate_functions/aggregate_function_window.h:
##
@@ -210,26 +210,30 @@ class WindowFunctionNTile final
struct Value {
public:
bool is_null()
simon824 opened a new issue, #10450:
URL: https://github.com/apache/doris/issues/10450
### 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 branch
BiteThet commented on code in PR #10447:
URL: https://github.com/apache/doris/pull/10447#discussion_r907014191
##
be/src/vec/aggregate_functions/aggregate_function_window.h:
##
@@ -262,58 +266,31 @@ struct LeadAndLagData {
col.insert_default();
Review Comme
xiaokang commented on code in PR #10442:
URL: https://github.com/apache/doris/pull/10442#discussion_r907014135
##
be/src/vec/common/string_searcher.h:
##
@@ -0,0 +1,860 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.
dataroaring opened a new pull request, #10449:
URL: https://github.com/apache/doris/pull/10449
Because shard num of master is changed to be as a config, so here
we add a isolation commit to 1.0.1.
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
D
HappenLee opened a new pull request, #10448:
URL: https://github.com/apache/doris/pull/10448
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
After do the opt of this
unique_table 1000W data load time
before:35s -> after:25s
## Checklis
HappenLee opened a new pull request, #10447:
URL: https://github.com/apache/doris/pull/10447
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
After do the opt of this
unique_table 1000W data load time
before:45s -> after:35s
## Checklis
HappenLee commented on code in PR #10442:
URL: https://github.com/apache/doris/pull/10442#discussion_r907002621
##
be/src/vec/common/string_searcher.h:
##
@@ -0,0 +1,860 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.
github-actions[bot] commented on PR #10283:
URL: https://github.com/apache/doris/pull/10283#issuecomment-1166902030
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 #10283:
URL: https://github.com/apache/doris/pull/10283#issuecomment-1166902001
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
cambyzju commented on code in PR #10388:
URL: https://github.com/apache/doris/pull/10388#discussion_r906978667
##
gensrc/script/doris_builtins_functions.py:
##
@@ -160,6 +160,18 @@
[['array_position'], 'BIGINT', ['ARRAY_STRING', 'STRING'], '', '', '',
'vec', ''],
[[
BiteThet commented on code in PR #10283:
URL: https://github.com/apache/doris/pull/10283#discussion_r906977398
##
be/src/vec/functions/function_json.cpp:
##
@@ -407,18 +407,36 @@ struct JsonParser<'3'> {
}
};
+template <>
+struct JsonParser<'4'> {
+// time
+s
BiteThet commented on code in PR #10283:
URL: https://github.com/apache/doris/pull/10283#discussion_r906973309
##
be/src/vec/exec/join/vhash_join_node.cpp:
##
@@ -509,11 +517,6 @@ struct ProcessHashTableProbe {
}
output_block->get_by_positio
dataroaring opened a new pull request, #10446:
URL: https://github.com/apache/doris/pull/10446
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (
morrySnow commented on code in PR #10335:
URL: https://github.com/apache/doris/pull/10335#discussion_r906970105
##
fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/physical/PhysicalHeapSort.java:
##
@@ -32,37 +32,29 @@
/**
* Physical sort plan operator.
*/
BiteThet opened a new pull request, #10445:
URL: https://github.com/apache/doris/pull/10445
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
```cpp
be/src/vec/functions/date_time_transforms.h:230:20: error: no matching
constructor for initialization of
dataroaring opened a new pull request, #10444:
URL: https://github.com/apache/doris/pull/10444
It fixes some issue like stuck.
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1.
morrySnow commented on code in PR #10415:
URL: https://github.com/apache/doris/pull/10415#discussion_r906932104
##
fe/fe-core/src/main/java/org/apache/doris/nereids/analyzer/UnboundAlias.java:
##
@@ -34,18 +38,28 @@
extends NamedExpression
implements UnaryExpre
dataroaring opened a new pull request, #10443:
URL: https://github.com/apache/doris/pull/10443
… times
When a connection failure happen, doris fails queries using the connection.
We should lower the impact of a connection failure by using pooled connection
and enlaring connection
xiaokang opened a new pull request, #10442:
URL: https://github.com/apache/doris/pull/10442
# Proposed changes
fix https://github.com/apache/doris/pull/10169
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
HappenLee commented on code in PR #10283:
URL: https://github.com/apache/doris/pull/10283#discussion_r906965269
##
be/src/vec/exec/join/vhash_join_node.cpp:
##
@@ -509,11 +517,6 @@ struct ProcessHashTableProbe {
}
output_block->get_by_position(r
dataroaring opened a new pull request, #10441:
URL: https://github.com/apache/doris/pull/10441
When there are high concurrency query running on the same data,
there is lock contention on cache lock.
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
dataroaring opened a new pull request, #10440:
URL: https://github.com/apache/doris/pull/10440
The patch fixes a problem in which brpc does not try to build a connection
and it is not in any release now.
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
dataroaring opened a new pull request, #10439:
URL: https://github.com/apache/doris/pull/10439
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Please goto commit message.
## Checklist(Required)
1. Does it affect the original behavior: (Yes/No
morningman commented on code in PR #10435:
URL: https://github.com/apache/doris/pull/10435#discussion_r906954741
##
fe/fe-core/src/main/java/org/apache/doris/analysis/TableName.java:
##
@@ -76,6 +77,10 @@ public void analyze(Analyzer analyzer) throws
AnalysisException {
EmmyMiao87 commented on PR #9954:
URL: https://github.com/apache/doris/pull/9954#issuecomment-1166811691
The contents of this pr are merged into the new pr#10437 and submitted
together
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
EmmyMiao87 closed pull request #9954: [Fix](Join) Fix the bug of outer join
function under vectorization
URL: https://github.com/apache/doris/pull/9954
--
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
cambyzju opened a new pull request, #10438:
URL: https://github.com/apache/doris/pull/10438
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Remove unused codes for enable_lateral_view
## Checklist(Required)
1. Does it affect the original beha
EmmyMiao87 opened a new pull request, #10437:
URL: https://github.com/apache/doris/pull/10437
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
This code mainly merges the contents of two PRs:
1. [fix](vectorized) Support outer join for vectorized exec e
HappenLee commented on code in PR #10187:
URL: https://github.com/apache/doris/pull/10187#discussion_r906946575
##
be/src/olap/schema_change.cpp:
##
@@ -665,6 +812,112 @@ Status RowBlockChanger::change_row_block(const RowBlock*
ref_block, int32_t data
#undef TYPE_REINTERPRET_C
SWJTU-ZhangLei opened a new issue, #10436:
URL: https://github.com/apache/doris/issues/10436
### 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
root@re
AshinGau opened a new pull request, #10435:
URL: https://github.com/apache/doris/pull/10435
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Get catalog name from TableName.
## Checklist(Required)
1. Does it affect the original behavior: (No)
adonis0147 commented on PR #10236:
URL: https://github.com/apache/doris/pull/10236#issuecomment-1166794554
> HI @adonis0147 , the PR guide to
[DorisClient](https://github.com/TurboWay/DorisClient) is commited.
>
> Pip is a common and simple usage. But sometimes, we may not want to rel
TurboWay commented on PR #10236:
URL: https://github.com/apache/doris/pull/10236#issuecomment-1166789709
HI @adonis0147 , the PR guide to
[DorisClient](https://github.com/TurboWay/DorisClient) is commited.
Pip is a common and simple usage. But sometimes, we may not want to rely too
englefly closed pull request #10397: [hotfix](dev-1.0.1) limit segment block
size no more than 64M
URL: https://github.com/apache/doris/pull/10397
--
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
yixiutt opened a new pull request, #10434:
URL: https://github.com/apache/doris/pull/10434
In some case, if a dir has no more compaction tasks, it still
scan tablet meta to find best tablet to try compaction, which
makes compaction task producer thread always run full。
Add a quie
morningman commented on issue #10433:
URL: https://github.com/apache/doris/issues/10433#issuecomment-1166776649
Fixed in v1.1 with vectorized engine. But still has problem in non-vec
engine in v1.1
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
yangzhg commented on code in PR #10409:
URL: https://github.com/apache/doris/pull/10409#discussion_r906928019
##
be/src/runtime/load_channel.h:
##
@@ -39,9 +39,8 @@ class Cache;
// corresponding to a certain load job
class LoadChannel {
public:
-LoadChannel(const UniqueId
ChPi opened a new issue, #10433:
URL: https://github.com/apache/doris/issues/10433
### 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.0
### Wh
yinzhijian commented on PR #10432:
URL: https://github.com/apache/doris/pull/10432#issuecomment-1166737865
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
yiguolei closed pull request #10428: [BUG] Fix wrong results for agg
URL: https://github.com/apache/doris/pull/10428
--
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 unsubscr
compiletheworld commented on PR #10432:
URL: https://github.com/apache/doris/pull/10432#issuecomment-1166735192
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 unsu
morningman opened a new pull request, #10432:
URL: https://github.com/apache/doris/pull/10432
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Y
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.0.1 by this push:
new cda74f67fb [hotfix] add rm -f to avoid
stalary commented on issue #10300:
URL: https://github.com/apache/doris/issues/10300#issuecomment-1166723544
Does this solve the problem of slow queries in the case of frequent load?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/doris.git
commit 07d5672116893505bcf747d897b82f5c6f17d559
Author: HB <137497...@qq.com>
AuthorDate: Sun Jun 26 09:55:48 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/doris.git
commit 1df9ae0aaa901739b823c670f1ea968518a3a364
Author: Stalary
AuthorDate: Sun Jun 26 09:51:29 2022 +0800
[fix](doe
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from cedf2f240a [bug] fix window function nullable type bug
new 1df9ae0aaa [fix](doe) fix doe on es v8 (#10391)
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/doris.git
commit f0927d9755bc01ea23033ed2d1ba596dadb2d4d2
Author: caiconghui <55968745+caicong...@users.noreply.github.com>
AuthorDa
stalary commented on issue #10383:
URL: https://github.com/apache/doris/issues/10383#issuecomment-1166719573
https://github.com/apache/doris/pull/10391
I've fixed it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
stalary commented on issue #10418:
URL: https://github.com/apache/doris/issues/10418#issuecomment-1166710563
> Is it that I must build on linux?
Yes, the M1 chip has some compatibility issues.
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
yiguolei opened a new issue, #10431:
URL: https://github.com/apache/doris/issues/10431
### 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
AlphaRows
eldenmoon commented on code in PR #10388:
URL: https://github.com/apache/doris/pull/10388#discussion_r906845462
##
gensrc/script/doris_builtins_functions.py:
##
@@ -160,6 +160,18 @@
[['array_position'], 'BIGINT', ['ARRAY_STRING', 'STRING'], '', '', '',
'vec', ''],
[
starocean999 opened a new pull request, #10430:
URL: https://github.com/apache/doris/pull/10430
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior:
SWJTU-ZhangLei opened a new pull request, #10429:
URL: https://github.com/apache/doris/pull/10429
# Proposed changes
Issue Number: close #10410
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behav
Gabriel39 opened a new pull request, #10428:
URL: https://github.com/apache/doris/pull/10428
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Ye
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 904e757679 [improvement]Do not lazily read dict
yiguolei merged PR #10420:
URL: https://github.com/apache/doris/pull/10420
--
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 #10419: [Enhancement] No need to lazy read dict encoding
column
URL: https://github.com/apache/doris/issues/10419
--
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
compiletheworld opened a new pull request, #10427:
URL: https://github.com/apache/doris/pull/10427
1. Fix nested resource path error when as maven project from eclipse
2. Add instructions for "Eclipse import FE as maven project" in the
developer guide
## Checklist(Required)
SaintBacchus closed pull request #10426: [HotFix]Fix ut compile error in
SchemaChangeJobV2Test.java
URL: https://github.com/apache/doris/pull/10426
--
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 th
yiguolei commented on code in PR #10420:
URL: https://github.com/apache/doris/pull/10420#discussion_r906778091
##
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##
@@ -1042,7 +1045,7 @@ Status SegmentIterator::next_batch(vectorized::Block*
block) {
}
if (!_is_n
SaintBacchus closed pull request #10426: [HotFix]Fix ut compile error in
SchemaChangeJobV2Test.java
URL: https://github.com/apache/doris/pull/10426
--
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 th
yiguolei merged PR #9916:
URL: https://github.com/apache/doris/pull/9916
--
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.apach
yiguolei closed issue #9575: [Feature] Refactor date/datetime type
URL: https://github.com/apache/doris/issues/9575
--
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
github-actions[bot] commented on PR #9916:
URL: https://github.com/apache/doris/pull/9916#issuecomment-1166448329
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
URL
github-actions[bot] commented on PR #9916:
URL: https://github.com/apache/doris/pull/9916#issuecomment-1166448322
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 GitHub
yiguolei commented on PR #9916:
URL: https://github.com/apache/doris/pull/9916#issuecomment-1166448241
I will merge it and we can do decimal v3 based on this.
--
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
SaintBacchus opened a new pull request, #10426:
URL: https://github.com/apache/doris/pull/10426
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior:
77 matches
Mail list logo