924060929 commented on code in PR #10630:
URL: https://github.com/apache/doris/pull/10630#discussion_r914479085
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rewrite/rules/BetweenToCompoundRule.java:
##
@@ -0,0 +1,61 @@
+// Licensed to the Apache Software
github-actions[bot] commented on PR #10602:
URL: https://github.com/apache/doris/pull/10602#issuecomment-1175851626
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
qidaye commented on code in PR #10622:
URL: https://github.com/apache/doris/pull/10622#discussion_r914476360
##
be/src/vec/functions/function_string.h:
##
@@ -167,7 +167,7 @@ struct SubstringUtil {
int str_size = offsets[i] - offsets[i - 1] - 1;
// retu
github-actions[bot] commented on PR #10637:
URL: https://github.com/apache/doris/pull/10637#issuecomment-1175846913
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 #10637:
URL: https://github.com/apache/doris/pull/10637#issuecomment-1175846869
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 #10626:
URL: https://github.com/apache/doris/pull/10626#issuecomment-1175845784
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 #10626:
URL: https://github.com/apache/doris/pull/10626#issuecomment-1175845757
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
EmmyMiao87 merged PR #10411:
URL: https://github.com/apache/doris/pull/10411
--
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
github-actions[bot] commented on PR #10639:
URL: https://github.com/apache/doris/pull/10639#issuecomment-1175842722
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 #10639:
URL: https://github.com/apache/doris/pull/10639#issuecomment-1175842761
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
BiteThet opened a new issue, #10641:
URL: https://github.com/apache/doris/issues/10641
### 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
englefly commented on code in PR #10631:
URL: https://github.com/apache/doris/pull/10631#discussion_r914463955
##
be/src/olap/rowset/segment_v2/segment_iterator.h:
##
@@ -121,6 +121,19 @@ class SegmentIterator : public RowwiseIterator {
bool _can_evaluated_by_vectorized(C
englefly commented on code in PR #10631:
URL: https://github.com/apache/doris/pull/10631#discussion_r914463422
##
be/src/olap/comparison_predicate.h:
##
@@ -262,7 +263,71 @@ class ComparisonPredicateBase : public ColumnPredicate {
->get_data()
github-actions[bot] commented on PR #10640:
URL: https://github.com/apache/doris/pull/10640#issuecomment-1175834625
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 #10640:
URL: https://github.com/apache/doris/pull/10640#issuecomment-1175834605
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 #10636:
URL: https://github.com/apache/doris/pull/10636#issuecomment-1175833982
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 #10636:
URL: https://github.com/apache/doris/pull/10636#issuecomment-1175834004
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.
lingmiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 006283c036 [Fix] select nested type of string within type array should
be wrapped with '' in vectorized path (#10498
github-actions[bot] commented on PR #10602:
URL: https://github.com/apache/doris/pull/10602#issuecomment-1175833160
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 #10602:
URL: https://github.com/apache/doris/pull/10602#issuecomment-1175833127
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
yiguolei commented on code in PR #10631:
URL: https://github.com/apache/doris/pull/10631#discussion_r914460680
##
be/src/olap/rowset/segment_v2/segment_iterator.h:
##
@@ -121,6 +121,19 @@ class SegmentIterator : public RowwiseIterator {
bool _can_evaluated_by_vectorized(C
yiguolei commented on code in PR #10631:
URL: https://github.com/apache/doris/pull/10631#discussion_r914459164
##
be/src/olap/comparison_predicate.h:
##
@@ -262,7 +263,71 @@ class ComparisonPredicateBase : public ColumnPredicate {
->get_data()
eldenmoon opened a new pull request, #10640:
URL: https://github.com/apache/doris/pull/10640
ColumnArray::convert_to_full_column_if_const override the base function
and ColumnArray::create generate a temporary variable
# Proposed changes
Issue Number: close #10638
## P
FreeOnePlus opened a new pull request, #10639:
URL: https://github.com/apache/doris/pull/10639
Because in the quick start, the local IP of 127.0.0.1 is used at the
beginning, which leads to ambiguity in the user deployment process, so it is
corrected.
# Proposed changes
Issue Numb
eldenmoon opened a new issue, #10638:
URL: https://github.com/apache/doris/issues/10638
### 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
mrhhsg closed pull request #10161: [imporement]Avoid unnecessary find_codes in
predicate
URL: https://github.com/apache/doris/pull/10161
--
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
jackwener opened a new pull request, #10637:
URL: https://github.com/apache/doris/pull/10637
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
git ignore `package-lock.json`.
## Checklist(Required)
1. Does it affect the original behavior: (No)
platoneko commented on code in PR #10280:
URL: https://github.com/apache/doris/pull/10280#discussion_r914395465
##
be/src/agent/task_worker_pool.cpp:
##
@@ -437,6 +443,11 @@ void TaskWorkerPool::_drop_tablet_worker_thread_callback()
{
StorageEngine::instance()->tx
platoneko commented on code in PR #10280:
URL: https://github.com/apache/doris/pull/10280#discussion_r914394170
##
fe/fe-core/src/main/java/org/apache/doris/task/DropReplicaTask.java:
##
@@ -23,11 +23,13 @@
public class DropReplicaTask extends AgentTask {
private int schem
cambyzju opened a new pull request, #10636:
URL: https://github.com/apache/doris/pull/10636
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Keep file names inside directory(vec/sink) the same style, which starts with
prefix 'v'.
## Checklist(Requir
Author: jiafengzheng
Date: Wed Jul 6 03:50:19 2022
New Revision: 55483
Log:
add spark connector 1.1.0 release
Added:
dev/doris/spark-connector/1.1.0/
dev/doris/spark-connector/1.1.0/apache-doris-spark-connector-2.3_2.11-1.1.0-src.tar.gz
(with props)
dev/doris/spark-connector/1.1
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a change to annotated tag
spark-doris-connector-3.2_2.12-1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git
*** WARNING: tag spark-doris-connector-3.2_2.12-1.1.0 was modified!
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a change to annotated tag
spark-doris-connector-3.1_2.12-1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git
*** WARNING: tag spark-doris-connector-3.1_2.12-1.1.0 was modified!
englefly closed pull request #10117: do not scan if _scan_blocks is full
URL: https://github.com/apache/doris/pull/10117
--
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
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a change to annotated tag
spark-doris-connector-3.1_2.12-1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git
*** WARNING: tag spark-doris-connector-3.1_2.12-1.1.0 was modified!
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a change to annotated tag
spark-doris-connector-2.3_2.11-1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git
*** WARNING: tag spark-doris-connector-2.3_2.11-1.1.0 was modified!
Author: jiafengzheng
Date: Wed Jul 6 03:07:03 2022
New Revision: 55482
Log:
flink connector 1.1.0 release
Added:
dev/doris/flink-connector/1.1.0/
dev/doris/flink-connector/1.1.0/apache-doris-flink-connector-1.14_2.11-1.1.0-src.tar.gz
(with props)
dev/doris/flink-connector/1.1.0/
SaintBacchus opened a new pull request, #10635:
URL: https://github.com/apache/doris/pull/10635
# Proposed changes
Issue Number: close #10634
## Problem Summary:
There is two issue fixed in this pr:
**The first issuse** is the C++ code rule of `do not call virtual func
yiguolei merged PR #10498:
URL: https://github.com/apache/doris/pull/10498
--
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
EmmyMiao87 merged PR #10530:
URL: https://github.com/apache/doris/pull/10530
--
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
EmmyMiao87 commented on PR #10609:
URL: https://github.com/apache/doris/pull/10609#issuecomment-1175721061
Please add 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 above to go to the specific comm
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 006283c036 [Fix] select nested type of string w
yiguolei closed issue #10497: [Enhancement] vectorized array
mysql_result_writer should wrap nested string type with ''
URL: https://github.com/apache/doris/issues/10497
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
dataroaring merged PR #10376:
URL: https://github.com/apache/doris/pull/10376
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@doris.
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a change to annotated tag
flink-doris-connector-1.14_2.11-1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git
*** WARNING: tag flink-doris-connector-1.14_2.11-1.1.0 was modified
SaintBacchus opened a new issue, #10634:
URL: https://github.com/apache/doris/issues/10634
### 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 br
morningman merged PR #10547:
URL: https://github.com/apache/doris/pull/10547
--
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.
lingmiao 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 0b9f508379 [fix](nereids) fix ut,check bound sh
Lchangliang commented on code in PR #10136:
URL: https://github.com/apache/doris/pull/10136#discussion_r914359505
##
be/src/olap/convert_rowset.cpp:
##
@@ -48,8 +48,9 @@ Status ConvertRowset::do_convert() {
std::unique_ptr output_rs_writer;
RETURN_NOT_OK(_tab
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a change to annotated tag
flink-doris-connector-1.14_2.12-1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git
*** WARNING: tag flink-doris-connector-1.14_2.12-1.1.0 was modified
Lchangliang commented on code in PR #10136:
URL: https://github.com/apache/doris/pull/10136#discussion_r914359306
##
be/src/olap/schema_change.cpp:
##
@@ -1649,8 +1650,8 @@ Status VSchemaChangeWithSorting::_internal_sorting(
MultiBlockMerger merger(new_tablet);
std::
englefly opened a new pull request, #10633:
URL: https://github.com/apache/doris/pull/10633
# Proposed changes
ssb100,
doris_scanner_thread_pool_thread_num=1
sql:
select count(LO_ORDERDATE)
FROM lineorder
WHERE
week(LO_ORDERDATE) = 6;
week() improve
dataroaring closed issue #10403: [Bug] [Fe] master fe wrong when add/drop table
with expanding fe.
URL: https://github.com/apache/doris/issues/10403
--
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
This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new c936abd2a3 [fix](fe) when bdbje adding follo
Lchangliang commented on code in PR #10136:
URL: https://github.com/apache/doris/pull/10136#discussion_r914356254
##
be/src/olap/segment_loader.cpp:
##
@@ -58,16 +59,17 @@ void SegmentLoader::_insert(const SegmentLoader::CacheKey&
key, SegmentLoader::C
}
Status SegmentLoade
yuanyuan8983 opened a new pull request, #10632:
URL: https://github.com/apache/doris/pull/10632
Change dataX doriswriter to create table statement symbol missing problem
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of change
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 43015f11a5 [Improvement] remove `beHttpAddress` in regression test
(#10623)
add 5f5e01b285 [feature-wip](mult
morningman closed issue #10546: [Bug] Hive and hudi exteranal table get wrong
partition prune for some case.
URL: https://github.com/apache/doris/issues/10546
--
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
github-actions[bot] commented on PR #10547:
URL: https://github.com/apache/doris/pull/10547#issuecomment-1175704965
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
englefly opened a new pull request, #10631:
URL: https://github.com/apache/doris/pull/10631
# Proposed changes
1. add evaluate_and_vec() for ComparisonPredicateBase to avoid merging
ret_flags when there are multiple vec_predicates.
2. using ComparisonPrediate directly in SegmentIterato
yinzhijian opened a new pull request, #10630:
URL: https://github.com/apache/doris/pull/10630
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
add betweentocompound rewrite rule for ssb.
for example:
1. A BETWEEN X AND Y ==> A >= X AND A <= Y
2. A
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a change to annotated tag
flink-doris-connector-1.14_2.12-1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git
*** WARNING: tag flink-doris-connector-1.14_2.12-1.1.0 was modified
k-i-d-d commented on code in PR #10409:
URL: https://github.com/apache/doris/pull/10409#discussion_r914338916
##
be/src/runtime/load_channel.h:
##
@@ -39,9 +39,8 @@ class Cache;
// corresponding to a certain load job
class LoadChannel {
public:
-LoadChannel(const UniqueId
k-i-d-d commented on code in PR #10409:
URL: https://github.com/apache/doris/pull/10409#discussion_r914338916
##
be/src/runtime/load_channel.h:
##
@@ -39,9 +39,8 @@ class Cache;
// corresponding to a certain load job
class LoadChannel {
public:
-LoadChannel(const UniqueId
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a change to annotated tag 1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git
*** WARNING: tag 1.1.0 was modified! ***
from 81952c0 (commit)
to 4526367 (tag)
taggin
yiguolei merged PR #10623:
URL: https://github.com/apache/doris/pull/10623
--
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
stalary commented on issue #10495:
URL: https://github.com/apache/doris/issues/10495#issuecomment-1175657126
> > > > Whether your flink service can connect to be node?
> > >
> > >
> > > yes, The ip of the external network can access be, but the ip of the
internal network cannot ac
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 43015f11a5 [Improvement] remove `beHttpAddress`
stalary commented on issue #10625:
URL: https://github.com/apache/doris/issues/10625#issuecomment-1175635501
In mysql, `[42000][1064] You have an error in your SQL syntax; check the
manual that corresponds to your MySQL server version for the right syntax to
use near 'like null' at line 1`,
k-i-d-d opened a new pull request, #10629:
URL: https://github.com/apache/doris/pull/10629
# Proposed changes
Issue Number: close #10583
## Problem Summary:
Motivation
In the previous test, consume mem tracker based on tcmalloc hook is expected
to bring 2% perfor
xy720 commented on code in PR #10385:
URL: https://github.com/apache/doris/pull/10385#discussion_r913922416
##
be/src/vec/functions/array/function_array_remove.h:
##
@@ -0,0 +1,345 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license
JNSimba commented on issue #10495:
URL: https://github.com/apache/doris/issues/10495#issuecomment-1175194809
> > > > Whether your flink service can connect to be node?
> > >
> > >
> > > yes, The ip of the external network can access be, but the ip of the
internal network cannot ac
zhenhb opened a new pull request, #41:
URL: https://github.com/apache/doris-spark-connector/pull/41
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
I want to setting max_filter_ratio greater than 0.
## Checklist(Required)
1. Does it affect the
dataroaring opened a new issue, #10627:
URL: https://github.com/apache/doris/issues/10627
### 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
dev-1.0.1
SWJTU-ZhangLei opened a new pull request, #10626:
URL: https://github.com/apache/doris/pull/10626
be asan mem leak check needs exit app gracefully.
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist
dataroaring merged PR #10593:
URL: https://github.com/apache/doris/pull/10593
--
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.
github-actions[bot] commented on PR #10623:
URL: https://github.com/apache/doris/pull/10623#issuecomment-1175127280
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 #10623:
URL: https://github.com/apache/doris/pull/10623#issuecomment-1175127322
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
dataroaring closed issue #10594: [Bug] Load with orc file meet error: Invalid
column selected xx
URL: https://github.com/apache/doris/issues/10594
--
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
This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 8e364fb848 [fix](load) skip empty orc file (
yiguolei commented on code in PR #10136:
URL: https://github.com/apache/doris/pull/10136#discussion_r913785829
##
be/src/olap/convert_rowset.cpp:
##
@@ -48,8 +48,9 @@ Status ConvertRowset::do_convert() {
std::unique_ptr output_rs_writer;
RETURN_NOT_OK(_tablet
yiguolei commented on code in PR #10136:
URL: https://github.com/apache/doris/pull/10136#discussion_r913785236
##
be/src/olap/compaction.h:
##
@@ -67,7 +67,7 @@ class Compaction {
Status modify_rowsets();
void gc_output_rowset();
-Status construct_output_rowset_w
yiguolei merged PR #10607:
URL: https://github.com/apache/doris/pull/10607
--
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 merged PR #10584:
URL: https://github.com/apache/doris/pull/10584
--
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 1f57fcc4e9 remove duplicate codes from function
yiguolei commented on code in PR #10355:
URL: https://github.com/apache/doris/pull/10355#discussion_r913742274
##
be/src/exprs/function_filter.h:
##
@@ -0,0 +1,43 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements. See t
yiguolei commented on code in PR #10355:
URL: https://github.com/apache/doris/pull/10355#discussion_r913741869
##
be/src/olap/like_column_predicate.h:
##
@@ -0,0 +1,82 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.
github-actions[bot] commented on PR #10355:
URL: https://github.com/apache/doris/pull/10355#issuecomment-1174989497
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.
diwu pushed a change to annotated tag 1.14_2.12-1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git
*** WARNING: tag 1.14_2.12-1.1.0 was modified! ***
from c63390b (commit)
to cb7335e (
yinzhijian opened a new issue, #10625:
URL: https://github.com/apache/doris/issues/10625
### 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
jackwener opened a new pull request, #10624:
URL: https://github.com/apache/doris/pull/10624
# Proposed changes
Issue Number: close #10616
## Problem Summary:
Remove the redundant field in `TSortNode` which exist in `TSortInfo`.
[API-BREAK] This has changed `Th
yiguolei merged PR #10614:
URL: https://github.com/apache/doris/pull/10614
--
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
Gabriel39 opened a new pull request, #10623:
URL: https://github.com/apache/doris/pull/10623
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Remove config `beHttpAddress` from regression test.
Since we can't assume regression environment, it's recom
github-actions[bot] commented on PR #10621:
URL: https://github.com/apache/doris/pull/10621#issuecomment-1174941983
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.
diwu pushed a change to annotated tag 1.14_2.12-1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git
*** WARNING: tag 1.14_2.12-1.1.0 was modified! ***
from e27811b (commit)
to 57e7bb1 (
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 3e87960202 [bugfix] fix bug of vhash join build
yiguolei closed issue #10595: [Bug] be coredump when building RF
URL: https://github.com/apache/doris/issues/10595
--
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
github-actions[bot] commented on PR #10622:
URL: https://github.com/apache/doris/pull/10622#issuecomment-1174925156
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 #10621:
URL: https://github.com/apache/doris/pull/10621#issuecomment-1174924371
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
hello-stephen opened a new pull request, #10622:
URL: https://github.com/apache/doris/pull/10622
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior:
1 - 100 of 153 matches
Mail list logo