morningman commented on issue #3419:
URL:
https://github.com/apache/incubator-doris/issues/3419#issuecomment-1030772806
Sorry I have no idea about this error...
Have you try it again?
And be sure that you have subscribed the dev@doris mail list, or you may not
be able to receive
dongweizhao commented on pull request #7915:
URL: https://github.com/apache/incubator-doris/pull/7915#issuecomment-1030775885
> `substr` have overload `substr(str,pos)`, could you please add this to
document?
Yes, I will add it after I verify it @BiteThet
--
This is an au
morningman commented on a change in pull request #6650:
URL: https://github.com/apache/incubator-doris/pull/6650#discussion_r800152957
##
File path: fe/fe-core/src/main/java/org/apache/doris/alter/Alter.java
##
@@ -490,6 +496,7 @@ private void replaceTableInternal(Database db,
morningman commented on a change in pull request #7936:
URL: https://github.com/apache/incubator-doris/pull/7936#discussion_r800157381
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/ConnectScheduler.java
##
@@ -96,50 +94,50 @@ public boolean submit(ConnectContext co
caiconghui commented on a change in pull request #7936:
URL: https://github.com/apache/incubator-doris/pull/7936#discussion_r800158119
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/ConnectScheduler.java
##
@@ -96,50 +94,50 @@ public boolean submit(ConnectContext co
morningman commented on a change in pull request #7940:
URL: https://github.com/apache/incubator-doris/pull/7940#discussion_r800158250
##
File path:
fe/fe-core/src/main/java/org/apache/doris/tablefunction/TableFunction.java
##
@@ -0,0 +1,50 @@
+// Licensed to the Apache Softwa
caiconghui commented on a change in pull request #7936:
URL: https://github.com/apache/incubator-doris/pull/7936#discussion_r800158642
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java
##
@@ -471,8 +471,9 @@ public void exec() throws Exception {
caiconghui commented on a change in pull request #6650:
URL: https://github.com/apache/incubator-doris/pull/6650#discussion_r800160238
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Table.java
##
@@ -54,6 +57,8 @@
// assume that the time a lock is held by
caiconghui commented on a change in pull request #6650:
URL: https://github.com/apache/incubator-doris/pull/6650#discussion_r800160997
##
File path: fe/fe-core/src/main/java/org/apache/doris/alter/Alter.java
##
@@ -415,27 +417,31 @@ private void processReplaceTable(Database db,
caiconghui commented on a change in pull request #6650:
URL: https://github.com/apache/incubator-doris/pull/6650#discussion_r800161021
##
File path: fe/fe-core/src/main/java/org/apache/doris/backup/RestoreJob.java
##
@@ -1576,7 +1592,9 @@ public void cancelInternal(boolean isRe
dataroaring opened a new pull request #7949:
URL: https://github.com/apache/incubator-doris/pull/7949
CMAKE_BUILD_DIR is set while building be. "build.sh --clean" just
cleans and exits, however clean_be does not works without
CMAKE_BUILD_DIR set. This patch set CMAKE_BUILD_DIR in clean
morningman commented on a change in pull request #6650:
URL: https://github.com/apache/incubator-doris/pull/6650#discussion_r800196812
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Table.java
##
@@ -54,6 +57,8 @@
// assume that the time a lock is held by
morningman commented on issue #3419:
URL:
https://github.com/apache/incubator-doris/issues/3419#issuecomment-1030861581
>
Or do you use any other IM such as Slack or Telegram?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
rinkydevi commented on issue #3419:
URL:
https://github.com/apache/incubator-doris/issues/3419#issuecomment-1030878672
@morningman yes sir!
i have telegram:-
https://t.me/rinky_s01
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
yangzhg commented on a change in pull request #7939:
URL: https://github.com/apache/incubator-doris/pull/7939#discussion_r800265696
##
File path: gensrc/proto/types.proto
##
@@ -63,3 +63,36 @@ message PUniqueId {
required int64 lo = 2;
};
+message PDataType {
+enum
yangzhg commented on a change in pull request #7519:
URL: https://github.com/apache/incubator-doris/pull/7519#discussion_r800267157
##
File path: gensrc/proto/types.proto
##
@@ -63,3 +67,150 @@ message PUniqueId {
required int64 lo = 2;
};
+message PGenericType {
Revie
caoliang-web opened a new pull request #7950:
URL: https://github.com/apache/incubator-doris/pull/7950
# Proposed changes
1.Modify the content of the code comments in the file_helper.cpp file
2.Modify the content of the code comments in the file_helper.h file
## Problem Summ
morningman commented on a change in pull request #7936:
URL: https://github.com/apache/incubator-doris/pull/7936#discussion_r800281317
##
File path: fe/fe-core/src/main/java/org/apache/doris/qe/ConnectScheduler.java
##
@@ -96,50 +94,50 @@ public boolean submit(ConnectContext co
github-actions[bot] commented on pull request #7936:
URL: https://github.com/apache/incubator-doris/pull/7936#issuecomment-1031017053
--
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
github-actions[bot] commented on pull request #6650:
URL: https://github.com/apache/incubator-doris/pull/6650#issuecomment-1031038197
--
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
dataroaring opened a new pull request #7951:
URL: https://github.com/apache/incubator-doris/pull/7951
This patch contributes a performance test framework to doris for ci/cd
by learning from ClickHouse's. Performance results is computed by
using clickhouse, maybe we should use doris ins
github-actions[bot] commented on pull request #7950:
URL: https://github.com/apache/incubator-doris/pull/7950#issuecomment-1031091591
--
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
dataroaring commented on pull request #7951:
URL: https://github.com/apache/incubator-doris/pull/7951#issuecomment-1031096853
Here is an example of result.
https://doris-build.oss-cn-beijing.aliyuncs.com/doris-test-reports/1/192ec94f1541b1d0c053f3ba3f885ceca9a045a6/performance/output.7z
-
morningman commented on pull request #7951:
URL: https://github.com/apache/incubator-doris/pull/7951#issuecomment-1031108305
Hi @dataroaring , thanks for you contribution.
This is a huge PR, I think it is better to discuss about it, or at least add
document to explain how it works and ho
qzsee opened a new pull request #7952:
URL: https://github.com/apache/incubator-doris/pull/7952
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior:
qzsee opened a new issue #7953:
URL: https://github.com/apache/incubator-doris/issues/7953
### 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
smallhibiscus closed pull request #7847:
URL: https://github.com/apache/incubator-doris/pull/7847
--
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:
smallhibiscus opened a new pull request #7954:
URL: https://github.com/apache/incubator-doris/pull/7954
# Proposed changes
1. Added http interface return example in table-schema-action.md.
2. Correct typos in the document in error.md.
3. Modify the content of the code comments i
smallhibiscus closed pull request #7954:
URL: https://github.com/apache/incubator-doris/pull/7954
--
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:
yiguolei commented on a change in pull request #7940:
URL: https://github.com/apache/incubator-doris/pull/7940#discussion_r800350506
##
File path:
fe/fe-core/src/main/java/org/apache/doris/tablefunction/TableFunction.java
##
@@ -0,0 +1,50 @@
+// Licensed to the Apache Software
yiguolei commented on pull request #7949:
URL: https://github.com/apache/incubator-doris/pull/7949#issuecomment-1031136714
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 comme
smallhibiscus opened a new pull request #7955:
URL: https://github.com/apache/incubator-doris/pull/7955
…ucture information
# Proposed changes
1. Added http interface return example in table-schema-action.md.
2. Correct typos in the document in error.md.
3. Modify the con
github-actions[bot] commented on pull request #7519:
URL: https://github.com/apache/incubator-doris/pull/7519#issuecomment-1031153214
--
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
morningman commented on pull request #7519:
URL: https://github.com/apache/incubator-doris/pull/7519#issuecomment-1031154316
Document need to be added later
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
HappenLee opened a new issue #7956:
URL: https://github.com/apache/incubator-doris/issues/7956
### 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 #7957:
URL: https://github.com/apache/incubator-doris/pull/7957
# Proposed changes
Issue Number: close #7956
## Problem Summary:
Support vtablet sink to enable `insert into query` in vec query engine
## Checklist(Required)
HappenLee opened a new issue #7958:
URL: https://github.com/apache/incubator-doris/issues/7958
### 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
vect
37 matches
Mail list logo