vkingnew edited a comment on issue #2587:
URL:
https://github.com/apache/incubator-doris/issues/2587#issuecomment-684491118
10 month later this questions have not anwsered,and the desired RPM package
not provided.
As i know,just by docker have a proof on concept.If you want to install o
kangkaisen commented on a change in pull request #4495:
URL: https://github.com/apache/incubator-doris/pull/4495#discussion_r480905168
##
File path: fe/fe-core/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -632,4 +669,435 @@ public long getSecond() {
publi
HappenLee opened a new issue #4496:
URL: https://github.com/apache/incubator-doris/issues/4496
**Describe the bug**
There is a table baseall, hash by `k1`.
The baseall join itself, it should be `colocate join`. But sometime we need
other join way, so we can use join hint,
but
HappenLee opened a new pull request #4497:
URL: https://github.com/apache/incubator-doris/pull/4497
Fix #4496
## 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
wguangliang commented on issue #1809:
URL:
https://github.com/apache/incubator-doris/issues/1809#issuecomment-684562982
@caiconghui thanks~
This is an automated message from the Apache Git Service.
To respond to the message,
EmmyMiao87 closed issue #4008:
URL: https://github.com/apache/incubator-doris/issues/4008
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
yangzhg commented on pull request #4492:
URL: https://github.com/apache/incubator-doris/pull/4492#issuecomment-684581069
This is a bug , if a table has delete sign column, it will throw erros when
using semi/anti join.
I will fix this bug
-
yangzhg edited a comment on pull request #4492:
URL: https://github.com/apache/incubator-doris/pull/4492#issuecomment-684581069
This is a bug , if a table has delete sign column, it will throw erros when
using semi/anti join.
I will fix this bug, so there is no need to modify the error
yangzhg opened a new pull request #4498:
URL: https://github.com/apache/incubator-doris/pull/4498
## Proposed changes
It is possible to report "Illegal column/field
reference'table2.__DORIS_DELETE_SIGN__' of semi-/anti-join" when executing a
semi/anti join statement on a table with
acelyc111 opened a new issue #4499:
URL: https://github.com/apache/incubator-doris/issues/4499
**Describe the bug**
A new coredump stack:
```
Core was generated by
`/home/work/app/doris/c3prc-ga/be/package/be/lib/palo_be'.
Program terminated with signal 11, Segmentation fault.
vagetablechicken commented on issue #4499:
URL:
https://github.com/apache/incubator-doris/issues/4499#issuecomment-684714050
```
(gdb) f 0
#0 0x0133d455 in Delete (arena=0x0, value=) at
/var/local/thirdparty/installed/include/google/protobuf/repeated_field.h:623
623 in
vagetablechicken edited a comment on issue #4499:
URL:
https://github.com/apache/incubator-doris/issues/4499#issuecomment-684714050
```
(gdb) f 0
#0 0x0133d455 in Delete (arena=0x0, value=) at
/var/local/thirdparty/installed/include/google/protobuf/repeated_field.h:623
62
EmmyMiao87 closed issue #3809:
URL: https://github.com/apache/incubator-doris/issues/3809
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
weizuo93 opened a new issue #4500:
URL: https://github.com/apache/incubator-doris/issues/4500
When I install a FE plugin developed by myself using command `install plugin
from ...;` through mysql-client, the process of installation failed due to my
code problems. After I modified the plugi
EmmyMiao87 commented on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724
# New Feature
## Support `SELECT INTO OUTFILE`
Doris currently supports exporting query results to a third-party file
system such as HDFS, S3, BOS. The gramm
EmmyMiao87 edited a comment on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724
# New Feature
## Query spill to disk
Doris supports query spill to disk in sorting and window functions. When the
`enable_spilling` is true and memory
HappenLee opened a new issue #4501:
URL: https://github.com/apache/incubator-doris/issues/4501
**Is your feature request related to a problem? Please describe.**
Now,we can use ```show resources``` to show all resource in doris
```
| Name| ResourceType | Key
HappenLee opened a new pull request #4502:
URL: https://github.com/apache/incubator-doris/pull/4502
Grammar
SHOW RESOURCES
[
WHERE
[NAME [ = "your_resource_name" | LIKE "name_matcher"]]
[RESOURCETYPE = ["SPARK"]]
]
[ORDER BY ..
EmmyMiao87 edited a comment on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724
# New Feature
## Query spill to disk
Doris supports query spill to disk in sorting and window functions. When the
`enable_spilling` is true and memory
EmmyMiao87 edited a comment on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724
# New Feature
## Query spill to disk
Doris supports query spill to disk in sorting and window functions. When the
`enable_spilling` is true and memory
Astralidea opened a new issue #4503:
URL: https://github.com/apache/incubator-doris/issues/4503
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]
背景:现在Doris在某些场景中需要对特殊的查询进
Astralidea opened a new pull request #4504:
URL: https://github.com/apache/incubator-doris/pull/4504
## Proposed changes
Fix #4503
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
ZhangYu0123 opened a new pull request #4505:
URL: https://github.com/apache/incubator-doris/pull/4505
## 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 r
ZhangYu0123 opened a new issue #4506:
URL: https://github.com/apache/incubator-doris/issues/4506
**Describe the bug**
Add tracing broker log. When fe get filestatus for distributing load task to
broker, the broker maybe get empty files and not give correct error code.
Add this log
Pslydhh removed a comment on issue #4451:
URL:
https://github.com/apache/incubator-doris/issues/4451#issuecomment-685103903
+1, This looks correct to me.
This is an automated message from the Apache Git Service.
To respond t
Pslydhh commented on issue #4451:
URL:
https://github.com/apache/incubator-doris/issues/4451#issuecomment-685103903
+1, This looks correct to me.
This is an automated message from the Apache Git Service.
To respond to the me
Pslydhh commented on pull request #4429:
URL: https://github.com/apache/incubator-doris/pull/4429#issuecomment-685104485
+1, This looks correct to me.
This is an automated message from the Apache Git Service.
To respond to th
EmmyMiao87 edited a comment on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724
# New Feature
## Query spill to disk
Doris supports query spill to disk in sorting and window functions. When the
`enable_spilling` is true and memory
EmmyMiao87 closed issue #4230:
URL: https://github.com/apache/incubator-doris/issues/4230
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
EmmyMiao87 edited a comment on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724
# New Feature
## Query spill to disk
Doris supports query spill to disk in sorting and window functions. When the
`enable_spilling` is true and memory
wutiangan commented on a change in pull request #4502:
URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481557151
##
File path: docs/zh-CN/sql-reference/sql-statements/Data Definition/SHOW
RESOURCES.md
##
@@ -32,7 +32,33 @@ under the License.
语法
EmmyMiao87 edited a comment on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724
# New Feature
## Query spill to disk
Doris supports query spill to disk in sorting and window functions. When the
`enable_spilling` is true and memory
EmmyMiao87 edited a comment on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724
# New Feature
## Query spill to disk
Doris supports query spill to disk in sorting and window functions. When the
`enable_spilling` is true and memory
EmmyMiao87 edited a comment on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724
# New Feature
## Query spill to disk
Doris supports query spill to disk in sorting and window functions. When the
`enable_spilling` is true and memory
EmmyMiao87 edited a comment on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724
# New Feature
## Query spill to disk
Doris supports query spill to disk in sorting and window functions. When the
`enable_spilling` is true and memory
HappenLee commented on a change in pull request #4502:
URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481565985
##
File path: docs/zh-CN/sql-reference/sql-statements/Data Definition/SHOW
RESOURCES.md
##
@@ -32,7 +32,33 @@ under the License.
语法
EmmyMiao87 edited a comment on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724
# New Feature
## Query spill to disk
Doris supports query spill to disk in sorting and window functions. When the
`enable_spilling` is true and memory
yw-felix1016 opened a new issue #4507:
URL: https://github.com/apache/incubator-doris/issues/4507
There is a bug as using internal function of MySQL named REPLACE(). One
error message will display in screen, detailed message as follow:
mysql> SELECT REPLACE('www.lvtao.net', 'www',
EmmyMiao87 edited a comment on issue #4370:
URL:
https://github.com/apache/incubator-doris/issues/4370#issuecomment-684818724
# New Feature
## Query spill to disk
Doris supports query spill to disk in sorting and window functions. When the
`enable_spilling` is true and memory
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 f3a9f3f Do not add exchange when table's distributioin satisfy the
distribution requirements (#4482)
morningman merged pull request #4428:
URL: https://github.com/apache/incubator-doris/pull/4428
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
wutiangan commented on a change in pull request #4502:
URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481573603
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/ResourceMgr.java
##
@@ -17,9 +17,11 @@
package org.apache.doris.catalog;
+i
wutiangan commented on a change in pull request #4502:
URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481573603
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/ResourceMgr.java
##
@@ -17,9 +17,11 @@
package org.apache.doris.catalog;
+i
wutiangan commented on a change in pull request #4502:
URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481575173
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/ResourceMgr.java
##
@@ -109,8 +112,41 @@ public int getResourceNum() {
wutiangan commented on a change in pull request #4502:
URL: https://github.com/apache/incubator-doris/pull/4502#discussion_r481576453
##
File path: fe/fe-core/src/main/java/org/apache/doris/catalog/ResourceMgr.java
##
@@ -109,8 +112,41 @@ public int getResourceNum() {
morningman merged pull request #4439:
URL: https://github.com/apache/incubator-doris/pull/4439
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 498b06f [Metrics] Support tablet level metrics (#4428)
add 1a22f3b [SQL][Function] Validate the p
morningman merged pull request #4489:
URL: https://github.com/apache/incubator-doris/pull/4489
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 1a22f3b [SQL][Function] Validate the param of rand function in
compile step (#4439)
add f207036
morningman closed issue #4490:
URL: https://github.com/apache/incubator-doris/issues/4490
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 f207036 [Spark load][Document] Add docs about spark and yarn client
for spark load (#4489)
add f5
morningman merged pull request #4491:
URL: https://github.com/apache/incubator-doris/pull/4491
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
wutiangan commented on a change in pull request #4498:
URL: https://github.com/apache/incubator-doris/pull/4498#discussion_r481582046
##
File path: fe/fe-core/src/main/java/org/apache/doris/analysis/SelectStmt.java
##
@@ -525,33 +523,14 @@ public void analyze(Analyzer analyzer)
morningman merged pull request #4497:
URL: https://github.com/apache/incubator-doris/pull/4497
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 f5ee854 [Spark load][Bug] Fix column terminator for spark load (#4491)
add e6367e9 [Bug] Support
morningman closed issue #4496:
URL: https://github.com/apache/incubator-doris/issues/4496
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
EmmyMiao87 commented on issue #4507:
URL:
https://github.com/apache/incubator-doris/issues/4507#issuecomment-685256695
There is no replace function in Doris. But there is a `regexp_replace`
function in Doris which provides similar function.
---
stalary opened a new issue #4508:
URL: https://github.com/apache/incubator-doris/issues/4508
**Describe the bug**
Redundant columns are generated when the table is created
**To Reproduce**
use master version
**Screenshots**
https://user-images.githubusercontent.com/245
stalary commented on issue #4508:
URL:
https://github.com/apache/incubator-doris/issues/4508#issuecomment-685257194
@yangzhg
This is an automated message from the Apache Git Service.
To respond to the message, please log on
yangzhg opened a new issue #4509:
URL: https://github.com/apache/incubator-doris/issues/4509
some time we need to show hidden columns for debug, so we need to add a
session variable to show or hide hidden columns
This is an
yangzhg opened a new pull request #4510:
URL: https://github.com/apache/incubator-doris/pull/4510
## Proposed changes
Sometimes we need to show hidden columns for debug.
So we need to add a session variable to show or hide hidden columns
## Types of changes
What types
morningman opened a new pull request #4511:
URL: https://github.com/apache/incubator-doris/pull/4511
## Proposed changes
This bug is introduced from #4364
## Types of changes
- [x] Bugfix (non-breaking change which fixes an issue)
--
chaoyli commented on pull request #4510:
URL: https://github.com/apache/incubator-doris/pull/4510#issuecomment-685307842
1. Sometimes is when and where to hidden the columns ?
2. Can be hidden the columns transparent to users. Because that it's only
meaningful to doris, not to user.
--
morningman commented on a change in pull request #4495:
URL: https://github.com/apache/incubator-doris/pull/4495#discussion_r481747384
##
File path: fe/fe-core/src/main/java/org/apache/doris/analysis/DateLiteral.java
##
@@ -632,4 +669,435 @@ public long getSecond() {
publi
ZhangYu0123 opened a new issue #4512:
URL: https://github.com/apache/incubator-doris/issues/4512
**Describe the bug**
(1) fix recover persistent stale rowsets bug from multi-single version
rowset sin stale rowsets
(2) delete_expired_inc_rowsets check consistent version convert to
ZhangYu0123 opened a new pull request #4513:
URL: https://github.com/apache/incubator-doris/pull/4513
## Proposed changes
(1) fix recover persistent stale rowsets bug from multi-single version
rowset in stale rowsets
(2) delete_expired_inc_rowsets check consistent version convert
morningman closed pull request #4492:
URL: https://github.com/apache/incubator-doris/pull/4492
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 pull request #4492:
URL: https://github.com/apache/incubator-doris/pull/4492#issuecomment-685318385
Thank you for you PR.
But I will close it because it should be fixed in #4498
This is an automate
songenjie commented on a change in pull request #4479:
URL: https://github.com/apache/incubator-doris/pull/4479#discussion_r481783404
##
File path: docs/en/administrator-guide/query_cache.md
##
@@ -0,0 +1,190 @@
+---
+{
+"title": "QUERY CACHE",
+"language": "en"
+}
+---
chaoyli commented on a change in pull request #4440:
URL: https://github.com/apache/incubator-doris/pull/4440#discussion_r481784554
##
File path: be/src/olap/olap_server.cpp
##
@@ -263,27 +238,24 @@ void*
StorageEngine::_garbage_sweeper_thread_callback(void* arg) {
70 matches
Mail list logo