EmmyMiao87 commented on a change in pull request #6172:
URL: https://github.com/apache/incubator-doris/pull/6172#discussion_r665089544
##
File path:
fe/fe-core/src/main/java/org/apache/doris/planner/DistributedPlanner.java
##
@@ -683,9 +678,14 @@ private boolean canBucketShuff
HappenLee opened a new pull request #6172:
URL: https://github.com/apache/incubator-doris/pull/6172
## Proposed changes
Fix the bug #6171
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x` in the boxes that apply_
- [x] Bu
HappenLee opened a new issue #6171:
URL: https://github.com/apache/incubator-doris/issues/6171
**Describe the bug**
create table and load data
```
create table T_DORIS_A
(
ID bigint not null,
APPLY_CRCL bigint(19)
)ENGINE=OLAP
UNIQUE KEY(`ID`)
COMMENT "T_DORIS_A"
ucasfl commented on pull request #6023:
URL: https://github.com/apache/incubator-doris/pull/6023#issuecomment-875293746
> The NewDorisTest(p0) didn't passed. Maybe you should rebase master.
Thanks, all tests passed now.
--
This is an automated message from the Apache Git Service.
T
yedajiang44 opened a new issue #6170:
URL: https://github.com/apache/incubator-doris/issues/6170
按照文档对表进行动态分区转换
```SQL
ALTER TABLE example_db.`Location` SET
(
"dynamic_partition.enable" = "true",
"dynamic_partition.time_unit" = "DAY",
"dynamic_partition.time_zon
EmmyMiao87 commented on pull request #6023:
URL: https://github.com/apache/incubator-doris/pull/6023#issuecomment-875224122
The NewDorisTest(p0) didn't passed. Maybe you should rebase master.
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
EmmyMiao87 merged pull request #6163:
URL: https://github.com/apache/incubator-doris/pull/6163
--
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.
lingmiao 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 e312c0f Fix null pointer exception i
EmmyMiao87 closed issue #6162:
URL: https://github.com/apache/incubator-doris/issues/6162
--
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 198ba78 [Feature] Add update time
morningman merged pull request #6117:
URL: https://github.com/apache/incubator-doris/pull/6117
--
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 d6e6c78 [Feature] ADD: show create routine load (#6110)
add 739c026 [refactor] Remove decimal v1
morningman merged pull request #6079:
URL: https://github.com/apache/incubator-doris/pull/6079
--
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
sniperxing commented on issue #5760:
URL:
https://github.com/apache/incubator-doris/issues/5760#issuecomment-874751235
> > sequence在flink doris connecter中如何设置呢?我看文档中没有对应的参数
>
> Set when the table is created
>
http://doris.apache.org/master/zh-CN/administrator-guide/lo
morningman commented on a change in pull request #6159:
URL: https://github.com/apache/incubator-doris/pull/6159#discussion_r664426679
##
File path:
fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/UserProperty.java
##
@@ -74,6 +72,9 @@
private String qualifiedUs
yangzhg commented on pull request #6168:
URL: https://github.com/apache/incubator-doris/pull/6168#issuecomment-874569606
you should create an ISSUE to describe this bug
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
BiteThet commented on a change in pull request #6168:
URL: https://github.com/apache/incubator-doris/pull/6168#discussion_r664305652
##
File path: be/src/olap/storage_engine.cpp
##
@@ -681,6 +686,10 @@ OLAPStatus StorageEngine::_start_trash_sweep(double*
usage) {
retu
arthur-zhang commented on a change in pull request #6133:
URL: https://github.com/apache/incubator-doris/pull/6133#discussion_r664260436
##
File path: fe/fe-core/src/main/cup/sql_parser.cup
##
@@ -3509,6 +3509,11 @@ select_hints_list ::=
:}
;
+sql_no_cache ::=
Revi
yangzhg commented on a change in pull request #6133:
URL: https://github.com/apache/incubator-doris/pull/6133#discussion_r664257174
##
File path: fe/fe-core/src/main/cup/sql_parser.cup
##
@@ -3509,6 +3509,11 @@ select_hints_list ::=
:}
;
+sql_no_cache ::=
Review co
pp85224 commented on issue #6144:
URL:
https://github.com/apache/incubator-doris/issues/6144#issuecomment-874422578
> 这个镜像更新了,重新pull一下
> 可以对比一下 image id
> http://doris.incubator.apache.org/master/zh-CN/installing/compilation.html
已经是dockerhub上最新的了,感觉是镜像未更新,所以image id不一致
![i
morningman commented on a change in pull request #6161:
URL: https://github.com/apache/incubator-doris/pull/6161#discussion_r664418679
##
File path: gensrc/thrift/PlanNodes.thrift
##
@@ -114,8 +114,7 @@ struct THdfsConf {
}
struct THdfsParams {
-1: optional string host
yangzhg commented on a change in pull request #6168:
URL: https://github.com/apache/incubator-doris/pull/6168#discussion_r664303494
##
File path: be/src/olap/storage_engine.cpp
##
@@ -681,6 +686,10 @@ OLAPStatus StorageEngine::_start_trash_sweep(double*
usage) {
return re
BiteThet commented on pull request #6168:
URL: https://github.com/apache/incubator-doris/pull/6168#issuecomment-874537865
>
>
> tranlate those comment into English
done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
JNSimba commented on a change in pull request #6165:
URL: https://github.com/apache/incubator-doris/pull/6165#discussion_r664427266
##
File path:
extension/flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicOutputFormat.java
##
@@ -118,7 +118,8 @@ pri
WindyGao commented on issue #6144:
URL:
https://github.com/apache/incubator-doris/issues/6144#issuecomment-874457955
--
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
morningman commented on a change in pull request #6165:
URL: https://github.com/apache/incubator-doris/pull/6165#discussion_r664417096
##
File path:
extension/flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicOutputFormat.java
##
@@ -118,7 +118,8 @@
stdpain commented on issue #6144:
URL:
https://github.com/apache/incubator-doris/issues/6144#issuecomment-874082123
这个镜像更新了,重新pull一下
可以对比一下 image id
http://doris.incubator.apache.org/master/zh-CN/installing/compilation.html
--
This is an automated message from the Apache Git Servic
hf200012 commented on a change in pull request #6154:
URL: https://github.com/apache/incubator-doris/pull/6154#discussion_r663733418
##
File path: docs/en/administrator-guide/runtime-filter.md
##
@@ -0,0 +1,223 @@
+---
+{
+"title": "Runtime Filter",
+"language": "en"
+}
morningman commented on issue #6155:
URL:
https://github.com/apache/incubator-doris/issues/6155#issuecomment-874076658
It may happen. In currently implements, the table level read/write lock will
cause this problem. You can see #6136.
You can simple check if table is null and return in
banjin commented on issue #6137:
URL:
https://github.com/apache/incubator-doris/issues/6137#issuecomment-873994024
好的,已经找到原因了,由于网络环境导致,1.11版本可以正常写入,非常感谢
@JNSimba
希望1.13版本能够尽早更新,祝好
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
xinyiZzz commented on a change in pull request #6154:
URL: https://github.com/apache/incubator-doris/pull/6154#discussion_r663752066
##
File path: docs/en/administrator-guide/runtime-filter.md
##
@@ -0,0 +1,223 @@
+---
+{
+"title": "Runtime Filter",
+"language": "en"
+}
JNSimba commented on pull request #5375:
URL: https://github.com/apache/incubator-doris/pull/5375#issuecomment-873882478
--
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
xhmz commented on pull request #5375:
URL: https://github.com/apache/incubator-doris/pull/5375#issuecomment-873885377
enable_http_server_v2 ?
--
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
ucasfl commented on a change in pull request #6023:
URL: https://github.com/apache/incubator-doris/pull/6023#discussion_r663838345
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/ModifyDistributionClause.java
##
@@ -0,0 +1,57 @@
+// Licensed to the Apache Soft
JNSimba commented on a change in pull request #6165:
URL: https://github.com/apache/incubator-doris/pull/6165#discussion_r664427266
##
File path:
extension/flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicOutputFormat.java
##
@@ -118,7 +118,8 @@ pri
morningman commented on a change in pull request #6161:
URL: https://github.com/apache/incubator-doris/pull/6161#discussion_r664418679
##
File path: gensrc/thrift/PlanNodes.thrift
##
@@ -114,8 +114,7 @@ struct THdfsConf {
}
struct THdfsParams {
-1: optional string host
morningman commented on a change in pull request #6165:
URL: https://github.com/apache/incubator-doris/pull/6165#discussion_r664417096
##
File path:
extension/flink-doris-connector/src/main/java/org/apache/doris/flink/table/DorisDynamicOutputFormat.java
##
@@ -118,7 +118,8 @@
yangzhg commented on a change in pull request #6168:
URL: https://github.com/apache/incubator-doris/pull/6168#discussion_r664350482
##
File path: be/src/olap/storage_engine.cpp
##
@@ -681,6 +686,10 @@ OLAPStatus StorageEngine::_start_trash_sweep(double*
usage) {
return re
yangzhg commented on pull request #6168:
URL: https://github.com/apache/incubator-doris/pull/6168#issuecomment-874569606
you should create an ISSUE to describe this bug
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
hf200012 opened a new pull request #6169:
URL: https://github.com/apache/incubator-doris/pull/6169
help doc error
## 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
r
BiteThet commented on pull request #6168:
URL: https://github.com/apache/incubator-doris/pull/6168#issuecomment-874537865
>
>
> tranlate those comment into English
done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
BiteThet commented on a change in pull request #6168:
URL: https://github.com/apache/incubator-doris/pull/6168#discussion_r664305652
##
File path: be/src/olap/storage_engine.cpp
##
@@ -681,6 +686,10 @@ OLAPStatus StorageEngine::_start_trash_sweep(double*
usage) {
retu
yangzhg commented on a change in pull request #6168:
URL: https://github.com/apache/incubator-doris/pull/6168#discussion_r664303494
##
File path: be/src/olap/storage_engine.cpp
##
@@ -681,6 +686,10 @@ OLAPStatus StorageEngine::_start_trash_sweep(double*
usage) {
return re
BiteThet opened a new pull request #6168:
URL: https://github.com/apache/incubator-doris/pull/6168
## 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
weizuo93 opened a new issue #6167:
URL: https://github.com/apache/incubator-doris/issues/6167
### Describe the bug
BE coredump in `expr_context.cpp` when call get_value().
```
Core was generated by
`/home/work/app/doris/c3prc-hadoop-test/be/package/be/lib/palo_be'.
Program t
BiteThet opened a new issue #6166:
URL: https://github.com/apache/incubator-doris/issues/6166
usage will come to infinity ,then interval always equal to min_interval.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
46 matches
Mail list logo