github-actions[bot] commented on PR #15903:
URL: https://github.com/apache/doris/pull/15903#issuecomment-1381445287
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 #15903:
URL: https://github.com/apache/doris/pull/15903#issuecomment-1381445252
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
BiteThet opened a new pull request, #15903:
URL: https://github.com/apache/doris/pull/15903
# Proposed changes
```sql
select bitmap_union(to_bitmap_with_check(k2)) from d_table;
```
```cpp
==283==ERROR: AddressSanitizer: heap-buffer-overflow on address
0x614000
cambyzju commented on code in PR #15669:
URL: https://github.com/apache/doris/pull/15669#discussion_r1069036760
##
be/src/vec/data_types/data_type_struct.cpp:
##
@@ -91,6 +80,88 @@ std::string DataTypeStruct::do_get_name() const {
return s.str();
}
+Status DataTypeStruct
Cai-Yao opened a new pull request, #15902:
URL: https://github.com/apache/doris/pull/15902
# Proposed changes
Issue Number: close #xxx
## Problem summary
add ReadColumns in profile
eg:
```
mysql> select city, sum(cost) as total_cost from example_tbl group by
cambyzju commented on code in PR #15669:
URL: https://github.com/apache/doris/pull/15669#discussion_r1069033095
##
be/src/vec/data_types/data_type_struct.cpp:
##
@@ -91,6 +80,88 @@ std::string DataTypeStruct::do_get_name() const {
return s.str();
}
+Status DataTypeStruct
cambyzju commented on code in PR #15669:
URL: https://github.com/apache/doris/pull/15669#discussion_r1069028832
##
fe/fe-core/src/main/java/org/apache/doris/catalog/Type.java:
##
@@ -169,8 +169,29 @@ public abstract class Type {
arraySubTypes.add(STRING);
str
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 1489e3cfbf [Fix](file system) Make the construc
yiguolei merged PR #15889:
URL: https://github.com/apache/doris/pull/15889
--
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
cambyzju commented on code in PR #15669:
URL: https://github.com/apache/doris/pull/15669#discussion_r1069027760
##
fe/fe-core/src/main/java/org/apache/doris/catalog/Type.java:
##
@@ -169,8 +169,29 @@ public abstract class Type {
arraySubTypes.add(STRING);
str
adonis0147 commented on PR #15876:
URL: https://github.com/apache/doris/pull/15876#issuecomment-1381411756
Hi @zbtzbtzbt , would you like to rebase the branch master to re-trigger the
checks?
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
github-actions[bot] commented on PR #15876:
URL: https://github.com/apache/doris/pull/15876#issuecomment-1381410124
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 #15876:
URL: https://github.com/apache/doris/pull/15876#issuecomment-1381410043
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
kilodleif opened a new issue, #15900:
URL: https://github.com/apache/doris/issues/15900
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
1.1.4
### What'
hello-stephen commented on PR #15890:
URL: https://github.com/apache/doris/pull/15890#issuecomment-1381388769
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 36.18 seconds
load time: 509 seconds
storage size: 17122099679 Bytes
https://doris-co
eldenmoon opened a new pull request, #15899:
URL: https://github.com/apache/doris/pull/15899
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
dutyu opened a new pull request, #15898:
URL: https://github.com/apache/doris/pull/15898
# Proposed changes
Load profile and export profile use job's id as the queryId field, but it is
of no use. We should use the origin statemnet's queryId so we can use
conjunctive query to find one
BePPPower commented on code in PR #15862:
URL: https://github.com/apache/doris/pull/15862#discussion_r1068979288
##
fe/fe-core/src/main/java/org/apache/doris/external/jdbc/JdbcClient.java:
##
@@ -563,6 +563,65 @@ public Type clickhouseTypeToDoris(JdbcFieldSchema
fieldSchema) {
tempestLXC commented on issue #15877:
URL: https://github.com/apache/doris/issues/15877#issuecomment-1381374306
> 用show sync job看看同步任务是否在进行,有没有报错。如果同步任务已经pause了,说明配置有问题
sync job 是RUNNING状态, 因为我设置了"canal.debug"="true" FE日志已经打印了接收到的binlog日志了:
> \---> binlog[mysql-bin.
gong opened a new issue, #15897:
URL: https://github.com/apache/doris/issues/15897
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
1.2.1
### What's Wro
englefly opened a new pull request, #15896:
URL: https://github.com/apache/doris/pull/15896
# Proposed changes
the explain case is unstable, because table analyze result may change plan.
Issue Number: close #xxx
## Problem summary
Describe your changes.
## C
github-actions[bot] commented on code in PR #15832:
URL: https://github.com/apache/doris/pull/15832#discussion_r1068971124
##
be/src/olap/tablet.cpp:
##
@@ -1717,27 +1735,125 @@ Status Tablet::cooldown() {
new_rowset_meta->set_resource_id(dest_fs->resource_id());
new_r
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
commit 750bf85030e609c8c3dd7433ff1fb5201a9cde5a
Author: Ashin Gau
AuthorDate: Fri Jan 13 11:51:11 2023 +0800
[f
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
commit 03289c9c0f57a00b6fc609f35cf6ed6cc454bce9
Author: luozenglin <37725793+luozeng...@users.noreply.github.com>
Aut
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from 6b69980c75 [fix](compile) fix vscan node compile error (#15805)
new 32373051cd [enhancement](unique ke
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
commit 32373051cd79a29d396694c871622939fb976857
Author: zhannngchen <48427519+zhannngc...@users.noreply.github.com>
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
commit 915abc8c53414a6169f8018e4cac45cb38a1a9d1
Author: Jerry Hu
AuthorDate: Fri Jan 13 09:28:55 2023 +0800
[fi
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
commit 34b817625a59ea29191f5e08d52e3caa34d01490
Author: Gabriel
AuthorDate: Mon Jan 9 10:21:08 2023 +0800
[Bug]
morningman commented on code in PR #15886:
URL: https://github.com/apache/doris/pull/15886#discussion_r1068966958
##
fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreClient.java:
##
@@ -0,0 +1,2758 @@
+// Licensed to the Apache Software Foundation (ASF) und
morningman commented on code in PR #15886:
URL: https://github.com/apache/doris/pull/15886#discussion_r1068966403
##
fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreClient.java:
##
@@ -0,0 +1,2758 @@
+// Licensed to the Apache Software Foundation (ASF) und
morningman commented on code in PR #15892:
URL: https://github.com/apache/doris/pull/15892#discussion_r1068961795
##
docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-RENAME.md:
##
@@ -68,6 +68,8 @@ RENAME PARTITION old_partition_name new_partiti
github-actions[bot] commented on PR #15885:
URL: https://github.com/apache/doris/pull/15885#issuecomment-1381348793
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
BiteThet commented on code in PR #15837:
URL: https://github.com/apache/doris/pull/15837#discussion_r1068956091
##
be/src/olap/schema_change.cpp:
##
@@ -427,7 +416,7 @@ Status
VSchemaChangeDirectly::_inner_process(RowsetReaderSharedPtr rowset_reader
auto ref_block
github-actions[bot] commented on code in PR #15832:
URL: https://github.com/apache/doris/pull/15832#discussion_r1068950272
##
be/src/olap/tablet.cpp:
##
@@ -1438,6 +1439,10 @@ void Tablet::build_tablet_report_info(TTabletInfo*
tablet_info,
tablet_info->__set_is_in_memory(
yangzhg opened a new pull request, #15895:
URL: https://github.com/apache/doris/pull/15895
# Proposed changes
Issue Number: close #15894
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
github-actions[bot] commented on code in PR #15893:
URL: https://github.com/apache/doris/pull/15893#discussion_r1068936915
##
be/src/common/signal_handler.h:
##
@@ -307,7 +307,15 @@ void DumpSignalInfo(int signal_number, siginfo_t* siginfo)
{
formatter.AppendString(")");
github-actions[bot] commented on PR #15885:
URL: https://github.com/apache/doris/pull/15885#issuecomment-1381326786
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
hello-stephen commented on PR #15889:
URL: https://github.com/apache/doris/pull/15889#issuecomment-1381316880
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 35.01 seconds
load time: 527 seconds
storage size: 17122633387 Bytes
https://doris-co
This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from c1963e799a [fix](nereids)upgrade signature datatype bug (#15867)
add a8dacfbfd9 [opt](planner) return bigint li
morrySnow merged PR #15613:
URL: https://github.com/apache/doris/pull/15613
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 67378a2dc3 [fix](nereids) fix bug in SequenceFunction legality check
(#15812)
add c1963e799a [fix](nereids)upg
morrySnow merged PR #15867:
URL: https://github.com/apache/doris/pull/15867
--
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
github-actions[bot] commented on PR #15867:
URL: https://github.com/apache/doris/pull/15867#issuecomment-1381313902
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 #15867:
URL: https://github.com/apache/doris/pull/15867#issuecomment-1381313879
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
This is an automated email from the ASF dual-hosted git repository.
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 4215b0b653a fix
4215b0b653a is desc
github-actions[bot] commented on PR #15760:
URL: https://github.com/apache/doris/pull/15760#issuecomment-1381299968
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 #15613:
URL: https://github.com/apache/doris/pull/15613#issuecomment-1381298737
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 #15613:
URL: https://github.com/apache/doris/pull/15613#issuecomment-1381298702
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
commit 247d6fa62d9cce801bfedf157d13f9207dd0d15e
Author: morningman
AuthorDate: Fri Jan 13 12:01:42 2023 +0800
[
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
commit 6b69980c7531eee641cdf0cc737cbb706fbd9fbf
Author: AlexYue
AuthorDate: Wed Jan 11 15:08:46 2023 +0800
[fix
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
commit b8c7b0a83596703c54bcc3cf8875b271209adcc7
Author: zhengyu
AuthorDate: Thu Jan 12 09:24:51 2023 +0800
[fix
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from 41c7dd59b3 [pick](compaction) pick vertical&ordered_data compaction to
1.2 (#15766)
new b8c7b0a835 [f
yangzhg opened a new issue, #15894:
URL: https://github.com/apache/doris/issues/15894
### 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
Doris will record al
This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 34bb9cd5d3 [fix](parquet-reader) fix coredump when load datatime data
to doris from parquet (#15794)
add 67378
morrySnow merged PR #15812:
URL: https://github.com/apache/doris/pull/15812
--
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
Jibing-Li commented on code in PR #15886:
URL: https://github.com/apache/doris/pull/15886#discussion_r1068906112
##
fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreClient.java:
##
@@ -0,0 +1,2758 @@
+// Licensed to the Apache Software Foundation (ASF) unde
yiguolei opened a new pull request, #15893:
URL: https://github.com/apache/doris/pull/15893
# 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 #15874:
URL: https://github.com/apache/doris/pull/15874#issuecomment-1381284704
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 #15812:
URL: https://github.com/apache/doris/pull/15812#issuecomment-1381283702
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
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 2cdf9651280 fix
2cdf9651280 is desc
github-actions[bot] commented on PR #15812:
URL: https://github.com/apache/doris/pull/15812#issuecomment-1381283673
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 #15821:
URL: https://github.com/apache/doris/pull/15821#issuecomment-1381282764
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
caoliang-web opened a new pull request, #15892:
URL: https://github.com/apache/doris/pull/15892
## Problem summary
1. rename column add 1.2 label
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
- [ ] No
- [ ] I don't know
morningman merged PR #15794:
URL: https://github.com/apache/doris/pull/15794
--
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 5e59954531 [typo](docs)Update ARRAY.md (#15781)
add 34bb9cd5d3 [fix](parquet-reader) fix coredump when load da
morningman commented on code in PR #15862:
URL: https://github.com/apache/doris/pull/15862#discussion_r1068897375
##
fe/fe-core/src/main/java/org/apache/doris/external/jdbc/JdbcClient.java:
##
@@ -563,6 +563,65 @@ public Type clickhouseTypeToDoris(JdbcFieldSchema
fieldSchema) {
pengxiangyu commented on code in PR #15832:
URL: https://github.com/apache/doris/pull/15832#discussion_r1068896351
##
be/src/olap/push_handler.cpp:
##
@@ -203,6 +203,8 @@ Status PushHandler::_convert_v2(TabletSharedPtr cur_tablet,
RowsetSharedPtr* cur
context.rowset_st
xy720 merged PR #15781:
URL: https://github.com/apache/doris/pull/15781
--
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.apache
This is an automated email from the ASF dual-hosted git repository.
xuyang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from b1fb1277dd [fix](bitmap) fix bitmap iterator comparison error (#15779)
add 5e59954531 [typo](docs)Update ARRAY.md
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 64853f67f6b fix
64853f67f6b is desc
lexluo09 commented on issue #15884:
URL: https://github.com/apache/doris/issues/15884#issuecomment-1381276170
Thank you very much for your advice. We need to use "group by" for single
values and "export" for multiple values, which is not very convenient.
In this way, multi-value and
yjyJames commented on issue #15869:
URL: https://github.com/apache/doris/issues/15869#issuecomment-1381276006
It confused me too. Transactions may reach the limit while canal sync job is
running (with 200 tables in sync).
--
This is an automated message from the Apache Git Service.
To re
dutyu commented on issue #15865:
URL: https://github.com/apache/doris/issues/15865#issuecomment-1381275644
Upgrade to 1.1.5-rc01 can fix this problem.
--
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
dutyu closed issue #15865: [Bug] BE crash unexpected
URL: https://github.com/apache/doris/issues/15865
--
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: c
This is an automated email from the ASF dual-hosted git repository.
xuyang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 9468711f9f [Bug](join) fix bug null aware left anti join not correct
result (#15841)
add b1fb1277dd [fix](bitmap)
xy720 closed issue #15797: [Bug] inbitmap query result is incorrect
URL: https://github.com/apache/doris/issues/15797
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubsc
xy720 merged PR #15779:
URL: https://github.com/apache/doris/pull/15779
--
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.apache
dataroaring commented on code in PR #15832:
URL: https://github.com/apache/doris/pull/15832#discussion_r1068880353
##
be/src/agent/task_worker_pool.cpp:
##
@@ -1693,4 +1697,44 @@ void
TaskWorkerPool::_storage_update_storage_policy_worker_thread_callback() {
}
}
+void Ta
yjyJames commented on issue #15877:
URL: https://github.com/apache/doris/issues/15877#issuecomment-1381269948
用show sync job看看同步任务是否在进行,有没有报错。如果同步任务已经pause了,说明配置有问题
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
github-actions[bot] commented on code in PR #15889:
URL: https://github.com/apache/doris/pull/15889#discussion_r106343
##
be/test/olap/remote_rowset_gc_test.cpp:
##
@@ -52,7 +52,7 @@ class RemoteRowsetGcTest : public testing::Test {
s3_conf.region = config::test_s3_
adonis0147 commented on code in PR #15849:
URL: https://github.com/apache/doris/pull/15849#discussion_r1068887951
##
fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMultiTableMaterializedViewStmt.java:
##
@@ -43,7 +46,7 @@ public class CreateMultiTableMaterializedViewSt
Yukang-Lian commented on code in PR #15885:
URL: https://github.com/apache/doris/pull/15885#discussion_r1068886241
##
be/src/vec/sink/vmysql_result_writer.cpp:
##
@@ -367,6 +367,14 @@ int VMysqlResultWriter::_add_one_cell(const ColumnPtr&
column_ptr, size_t row_id
char
github-actions[bot] commented on PR #15890:
URL: https://github.com/apache/doris/pull/15890#issuecomment-1381267951
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.
xuyang pushed a commit to branch struct-type
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/struct-type by this push:
new e1e8ca2a59 [fix](struct-type) struct cr
xy720 merged PR #15879:
URL: https://github.com/apache/doris/pull/15879
--
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.apache
github-actions[bot] commented on PR #15879:
URL: https://github.com/apache/doris/pull/15879#issuecomment-1381266751
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 #15879:
URL: https://github.com/apache/doris/pull/15879#issuecomment-1381266723
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
raisonqyc commented on issue #15884:
URL: https://github.com/apache/doris/issues/15884#issuecomment-1381263192
You can try the explode function:
https://doris.apache.org/docs/dev/sql-manual/sql-functions/table-functions/explode/
--
This is an automated message from the Apache Git Servi
github-actions[bot] commented on PR #15859:
URL: https://github.com/apache/doris/pull/15859#issuecomment-1381262531
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
pengxiangyu commented on code in PR #15832:
URL: https://github.com/apache/doris/pull/15832#discussion_r1068878580
##
be/src/olap/tablet.cpp:
##
@@ -1729,18 +1757,118 @@ Status Tablet::cooldown() {
has_shutdown = tablet_state() == TABLET_SHUTDOWN;
if (!has_shut
hello-stephen commented on PR #15836:
URL: https://github.com/apache/doris/pull/15836#issuecomment-1381251745
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 36.56 seconds
load time: 493 seconds
storage size: 17122611398 Bytes
https://doris-co
Gabriel39 commented on PR #15885:
URL: https://github.com/apache/doris/pull/15885#issuecomment-1381251662
Please add a regression case
--
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
Gabriel39 commented on code in PR #15885:
URL: https://github.com/apache/doris/pull/15885#discussion_r1068872731
##
be/src/vec/sink/vmysql_result_writer.cpp:
##
@@ -367,6 +367,14 @@ int VMysqlResultWriter::_add_one_cell(const ColumnPtr&
column_ptr, size_t row_id
char b
github-actions[bot] commented on PR #15889:
URL: https://github.com/apache/doris/pull/15889#issuecomment-1381250843
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 #15821:
URL: https://github.com/apache/doris/pull/15821#issuecomment-1381250846
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 #15889:
URL: https://github.com/apache/doris/pull/15889#issuecomment-1381250804
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
Gabriel39 opened a new issue, #15891:
URL: https://github.com/apache/doris/issues/15891
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no
similar issues.
### Version
master
### What
yangzhg commented on code in PR #15849:
URL: https://github.com/apache/doris/pull/15849#discussion_r1068869019
##
fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMultiTableMaterializedViewStmt.java:
##
@@ -43,7 +46,7 @@ public class CreateMultiTableMaterializedViewStmt
adonis0147 commented on code in PR #15889:
URL: https://github.com/apache/doris/pull/15889#discussion_r1068867778
##
be/src/io/fs/hdfs_file_system.cpp:
##
@@ -61,6 +61,11 @@ class HdfsFileSystemCache {
void _clean_oldest();
};
+std::shared_ptr HdfsFileSystem::create(cons
Gabriel39 opened a new pull request, #15890:
URL: https://github.com/apache/doris/pull/15890
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
1 - 100 of 267 matches
Mail list logo