Henry2SS commented on a change in pull request #6092:
URL: https://github.com/apache/incubator-doris/pull/6092#discussion_r661176013
##
File path:
fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java
##
@@ -1436,15 +1420,20 @@ public void write(DataOu
Henry2SS commented on a change in pull request #6092:
URL: https://github.com/apache/incubator-doris/pull/6092#discussion_r661176013
##
File path:
fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java
##
@@ -1436,15 +1420,20 @@ public void write(DataOu
BiteThet opened a new pull request #6131:
URL: https://github.com/apache/incubator-doris/pull/6131
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
resolves a feature
Userwhite commented on a change in pull request #6114:
URL: https://github.com/apache/incubator-doris/pull/6114#discussion_r661155984
##
File path: fe/fe-core/src/test/java/org/apache/doris/planner/QueryPlanTest.java
##
@@ -1360,6 +1376,32 @@ public void testAggregateSatisfyOla
morningman commented on pull request #6013:
URL: https://github.com/apache/incubator-doris/pull/6013#issuecomment-871121767
> @morningman @hf200012
> Using StreamLoad to upload large files of 3-7GB will report a "connection
reset" error. Will this patch fix this problem?
No, not r
BiteThet opened a new issue #6130:
URL: https://github.com/apache/incubator-doris/issues/6130
I received a safety issue ticket from the company.
machine name leak:
*
incubator-doris/blob/master/fe/fe-core/src/test/java/org/apache/doris/backup/BrokerStorageTest.java
> xa
qidaye commented on pull request #5996:
URL: https://github.com/apache/incubator-doris/pull/5996#issuecomment-871116423
> hi @qidaye
> I have completed these code changes according your suggestion, I use "git
rebase" to merge these two commits to one, and resubmit the following pr.
Plea
yangzhg commented on a change in pull request #6079:
URL: https://github.com/apache/incubator-doris/pull/6079#discussion_r661137475
##
File path: gensrc/thrift/Types.thrift
##
@@ -66,7 +66,7 @@ enum TPrimitiveType {
DATE,
DATETIME,
BINARY,
- DECIMAL,
+ DECIMAL_DEPRAC
yangzhg commented on a change in pull request #6079:
URL: https://github.com/apache/incubator-doris/pull/6079#discussion_r661137202
##
File path: be/src/exprs/expr_context.cpp
##
@@ -202,25 +202,6 @@ void ExprContext::get_value(TupleRow* row, bool as_ascii,
TColumnValue* col_v
harveyyue commented on pull request #5996:
URL: https://github.com/apache/incubator-doris/pull/5996#issuecomment-871096649
hi @qidaye
I have completed these code changes according your suggestion, I use "git
rebase" to merge these two commits to one, and resubmit the following pr.
Plea
harveyyue opened a new pull request #6129:
URL: https://github.com/apache/incubator-doris/pull/6129
fix the issue #5995
Add the property "dynamic_partition.history_partition_num" to specify the
history partition number when enable create_history_partition to fix the
invalid date format
morningman commented on a change in pull request #6114:
URL: https://github.com/apache/incubator-doris/pull/6114#discussion_r661128958
##
File path: fe/fe-core/src/test/java/org/apache/doris/planner/QueryPlanTest.java
##
@@ -1360,6 +1376,32 @@ public void testAggregateSatisfyOl
morningman commented on a change in pull request #6092:
URL: https://github.com/apache/incubator-doris/pull/6092#discussion_r661125837
##
File path:
fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java
##
@@ -1436,15 +1420,20 @@ public void write(Data
morningman commented on a change in pull request #6079:
URL: https://github.com/apache/incubator-doris/pull/6079#discussion_r661123903
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/ColumnType.java
##
@@ -115,7 +114,8 @@ public static void write(DataOutput out,
JNSimba edited a comment on issue #6124:
URL:
https://github.com/apache/incubator-doris/issues/6124#issuecomment-871083896
The flink1.13.0 **DynamicTableFactory** part has been
updated,flink-doris-connector version may need to be upgraded, It is currently
possible to access doris through
JNSimba commented on issue #6124:
URL:
https://github.com/apache/incubator-doris/issues/6124#issuecomment-871083896
flink-doris-connector version may need to be upgraded, It is currently
possible to access doris through datastream.
--
This is an automated message from the Apache Git Se
JNSimba edited a comment on issue #6118:
URL:
https://github.com/apache/incubator-doris/issues/6118#issuecomment-870501315
support datastream now , flink sql 1.13 will be updated soon
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
morningman commented on a change in pull request #6115:
URL: https://github.com/apache/incubator-doris/pull/6115#discussion_r661097875
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/CreateEncryptKeyStmt.java
##
@@ -0,0 +1,65 @@
+// Licensed to the Apache Soft
ucasFL commented on a change in pull request #6023:
URL: https://github.com/apache/incubator-doris/pull/6023#discussion_r661113651
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/ModifyDistributionClause.java
##
@@ -0,0 +1,57 @@
+// Licensed to the Apache Soft
qidaye opened a new pull request #6128:
URL: https://github.com/apache/incubator-doris/pull/6128
fix #6127
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
resolve
qidaye opened a new issue #6127:
URL: https://github.com/apache/incubator-doris/issues/6127
**Describe the bug**
`show dynamic partition tables;` ReplicationNum of the result is wrong, it's
always default (3).
**To Reproduce**
Steps to reproduce the behavior:
1. create dynam
EmmyMiao87 commented on pull request #5271:
URL: https://github.com/apache/incubator-doris/pull/5271#issuecomment-871065809
Are you still working in this PR? @XKange
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
banjin edited a comment on issue #6124:
URL:
https://github.com/apache/incubator-doris/issues/6124#issuecomment-871065432
> It looks like the jar package conflicts,what is the flink version and
scala version you are using?
flink version: 1.13
scala version: 2.12
@J
banjin commented on issue #6124:
URL:
https://github.com/apache/incubator-doris/issues/6124#issuecomment-871065432
> It looks like the jar package conflicts,what is the flink version and
scala version you are using?
flink version: 1.13
scala version: 2.12
--
This i
EmmyMiao87 commented on a change in pull request #6023:
URL: https://github.com/apache/incubator-doris/pull/6023#discussion_r661098615
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java
##
@@ -5545,6 +5547,76 @@ public void replayModifyTableProperty(sh
Henry2SS commented on pull request #6092:
URL: https://github.com/apache/incubator-doris/pull/6092#issuecomment-871062545
> Better refactor the statistic
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
EmmyMiao87 commented on a change in pull request #6083:
URL: https://github.com/apache/incubator-doris/pull/6083#discussion_r661097089
##
File path: fe/fe-core/src/main/java/org/apache/doris/rewrite/ExprRewriter.java
##
@@ -36,11 +37,17 @@
public class ExprRewriter {
priv
lqjack commented on issue #6123:
URL:
https://github.com/apache/incubator-doris/issues/6123#issuecomment-871060126
@stdpain thanks reply, Could you provide the link which download the Doris
image ?
--
This is an automated message from the Apache Git Service.
To respond to the message,
JNSimba commented on issue #6124:
URL:
https://github.com/apache/incubator-doris/issues/6124#issuecomment-871059880
It looks like the jar package conflicts,what is the flink version and scala
version you are using?
--
This is an automated message from the Apache Git Service.
To respond
lqjack commented on issue #6123:
URL:
https://github.com/apache/incubator-doris/issues/6123#issuecomment-871059628
docker update --memory 20g --memory-swap -1 858a683c2ac4
still same issue
--
This is an automated message from the Apache Git Service.
To respond to the message, please
BiteThet opened a new pull request #6126:
URL: https://github.com/apache/incubator-doris/pull/6126
## Proposed changes
I add a blank line , and remove some blank.
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes
BiteThet opened a new issue #6125:
URL: https://github.com/apache/incubator-doris/issues/6125
I found a problem, resulting in an abnormal display on CREATE TABLE.md.

--
morningman commented on a change in pull request #6117:
URL: https://github.com/apache/incubator-doris/pull/6117#discussion_r661087822
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java
##
@@ -628,16 +630,50 @@ private void handleShowTableStatus() thro
banjin opened a new issue #6124:
URL: https://github.com/apache/incubator-doris/issues/6124
Traceback (most recent call last):
File "mysql_to_doris.py", line 142, in
t_env.execute_sql(sql).wait()
File
"/Library/Python/3.7/site-packages/pyflink/table/table_environment.py",
stdpain commented on issue #6123:
URL:
https://github.com/apache/incubator-doris/issues/6123#issuecomment-871054249
It looks like the link failed due to insufficient memory on the compiling
machine
You could try to increase your SWAP disk
--
This is an automated message from the Apa
lqjack opened a new issue #6123:
URL: https://github.com/apache/incubator-doris/issues/6123
y-assignment; use assignment or value-initialization instead
[-Wclass-memaccess]
131 | memset(_array, 0, sizeof(_array));
| ~~^~~
Henry2SS closed pull request #6092:
URL: https://github.com/apache/incubator-doris/pull/6092
--
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: commi
Henry2SS removed a comment on pull request #6092:
URL: https://github.com/apache/incubator-doris/pull/6092#issuecomment-871039594
> Better refactor the statistic
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
Henry2SS commented on pull request #6092:
URL: https://github.com/apache/incubator-doris/pull/6092#issuecomment-871039594
> Better refactor the statistic
--
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
morningman edited a comment on pull request #6107:
URL: https://github.com/apache/incubator-doris/pull/6107#issuecomment-871038485
Hi @huzk8 ,this PR #6111 has been merged, please move the `doriswriter` dir
to the `extension/DataX/doriswriter`.
A little difference, it is `extension/DataX
morningman commented on pull request #6107:
URL: https://github.com/apache/incubator-doris/pull/6107#issuecomment-871038485
Hi @huzk8 ,this PR #6111 has been merged, please move the `doriswriter` dir
to the `extension/DataX/doriswriter`.
--
This is an automated message from the Apache Gi
morningman merged pull request #6111:
URL: https://github.com/apache/incubator-doris/pull/6111
--
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: com
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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new b69ebc3 [Extension] Add DataX dori
harveyyue removed a comment on pull request #5996:
URL: https://github.com/apache/incubator-doris/pull/5996#issuecomment-871034801
> Hi @harveyyue , thanks for your PR.
>
> > one more thing, i want to keep 100 partitions with set
dynamic_partition.start=-100, and want to create 20 ol
harveyyue closed pull request #5996:
URL: https://github.com/apache/incubator-doris/pull/5996
--
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: comm
harveyyue commented on pull request #5996:
URL: https://github.com/apache/incubator-doris/pull/5996#issuecomment-871034801
> Hi @harveyyue , thanks for your PR.
>
> > one more thing, i want to keep 100 partitions with set
dynamic_partition.start=-100, and want to create 20 old partit
morningman merged pull request #6069:
URL: https://github.com/apache/incubator-doris/pull/6069
--
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: com
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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 6441a4c [Metrics] Add metrics for
morningman closed issue #6068:
URL: https://github.com/apache/incubator-doris/issues/6068
--
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-
morningman merged pull request #6053:
URL: https://github.com/apache/incubator-doris/pull/6053
--
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: com
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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new ce49fa5 [Bug][DynamicPartition] Ta
morningman closed issue #6052:
URL: https://github.com/apache/incubator-doris/issues/6052
--
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-
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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new f254870 [Optimize] Put _Tuple_ptrs
morningman closed issue #6037:
URL: https://github.com/apache/incubator-doris/issues/6037
--
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-
morningman merged pull request #6036:
URL: https://github.com/apache/incubator-doris/pull/6036
--
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: com
morningman closed issue #5959:
URL: https://github.com/apache/incubator-doris/issues/5959
--
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-
morningman merged pull request #5934:
URL: https://github.com/apache/incubator-doris/pull/5934
--
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: com
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/incubator-doris.git.
from a475d3e [Bug][Export]ExportJob ErrorMsg is UNKNOWN when job cancelled
cause by time out (#5915)
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/incubator-doris.git.
from e3899aa [Metrics] Add tablet count on different status metrics (#5787)
add a475d3e [Bug][Export]E
morningman merged pull request #5915:
URL: https://github.com/apache/incubator-doris/pull/5915
--
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: com
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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new e3899aa [Metrics] Add tablet count
morningman merged pull request #5787:
URL: https://github.com/apache/incubator-doris/pull/5787
--
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: com
morningman commented on pull request #6120:
URL: https://github.com/apache/incubator-doris/pull/6120#issuecomment-870734242
> ReadLock rdlock(&_meta_lock);
> for (const auto& it : _rs_version_map) {
> res.emplace_back(it.first, it.second);
> }
> return res;
morningman opened a new pull request #6122:
URL: https://github.com/apache/incubator-doris/pull/6122
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
resolves a feature re
xinyiZzz opened a new pull request #6121:
URL: https://github.com/apache/incubator-doris/pull/6121
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
resolves a feature requ
stdpain commented on pull request #6120:
URL: https://github.com/apache/incubator-doris/pull/6120#issuecomment-870554424
Is it a better way to provide a method such as
```
std::vector>
Tablet::acquire_version_and_rowset() const {
std::vector> res;
ReadLock rdlock(&_meta_
qidaye commented on pull request #5996:
URL: https://github.com/apache/incubator-doris/pull/5996#issuecomment-870451825
Hi @harveyyue , thanks for your PR.
> one more thing, i want to keep 100 partitions with set
dynamic_partition.start=-100, and want to create 20 old partitions rather t
xinyiZzz commented on issue #6075:
URL:
https://github.com/apache/incubator-doris/issues/6075#issuecomment-870377767
@xinghuayu007 If the left table has only 1000 rows of data, the use of
runtime filter may result in performance degradation, even if only the smallest
overhead `IN` filter
wangbo closed issue #6009:
URL: https://github.com/apache/incubator-doris/issues/6009
--
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-unsu
yangzhg merged pull request #6030:
URL: https://github.com/apache/incubator-doris/pull/6030
--
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: commit
yangzhg merged pull request #6097:
URL: https://github.com/apache/incubator-doris/pull/6097
--
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: commit
stalary commented on issue #6103:
URL:
https://github.com/apache/incubator-doris/issues/6103#issuecomment-870189635
ruleId | user | rule
--
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 spec
JNSimba commented on issue #6118:
URL:
https://github.com/apache/incubator-doris/issues/6118#issuecomment-870501315
support
--
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.
HappenLee commented on a change in pull request #6051:
URL: https://github.com/apache/incubator-doris/pull/6051#discussion_r660254448
##
File path: be/src/runtime/decimalv2_value.cpp
##
@@ -192,7 +192,7 @@ DecimalV2Value operator/(const DecimalV2Value& v1, const
DecimalV2Value
yangzhg closed issue #6078:
URL: https://github.com/apache/incubator-doris/issues/6078
--
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-uns
yangzhg merged pull request #6104:
URL: https://github.com/apache/incubator-doris/pull/6104
--
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: commit
wangbo merged pull request #6087:
URL: https://github.com/apache/incubator-doris/pull/6087
--
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
stalary edited a comment on issue #6103:
URL:
https://github.com/apache/incubator-doris/issues/6103#issuecomment-870189635
ruleId | user | rule
111| test_user | select * from .*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
morningman commented on a change in pull request #6027:
URL: https://github.com/apache/incubator-doris/pull/6027#discussion_r659895133
##
File path: gensrc/thrift/DataSinks.thrift
##
@@ -114,7 +114,10 @@ struct TExportSink {
4: required string line_delimiter
// proper
stalary closed pull request #6067:
URL: https://github.com/apache/incubator-doris/pull/6067
--
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: commit
morningman commented on a change in pull request #6023:
URL: https://github.com/apache/incubator-doris/pull/6023#discussion_r659902634
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java
##
@@ -5545,6 +5547,74 @@ public void replayModifyTableProperty(sh
stalary commented on pull request #6102:
URL: https://github.com/apache/incubator-doris/pull/6102#issuecomment-869710891
wait support string
--
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 s
morningman commented on a change in pull request #6051:
URL: https://github.com/apache/incubator-doris/pull/6051#discussion_r659909692
##
File path: be/src/runtime/decimalv2_value.cpp
##
@@ -192,7 +192,7 @@ DecimalV2Value operator/(const DecimalV2Value& v1, const
DecimalV2Valu
morningman commented on a change in pull request #6056:
URL: https://github.com/apache/incubator-doris/pull/6056#discussion_r659912769
##
File path: docs/.vuepress/sidebar/zh-CN.js
##
@@ -546,6 +546,7 @@ module.exports = [
"debug-tool",
"fe-eclipse-dev",
morningman commented on a change in pull request #6083:
URL: https://github.com/apache/incubator-doris/pull/6083#discussion_r659923262
##
File path: fe/fe-core/src/main/java/org/apache/doris/rewrite/ExprRewriter.java
##
@@ -36,11 +37,17 @@
public class ExprRewriter {
priv
ucasFL commented on a change in pull request #6023:
URL: https://github.com/apache/incubator-doris/pull/6023#discussion_r659925578
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java
##
@@ -5545,6 +5547,74 @@ public void replayModifyTableProperty(short
morningman commented on pull request #6069:
URL: https://github.com/apache/incubator-doris/pull/6069#issuecomment-869804215
> Is this metric can dispplay in grafana?
We need to update grafana template
--
This is an automated message from the Apache Git Service.
To respond to the me
hf200012 commented on a change in pull request #6056:
URL: https://github.com/apache/incubator-doris/pull/6056#discussion_r659914771
##
File path: docs/.vuepress/sidebar/zh-CN.js
##
@@ -546,6 +546,7 @@ module.exports = [
"debug-tool",
"fe-eclipse-dev",
stalary commented on pull request #6110:
URL: https://github.com/apache/incubator-doris/pull/6110#issuecomment-869760105
--
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
stdpain commented on pull request #6120:
URL: https://github.com/apache/incubator-doris/pull/6120#issuecomment-870554424
Is it a better way to provide a method such as
```
std::vector>
Tablet::acquire_version_and_rowset() const {
std::vector> res;
ReadLock rdlock(&_meta_
morningman opened a new pull request #6120:
URL: https://github.com/apache/incubator-doris/pull/6120
## Proposed changes
Alter doing schema change job, Doris will check all rowsets of the new
tablet.
It will first get all versions of the new tablet by calling
`rowset->list_versio
morningman opened a new issue #6119:
URL: https://github.com/apache/incubator-doris/issues/6119
**Describe the bug**
```
#0 0x019fb29f in doris::SchemaChangeHandler::_validate_alter_result
(this=, new_tablet=std::shared_ptr (use count 3,
weak count 1) = {...}, request=...)
JNSimba commented on issue #6118:
URL:
https://github.com/apache/incubator-doris/issues/6118#issuecomment-870501315
support
--
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.
Albus001 opened a new issue #6118:
URL: https://github.com/apache/incubator-doris/issues/6118
请问这个连接器支持flink1.13.0吗?
--
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 uns
qidaye commented on pull request #5996:
URL: https://github.com/apache/incubator-doris/pull/5996#issuecomment-870451825
Hi @harveyyue , thanks for your PR.
> one more thing, i want to keep 100 partitions with set
dynamic_partition.start=-100, and want to create 20 old partitions rather t
yangzhg opened a new pull request #6117:
URL: https://github.com/apache/incubator-doris/pull/6117
## Proposed changes
Add update time to show table status result
```
MySQL [test_query_qa]> show table status;
+--++-++--+
xinyiZzz commented on issue #6075:
URL:
https://github.com/apache/incubator-doris/issues/6075#issuecomment-870377767
@xinghuayu007 If the left table has only 1000 rows of data, the use of
runtime filter may result in performance degradation, even if only the smallest
overhead `IN` filter
xinyiZzz opened a new issue #6116:
URL: https://github.com/apache/incubator-doris/issues/6116
# Runtime Filtering for Doris[zh-CN]
Runtime
filter的概念、在Doris中的现状、BE的实现思路,见:https://github.com/apache/incubator-doris/issues/6075
Impala runtime filter的源码解析见:
https://docs.google.com/documen
98 matches
Mail list logo