doudianer commented on issue #7209:
URL:
https://github.com/apache/incubator-doris/issues/7209#issuecomment-981052992
Thank you. I found doris.batch.size: batch size for reading and writing. The
size I set is 500, which is very good in my business scenario.
--
This is an
doudianer closed issue #7209:
URL: https://github.com/apache/incubator-doris/issues/7209
--
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-u
xinyiZzz opened a new pull request #7234:
URL: https://github.com/apache/incubator-doris/pull/7234
## Proposed changes
save query_id, fragment_instance_id, MemTracker, etc.
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the
HappenLee opened a new issue #7235:
URL: https://github.com/apache/incubator-doris/issues/7235
### 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
HappenLee opened a new pull request #7236:
URL: https://github.com/apache/incubator-doris/pull/7236
## Proposed changes
Support SIMD function in some string function:lrtim,rtrim,trim,reverse,hex
## Types of changes
What types of changes does your code introduce to Doris?
Author: morningman
Date: Mon Nov 29 02:09:08 2021
New Revision: 51118
Log:
Release 0.15.0
Added:
release/incubator/doris/0.15.0-incubating/
release/incubator/doris/0.15.0-incubating/apache-doris-0.15.0-incubating-src.tar.gz
(with props)
release/incubator/doris/0.15.0-incubating/a
aihai commented on pull request #7210:
URL: https://github.com/apache/incubator-doris/pull/7210#issuecomment-981234224
Thank you for reply.
2. Sink: Yes, only support one import format for Rowdata.
``DorisDynamicOutputFormat.addBatch`` and ``DorisDynamicOutputFormat.flush``
may
EmmyMiao87 commented on issue #7212:
URL:
https://github.com/apache/incubator-doris/issues/7212#issuecomment-981237887
这个查询规划如果顶层 join 改为shuffle 后,不是会传输更多的数据?为何从 broadcast 改为shuffle 后反而效率变高了?
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
Author: morningman
Date: Mon Nov 29 02:54:03 2021
New Revision: 51120
Log:
delete old 0.14 release dir
Removed:
release/incubator/doris/0.14.0-incubating/
-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For a
Author: morningman
Date: Mon Nov 29 02:54:24 2021
New Revision: 51121
Log:
delete old 0.14 release dir
Removed:
dev/incubator/doris/0.14/
-
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional command
391518331 opened a new issue #7238:
URL: https://github.com/apache/incubator-doris/issues/7238
### 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
0.15
xinghuayu007 commented on a change in pull request #7149:
URL: https://github.com/apache/incubator-doris/pull/7149#discussion_r758022832
##
File path: fe/fe-core/src/main/java/org/apache/doris/analysis/DataSortInfo.java
##
@@ -0,0 +1,104 @@
+// Licensed to the Apache Software F
xinghuayu007 commented on a change in pull request #7149:
URL: https://github.com/apache/incubator-doris/pull/7149#discussion_r758023485
##
File path: fe/fe-core/src/main/java/org/apache/doris/analysis/DataSortInfo.java
##
@@ -0,0 +1,104 @@
+// Licensed to the Apache Software F
xinghuayu007 commented on a change in pull request #7149:
URL: https://github.com/apache/incubator-doris/pull/7149#discussion_r758023528
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java
##
@@ -197,6 +199,12 @@ public boolean dynamicPartitionExists(
xinghuayu007 commented on a change in pull request #7149:
URL: https://github.com/apache/incubator-doris/pull/7149#discussion_r758023592
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java
##
@@ -197,6 +199,12 @@ public boolean dynamicPartitionExists(
xinghuayu007 commented on a change in pull request #7149:
URL: https://github.com/apache/incubator-doris/pull/7149#discussion_r758023696
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java
##
@@ -1714,6 +1729,10 @@ public TStorageFormat getStorageForm
xinghuayu007 commented on a change in pull request #7149:
URL: https://github.com/apache/incubator-doris/pull/7149#discussion_r758023835
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/TableProperty.java
##
@@ -137,6 +151,11 @@ public void modifyTableProperties(
xinghuayu007 commented on a change in pull request #7149:
URL: https://github.com/apache/incubator-doris/pull/7149#discussion_r758024143
##
File path: fe/fe-core/src/main/java/org/apache/doris/task/CreateReplicaTask.java
##
@@ -165,6 +202,10 @@ public TCreateTabletReq toThrift(
xinghuayu007 commented on a change in pull request #7149:
URL: https://github.com/apache/incubator-doris/pull/7149#discussion_r758024931
##
File path: be/test/olap/skiplist_test.cpp
##
@@ -268,7 +271,7 @@ class ConcurrentTest {
ConcurrentTest()
: _mem_tracker(
391518331 commented on issue #7238:
URL:
https://github.com/apache/incubator-doris/issues/7238#issuecomment-981276259
how to fix
--
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 com
caiconghui opened a new issue #7239:
URL: https://github.com/apache/incubator-doris/issues/7239
### 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
caiconghui opened a new pull request #7240:
URL: https://github.com/apache/incubator-doris/pull/7240
…
## 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 f
jackwener opened a new issue #7241:
URL: https://github.com/apache/incubator-doris/issues/7241
### 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
spaces-X commented on a change in pull request #7180:
URL: https://github.com/apache/incubator-doris/pull/7180#discussion_r758056453
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java
##
@@ -1238,6 +1238,13 @@ private void handleInsertStmt() throws Exc
jackwener opened a new pull request #7242:
URL: https://github.com/apache/incubator-doris/pull/7242
## 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 req
jackwener commented on pull request #7242:
URL: https://github.com/apache/incubator-doris/pull/7242#issuecomment-981319635
I forgot to edit information.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above t
jackwener removed a comment on pull request #7242:
URL: https://github.com/apache/incubator-doris/pull/7242#issuecomment-981319635
I forgot to edit information.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
jackwener opened a new issue #7243:
URL: https://github.com/apache/incubator-doris/issues/7243
### 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
renzhimin7 closed issue #7165:
URL: https://github.com/apache/incubator-doris/issues/7165
--
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 opened a new pull request #7244:
URL: https://github.com/apache/incubator-doris/pull/7244
## Proposed changes
Also modify some steps in release processing document
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in t
391518331 opened a new issue #7245:
URL: https://github.com/apache/incubator-doris/issues/7245
### 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
0.15
github-actions[bot] commented on pull request #7244:
URL: https://github.com/apache/incubator-doris/pull/7244#issuecomment-981344306
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 Git
github-actions[bot] commented on pull request #7244:
URL: https://github.com/apache/incubator-doris/pull/7244#issuecomment-981344288
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, plea
33 matches
Mail list logo