dinggege1024 commented on issue #12895:
URL: https://github.com/apache/doris/issues/12895#issuecomment-1255856946
sparkload already could load ORC PARQ format file.
But this line of comments looks easy to misunderstand.
--
This is an automated message from the Apache Git Service.
To
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 892e53a15b [fix](test) fix a test failure problem after merging
(#12902)
add c100d24116 [enhancement](Nereids)
morrySnow merged PR #12841:
URL: https://github.com/apache/doris/pull/12841
--
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
zenoyang commented on PR #12852:
URL: https://github.com/apache/doris/pull/12852#issuecomment-1255845045
LGTM
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe
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 892e53a15b [fix](test) fix a test failure pro
morningman merged PR #12902:
URL: https://github.com/apache/doris/pull/12902
--
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
luozenglin commented on issue #12806:
URL: https://github.com/apache/doris/issues/12806#issuecomment-1255834756
FE will constantly accept instance profiles from BE and update the total
profile in real time, in the process some unreported instance profiles are
empty, which generates this war
Gabriel39 commented on code in PR #12852:
URL: https://github.com/apache/doris/pull/12852#discussion_r978294410
##
be/src/vec/columns/column_dictionary.h:
##
@@ -360,40 +356,50 @@ class ColumnDictionary final : public COWHelper> {
if (code >= 0) {
r
dataroaring commented on issue #10473:
URL: https://github.com/apache/doris/issues/10473#issuecomment-1255832542
retention is picked by a guy. https://github.com/apache/doris/issues/12800.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
github-actions[bot] commented on PR #12841:
URL: https://github.com/apache/doris/pull/12841#issuecomment-1255813002
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 #12841:
URL: https://github.com/apache/doris/pull/12841#issuecomment-1255812984
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
morningman commented on code in PR #12904:
URL: https://github.com/apache/doris/pull/12904#discussion_r978272759
##
fe_plugins/auditloader/src/main/java/org/apache/doris/plugin/audit/AuditLoaderPlugin.java:
##
@@ -134,12 +134,12 @@ public boolean eventFilter(AuditEvent.EventType
zhannngchen commented on code in PR #12875:
URL: https://github.com/apache/doris/pull/12875#discussion_r978271412
##
be/src/olap/rowset/beta_rowset_writer.cpp:
##
@@ -346,7 +345,13 @@ Status
BetaRowsetWriter::_flush_segment_writer(std::unique_ptr l(_lock);
+_segment_num
JNSimba opened a new pull request, #12904:
URL: https://github.com/apache/doris/pull/12904
## Problem summary
1.The audit log is sometimes lost. The related logs are as follows:
`encounter exception when putting current audit batch, discard current audit
event`
2.The audit log d
liaoxin01 commented on code in PR #12875:
URL: https://github.com/apache/doris/pull/12875#discussion_r978267224
##
be/src/olap/rowset/beta_rowset_writer.cpp:
##
@@ -346,7 +345,13 @@ Status
BetaRowsetWriter::_flush_segment_writer(std::unique_ptr l(_lock);
+_segment_num_r
Jibing-Li opened a new pull request, #12903:
URL: https://github.com/apache/doris/pull/12903
# Proposed changes
Fix bugs:
1. Fe need to send file format (e.g. parquet, orc ...) to be while
processing load jobs using new scanner.
2. Try to get parquet file column type from Schema
zenoyang commented on code in PR #12852:
URL: https://github.com/apache/doris/pull/12852#discussion_r978259350
##
be/src/vec/columns/column_dictionary.h:
##
@@ -360,40 +356,50 @@ class ColumnDictionary final : public COWHelper> {
if (code >= 0) {
re
weizhengte opened a new pull request, #12902:
URL: https://github.com/apache/doris/pull/12902
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
morrySnow commented on code in PR #12785:
URL: https://github.com/apache/doris/pull/12785#discussion_r978252987
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/mv/SelectRollupWithAggregate.java:
##
@@ -172,23 +183,33 @@ public List buildRules() {
/**
* Sele
dutyu opened a new pull request, #12901:
URL: https://github.com/apache/doris/pull/12901
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
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 e28e30fe71 [Improvement](statistics) collect s
morrySnow merged PR #12839:
URL: https://github.com/apache/doris/pull/12839
--
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
yiguolei commented on PR #12496:
URL: https://github.com/apache/doris/pull/12496#issuecomment-1255773941
both clickhouse and pingcap has swtiched to jemalloc.
https://github.com/ClickHouse/ClickHouse/pull/2773
https://github.com/pingcap/tiflash/pull/424
--
This is an automated messag
cambyzju commented on code in PR #12897:
URL: https://github.com/apache/doris/pull/12897#discussion_r978244404
##
be/src/io/cache/file_cache_manager.h:
##
@@ -47,10 +50,20 @@ class FileCacheManager {
bool exist(const std::string& cache_path);
+void add_used_file_siz
cambyzju commented on code in PR #12897:
URL: https://github.com/apache/doris/pull/12897#discussion_r978243282
##
be/src/common/config.h:
##
@@ -844,6 +844,7 @@ CONF_mString(file_cache_type, "");
CONF_Validator(file_cache_type, [](const std::string config) -> bool {
return
github-actions[bot] commented on PR #12839:
URL: https://github.com/apache/doris/pull/12839#issuecomment-1255762811
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 #12839:
URL: https://github.com/apache/doris/pull/12839#issuecomment-1255762792
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 #12875:
URL: https://github.com/apache/doris/pull/12875#issuecomment-1255762278
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.
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 bb36490d95 [test](Nereids) add TPC-H Q2 as re
morningman merged PR #12840:
URL: https://github.com/apache/doris/pull/12840
--
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
qzsee commented on code in PR #12151:
URL: https://github.com/apache/doris/pull/12151#discussion_r978232138
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/ExecutableFunctions.java:
##
@@ -0,0 +1,243 @@
+// Licensed to the Apache Software Foundat
github-actions[bot] commented on PR #12878:
URL: https://github.com/apache/doris/pull/12878#issuecomment-1255749367
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 #12878:
URL: https://github.com/apache/doris/pull/12878#issuecomment-1255749381
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
qzsee commented on code in PR #12151:
URL: https://github.com/apache/doris/pull/12151#discussion_r978227682
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/FoldConstantRuleOnFE.java:
##
@@ -0,0 +1,310 @@
+// Licensed to the Apache Software Fou
qzsee commented on code in PR #12151:
URL: https://github.com/apache/doris/pull/12151#discussion_r978227226
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/FoldConstantRuleOnFE.java:
##
@@ -0,0 +1,310 @@
+// Licensed to the Apache Software Fou
This is an automated email from the ASF dual-hosted git repository.
adonisling 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 b7eea72d1d [feature-wip](MTMV) Support showin
adonis0147 merged PR #12762:
URL: https://github.com/apache/doris/pull/12762
--
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
lide-reed opened a new issue, #12900:
URL: https://github.com/apache/doris/issues/12900
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
Doris 1.1.2-
BePPPower opened a new pull request, #12899:
URL: https://github.com/apache/doris/pull/12899
# Proposed changes
Related pr: https://github.com/apache/doris/pull/11582
This pr is the new odbc scan node and new odbc scanner.
## Problem summary
Describe your changes.
AshinGau opened a new pull request, #12898:
URL: https://github.com/apache/doris/pull/12898
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
cambyzju opened a new pull request, #12897:
URL: https://github.com/apache/doris/pull/12897
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
morrySnow commented on code in PR #12151:
URL: https://github.com/apache/doris/pull/12151#discussion_r977225255
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/TypeCoercion.java:
##
@@ -82,6 +85,23 @@ public Expression visitBinaryOperator(Bina
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 5b3ec602538 Optimized date function
hf200012 merged PR #111:
URL: https://github.com/apache/doris-website/pull/111
--
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
zhannngchen commented on code in PR #12875:
URL: https://github.com/apache/doris/pull/12875#discussion_r978214486
##
be/src/olap/rowset/beta_rowset_writer.h:
##
@@ -69,6 +69,7 @@ class BetaRowsetWriter : public RowsetWriter {
RowsetTypePB type() const override { return Rows
liaoxin01 commented on code in PR #12875:
URL: https://github.com/apache/doris/pull/12875#discussion_r978213928
##
be/src/olap/rowset/beta_rowset_writer.h:
##
@@ -93,7 +94,6 @@ class BetaRowsetWriter : public RowsetWriter {
/// Because we want to flush memtables in parallel
morningman commented on code in PR #12896:
URL: https://github.com/apache/doris/pull/12896#discussion_r978212119
##
be/src/vec/exec/format/parquet/vparquet_reader.h:
##
@@ -74,7 +75,7 @@ class ParquetReader : public GenericReader {
virtual ~ParquetReader();
-Status
liaoxin01 commented on code in PR #12875:
URL: https://github.com/apache/doris/pull/12875#discussion_r978212087
##
be/src/olap/rowset/beta_rowset_writer.h:
##
@@ -69,6 +69,7 @@ class BetaRowsetWriter : public RowsetWriter {
RowsetTypePB type() const override { return Rowset
luzhijing commented on issue #11706:
URL: https://github.com/apache/doris/issues/11706#issuecomment-1255717711
> @luzhijing I am interested in DOCS & BLOGS TRANSLATION. I am new to
Open-Source, if there's any post remaining to assign , Please assign me. I want
to contribute.
Welcome!
morningman commented on code in PR #12848:
URL: https://github.com/apache/doris/pull/12848#discussion_r978206551
##
be/src/vec/exec/scan/new_jdbc_scan_node.cpp:
##
@@ -0,0 +1,62 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agr
luzhijing closed issue #11331: [Feature] The poseexplode function support like
hive.
URL: https://github.com/apache/doris/issues/11331
--
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 co
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 d77ea64ae4 [typo](docs) Changing the Jump Addre
yiguolei merged PR #12731:
URL: https://github.com/apache/doris/pull/12731
--
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 0203b36cc4 [regressiontest](test_with)add with_case test (#12814)
add 617820b1f5 [Refactor](parquet) refactor pa
yiguolei merged PR #12730:
URL: https://github.com/apache/doris/pull/12730
--
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 0203b36cc4 [regressiontest](test_with)add with_
yiguolei merged PR #12814:
URL: https://github.com/apache/doris/pull/12814
--
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 #12759: [Bug] Creating a view with comment does not take
effect
URL: https://github.com/apache/doris/issues/12759
--
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
yiguolei merged PR #12838:
URL: https://github.com/apache/doris/pull/12838
--
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 84dd3edd0d [Bug](view) Show create view support
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new d86a9dc481 [feature](outfile) s
yiguolei merged PR #12873:
URL: https://github.com/apache/doris/pull/12873
--
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.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new 7b7e61d8c7 [Bug](date) Fix wron
yiguolei merged PR #12869:
URL: https://github.com/apache/doris/pull/12869
--
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.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new 97e51a11e0 [Bug](date) Fix wron
yiguolei merged PR #12870:
URL: https://github.com/apache/doris/pull/12870
--
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
github-actions[bot] closed pull request #8603: fix string default value bug
URL: https://github.com/apache/doris/pull/8603
--
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
github-actions[bot] commented on PR #12820:
URL: https://github.com/apache/doris/pull/12820#issuecomment-1255513860
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 #12838:
URL: https://github.com/apache/doris/pull/12838#issuecomment-1255403458
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 #12838:
URL: https://github.com/apache/doris/pull/12838#issuecomment-1255403424
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
wsjz opened a new pull request, #12896:
URL: https://github.com/apache/doris/pull/12896
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
HappenLee commented on PR #12892:
URL: https://github.com/apache/doris/pull/12892#issuecomment-1255210036
> please also modify free block in `src/vec/exec/scan/scanner_context.cpp`
just a test pr in branch `opt_perf`, if it's effective, I will create a new
pr to do this in `master` br
sahilm-10 commented on issue #11706:
URL: https://github.com/apache/doris/issues/11706#issuecomment-1255198436
@luzhijing I am interested in DOCS & BLOGS TRANSLATION. I am new to
Open-Source, if there's any post remaining to assign , Please assign me. I want
to contribute.
--
This is an
dinggege1024 opened a new issue, #12895:
URL: https://github.com/apache/doris/issues/12895
### 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
Until
zhannngchen closed pull request #12862: [debug](test)a test pr for qa pipeline
debug, will not merge
URL: https://github.com/apache/doris/pull/12862
--
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 t
englefly opened a new pull request, #12894:
URL: https://github.com/apache/doris/pull/12894
# Proposed changes
TPCH q7, we have expression like
``` (n1.n_name = 'FRANCE' and n2.n_name = 'GERMANY')
or (n1.n_name = 'GERMANY' and n2.n_name = 'FRANCE')```
this expression implies
morningman opened a new pull request, #12893:
URL: https://github.com/apache/doris/pull/12893
# Proposed changes
Issue Number: close #xxx
## Problem summary
This PR is from #11742, and add arrow reader support.
If there are 5 columns in table and 4 columns in file,
BePPPower commented on code in PR #12848:
URL: https://github.com/apache/doris/pull/12848#discussion_r977757888
##
be/src/vec/exec/scan/new_jdbc_scan_node.cpp:
##
@@ -0,0 +1,62 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agre
zhannngchen commented on code in PR #12866:
URL: https://github.com/apache/doris/pull/12866#discussion_r977705741
##
be/src/olap/rowset/beta_rowset_writer.cpp:
##
@@ -309,12 +641,23 @@ Status BetaRowsetWriter::_create_segment_writer(
DCHECK(file_writer != nullptr);
seg
BePPPower commented on code in PR #12848:
URL: https://github.com/apache/doris/pull/12848#discussion_r977757888
##
be/src/vec/exec/scan/new_jdbc_scan_node.cpp:
##
@@ -0,0 +1,62 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agre
zhannngchen commented on code in PR #12866:
URL: https://github.com/apache/doris/pull/12866#discussion_r977743775
##
be/src/olap/rowset/beta_rowset_writer.cpp:
##
@@ -102,6 +110,284 @@ Status BetaRowsetWriter::add_block(const
vectorized::Block* block) {
return _add_block(b
github-actions[bot] commented on PR #12867:
URL: https://github.com/apache/doris/pull/12867#issuecomment-1255102723
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 #12867:
URL: https://github.com/apache/doris/pull/12867#issuecomment-1255102655
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
HappenLee opened a new pull request, #12892:
URL: https://github.com/apache/doris/pull/12892
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
zhannngchen commented on code in PR #12866:
URL: https://github.com/apache/doris/pull/12866#discussion_r977716456
##
be/src/olap/rowset/beta_rowset_writer.cpp:
##
@@ -102,6 +110,284 @@ Status BetaRowsetWriter::add_block(const
vectorized::Block* block) {
return _add_block(b
zhannngchen commented on code in PR #12866:
URL: https://github.com/apache/doris/pull/12866#discussion_r977657612
##
be/src/olap/olap_server.cpp:
##
@@ -700,6 +708,19 @@ Status
StorageEngine::submit_quick_compaction_task(TabletSharedPtr tablet) {
return Status::OK();
}
morrySnow opened a new pull request, #12891:
URL: https://github.com/apache/doris/pull/12891
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
morrySnow closed pull request #12876: test bucket shuffle
URL: https://github.com/apache/doris/pull/12876
--
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
jackwener opened a new pull request, #12890:
URL: https://github.com/apache/doris/pull/12890
# Proposed changes
Issue Number: close #xxx
## Problem summary
- fix Outer LAsscom, current forgot to check onCondtion for Outer LAsscom
- improve onConditon checker.
##
This is an automated email from the ASF dual-hosted git repository.
zouxinyi pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
new d3006ddd12 [branch-1.1-lts](che
xinyiZzz merged PR #12889:
URL: https://github.com/apache/doris/pull/12889
--
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
xinyiZzz opened a new pull request, #12889:
URL: https://github.com/apache/doris/pull/12889
# Proposed changes
Issue Number: close #xxx
## Problem summary
cherry-pick:
https://github.com/apache/doris/pull/12666
https://github.com/apache/doris/pull/12339
https://g
superhanliu2 commented on code in PR #12837:
URL: https://github.com/apache/doris/pull/12837#discussion_r977643300
##
thirdparty/vars.sh:
##
@@ -288,7 +288,7 @@ JEMALLOC_SOURCE="jemalloc-5.2.1"
JEMALLOC_MD5SUM="3d41fbf006e6ebffd489bdb304d009ae"
# cctz
-CCTZ_DOWNLOAD="https:/
superhanliu2 commented on code in PR #12837:
URL: https://github.com/apache/doris/pull/12837#discussion_r977643300
##
thirdparty/vars.sh:
##
@@ -288,7 +288,7 @@ JEMALLOC_SOURCE="jemalloc-5.2.1"
JEMALLOC_MD5SUM="3d41fbf006e6ebffd489bdb304d009ae"
# cctz
-CCTZ_DOWNLOAD="https:/
mrhhsg opened a new pull request, #12888:
URL: https://github.com/apache/doris/pull/12888
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
dutyu opened a new pull request, #12887:
URL: https://github.com/apache/doris/pull/12887
…ion and improve performance for datetime format.
# Proposed changes
Ease the audit log discard problem for auditloader plugin.
Issue Number: close #12885
## Problem summary
liaoxin01 opened a new pull request, #12886:
URL: https://github.com/apache/doris/pull/12886
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [
dutyu opened a new issue, #12885:
URL: https://github.com/apache/doris/issues/12885
### 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
I've install
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch opt_perf
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/opt_perf by this push:
new 3d2a73c028 [improvement](scan) merge scan k
yiguolei merged PR #12884:
URL: https://github.com/apache/doris/pull/12884
--
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
1 - 100 of 161 matches
Mail list logo