caoyang10 commented on issue #4328:
URL:
https://github.com/apache/incubator-doris/issues/4328#issuecomment-675289024
see the commit:
https://github.com/apache/incubator-doris/commit/3359467b9a8750883f2ba4a0d5bd0e4298354b79
caoyang10 closed issue #4328:
URL: https://github.com/apache/incubator-doris/issues/4328
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 g
xinghuayu007 commented on pull request #4347:
URL: https://github.com/apache/incubator-doris/pull/4347#issuecomment-675279285
> Hi @xinghuayu007 , please let know if you finish modifying this PR, thank
you.
I have fixed PR.
--
EmmyMiao87 opened a new pull request #4382:
URL: https://github.com/apache/incubator-doris/pull/4382
## Proposed changes
The rewrite rule named `CountToSum` does not distinguish between `Count` and
`Count distinct` which causes `Count distinct` is rewritten as `Sum`
incorrectly.
morningman merged pull request #4255:
URL: https://github.com/apache/incubator-doris/pull/4255
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
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 53d00d9 [Doris On ES][Bug-Fix] ES queries always route at same 3 BE
nodes (#4351) (#4352)
add 335
morningman closed issue #4274:
URL: https://github.com/apache/incubator-doris/issues/4274
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
ZhangYu0123 edited a comment on pull request #4366:
URL: https://github.com/apache/incubator-doris/pull/4366#issuecomment-675244849
> Not intended to interfere, just curious about how many improvements can be
achieved from this PR, are there any benchmarks?
In my develop computure, w
ZhangYu0123 edited a comment on pull request #4366:
URL: https://github.com/apache/incubator-doris/pull/4366#issuecomment-675244849
> Not intended to interfere, just curious about how many improvements can be
achieved from this PR, are there any benchmarks?
In my develop computure, w
ZhangYu0123 edited a comment on pull request #4366:
URL: https://github.com/apache/incubator-doris/pull/4366#issuecomment-675244849
> Not intended to interfere, just curious about how many improvements can be
achieved from this PR, are there any benchmarks?
In my develop computure, w
ZhangYu0123 edited a comment on pull request #4366:
URL: https://github.com/apache/incubator-doris/pull/4366#issuecomment-675244849
> Not intended to interfere, just curious about how many improvements can be
achieved from this PR, are there any benchmarks?
In my develop computure, w
ZhangYu0123 commented on pull request #4366:
URL: https://github.com/apache/incubator-doris/pull/4366#issuecomment-675244849
> Not intended to interfere, just curious about how many improvements can be
achieved from this PR, are there any benchmarks?
In my develop computure, when exe
EmmyMiao87 opened a new issue #4381:
URL: https://github.com/apache/incubator-doris/issues/4381
**Describe the bug**
The `count distinct` in query matches the incorrect materialized view which
only has count() function.
It causes the query result is incorrect.
**To Reproduce**
ColinVon commented on issue #3306:
URL:
https://github.com/apache/incubator-doris/issues/3306#issuecomment-675237113
> @ColinVon 更新下Doris的代码,现在已经完全支持 sometable-* 了,支持alias和wildcard两种
>
> 参考下这个:#3968
非常感谢,我试试看
T
sduzh commented on pull request #4366:
URL: https://github.com/apache/incubator-doris/pull/4366#issuecomment-675225333
Not intended to interfere, just curious about how many improvements can be
achieved from this PR, are there some benchmarks?
sduzh edited a comment on pull request #4366:
URL: https://github.com/apache/incubator-doris/pull/4366#issuecomment-675225333
Not intended to interfere, just curious about how many improvements can be
achieved from this PR, are there any benchmarks?
--
morningman opened a new issue #4380:
URL: https://github.com/apache/incubator-doris/issues/4380
**Describe the bug**
When all columns in the loaded data are null, this row is illegal, but in
some cases it will be loaded incorrectly.
**To Reproduce**
Steps to reproduce the b
yangzhg commented on a change in pull request #4310:
URL: https://github.com/apache/incubator-doris/pull/4310#discussion_r471879241
##
File path: fe/fe-core/pom.xml
##
@@ -36,7 +36,7 @@ under the License.
${basedir}/../../
-${env.FE_UT_PARALLEL}
+
wuyunfeng merged pull request #4352:
URL: https://github.com/apache/incubator-doris/pull/4352
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
wuyunfeng closed issue #4351:
URL: https://github.com/apache/incubator-doris/issues/4351
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 g
This is an automated email from the ASF dual-hosted git repository.
wyf 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 53d00d9 [Doris On ES][Bug-Fix] ES queries
yangzhg commented on a change in pull request #4310:
URL: https://github.com/apache/incubator-doris/pull/4310#discussion_r471878551
##
File path:
fe/fe-core/src/main/java/org/apache/doris/analysis/AlterTableStmt.java
##
@@ -70,6 +76,50 @@ public void analyze(Analyzer analyzer)
morningman opened a new pull request #4379:
URL: https://github.com/apache/incubator-doris/pull/4379
## Proposed changes
When all fields are null, the row is invalid, it should be filtered
## Types of changes
- [x] Bugfix (non-breaking change which fixes an issue)
ZhangYu0123 commented on a change in pull request #4366:
URL: https://github.com/apache/incubator-doris/pull/4366#discussion_r471867630
##
File path: be/src/util/coding.h
##
@@ -143,7 +143,7 @@ extern uint8_t* encode_varint64(uint8_t* dst, uint64_t
value);
inline uint8_t* enc
ZhangYu0123 commented on a change in pull request #4366:
URL: https://github.com/apache/incubator-doris/pull/4366#discussion_r471867279
##
File path: be/src/util/coding.h
##
@@ -143,7 +143,7 @@ extern uint8_t* encode_varint64(uint8_t* dst, uint64_t
value);
inline uint8_t* enc
morningman commented on a change in pull request #4377:
URL: https://github.com/apache/incubator-doris/pull/4377#discussion_r471863189
##
File path: be/test/exec/unix_odbc_test.cpp
##
@@ -0,0 +1,28 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more co
chaoyli closed issue #4368:
URL: https://github.com/apache/incubator-doris/issues/4368
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
This is an automated email from the ASF dual-hosted git repository.
lichaoyong 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 d5e456a [BUG] Fix except wrong ans
chaoyli merged pull request #4369:
URL: https://github.com/apache/incubator-doris/pull/4369
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
imay commented on a change in pull request #4377:
URL: https://github.com/apache/incubator-doris/pull/4377#discussion_r471855209
##
File path: be/test/exec/unix_odbc_test.cpp
##
@@ -0,0 +1,28 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contribu
imay commented on issue #4355:
URL:
https://github.com/apache/incubator-doris/issues/4355#issuecomment-675189977
> @morningman @imay the syntax `create table xxx like` look good to me, I
will change it to this, For some detail design, some schema including `column
define`, `aggragete type
morningman commented on a change in pull request #4310:
URL: https://github.com/apache/incubator-doris/pull/4310#discussion_r471550193
##
File path: fe/fe-core/pom.xml
##
@@ -36,7 +36,7 @@ under the License.
${basedir}/../../
-${env.FE_UT_PARALLEL}
+
morningman commented on pull request #4347:
URL: https://github.com/apache/incubator-doris/pull/4347#issuecomment-674940135
Hi @xinghuayu007 , please let know if you finish modifying this PR, thank
you.
This is an automated
morningman commented on a change in pull request #4377:
URL: https://github.com/apache/incubator-doris/pull/4377#discussion_r471539561
##
File path: be/test/exec/unix_odbc_test.cpp
##
@@ -0,0 +1,28 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more co
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 391d534 [Bug]Fix bug that BE crash when load ORC file (#4350)
add 26fe510 [Doc] modify the docume
morningman merged pull request #4357:
URL: https://github.com/apache/incubator-doris/pull/4357
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
morningman commented on a change in pull request #4375:
URL: https://github.com/apache/incubator-doris/pull/4375#discussion_r471542377
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java
##
@@ -556,7 +556,9 @@ public KeysType getKeysType() {
}
wutiangan commented on a change in pull request #4375:
URL: https://github.com/apache/incubator-doris/pull/4375#discussion_r471537858
##
File path:
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeJobV2.java
##
@@ -237,7 +238,9 @@ protected void runPendingJob() thro
wutiangan commented on a change in pull request #4375:
URL: https://github.com/apache/incubator-doris/pull/4375#discussion_r471537748
##
File path:
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java
##
@@ -556,6 +556,10 @@ private void addColumnInternal(O
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 e69496f [MysqlCompatibility] Support collate field option in expr
(#4365)
add 391d534 [Bug]Fix b
morningman merged pull request #4350:
URL: https://github.com/apache/incubator-doris/pull/4350
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
morningman closed issue #4349:
URL: https://github.com/apache/incubator-doris/issues/4349
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
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 38921d4 [MV]Forbidden aggregated partition key column on mv (#4343)
add e69496f [MysqlCompatibili
morningman closed issue #4331:
URL: https://github.com/apache/incubator-doris/issues/4331
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
morningman merged pull request #4365:
URL: https://github.com/apache/incubator-doris/pull/4365
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
morningman commented on a change in pull request #4377:
URL: https://github.com/apache/incubator-doris/pull/4377#discussion_r471523634
##
File path: thirdparty/build-thirdparty.sh
##
@@ -692,6 +705,7 @@ build_cctz() {
# we just comment it, instead of remove it.
# build_llvm
stalary opened a new pull request #4378:
URL: https://github.com/apache/incubator-doris/pull/4378
dynamic_partition.replication_num default is replication_num, but show
create table show -1
This is an automated message from
HappenLee opened a new pull request #4377:
URL: https://github.com/apache/incubator-doris/pull/4377
issue:#4376
## Proposed changes
Add unix odbc library for ODBC Scan Node
## Types of changes
What types of changes does your code introduce to Doris?
_Put an `x`
WingsGo edited a comment on issue #4355:
URL:
https://github.com/apache/incubator-doris/issues/4355#issuecomment-674860666
@morningman @imay the syntax `create table xxx like` look good to me, I will
change it to this, For some detail design, some schema including `column
define`, `aggrag
WingsGo edited a comment on issue #4355:
URL:
https://github.com/apache/incubator-doris/issues/4355#issuecomment-674860666
@morningman @imay the syntax `create table xxx like` look good to me, I will
change it to this, For some detail design, I will add some schema including
`column defin
WingsGo edited a comment on issue #4355:
URL:
https://github.com/apache/incubator-doris/issues/4355#issuecomment-674860666
@morningman @imay the syntax `create table xxx like` look good to me, I will
change it to this, For some detail design, I will add some information
including `column
WingsGo commented on issue #4355:
URL:
https://github.com/apache/incubator-doris/issues/4355#issuecomment-674860666
@morningman @imay the syntax `create table xxx like` look good to me, I will
change it to this, For some detail design, I will add some information
including `column define`
HappenLee opened a new issue #4376:
URL: https://github.com/apache/incubator-doris/issues/4376
## Motivation
At present, many customers need to access the external table through Doris,
but Doris only supports accessing the external table of MySQL at present. This
problem makes it diffic
EmmyMiao87 commented on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-674835876
# Credits
@ZhangYu0123
@wfjcmcb
@Fullstop000
@sduzh
@Stalary
@worker24h
imay commented on issue #4355:
URL:
https://github.com/apache/incubator-doris/issues/4355#issuecomment-674786616
I aggree with @morningman
maybe `create table xxx like ` is something what you needs. We can refer
other's syntax.
[redshift](https://docs.aws.amazon.com/redshift/latest
imay commented on a change in pull request #4366:
URL: https://github.com/apache/incubator-doris/pull/4366#discussion_r471368389
##
File path: be/src/util/coding.h
##
@@ -143,7 +143,7 @@ extern uint8_t* encode_varint64(uint8_t* dst, uint64_t
value);
inline uint8_t* encode_var
EmmyMiao87 opened a new pull request #4375:
URL: https://github.com/apache/incubator-doris/pull/4375
## Proposed changes
1. Input the correct keys type when mv is updated.
The keys type of mv should be used in schema change job rather then keys
type of base table.
Otherwise, th
EmmyMiao87 opened a new issue #4374:
URL: https://github.com/apache/incubator-doris/issues/4374
**Describe the bug**
Drop column on materialized view by AlterClause.
The alter job is failed with error msg: Create replicas failed.
**To Reproduce**
Steps to reproduce the behavi
wuyunfeng commented on a change in pull request #4172:
URL: https://github.com/apache/incubator-doris/pull/4172#discussion_r471326590
##
File path: be/src/util/blocking_priority_queue.hpp
##
@@ -85,34 +85,32 @@ class BlockingPriorityQueue {
MonotonicStopWatch timer;
caoyang10 commented on pull request #4352:
URL: https://github.com/apache/incubator-doris/pull/4352#issuecomment-674709611
I've obtained size = backendList.size() in the front of loop. Is it better?
please check the commit 6e17409
60 matches
Mail list logo