HangyuanLiu opened a new issue #3779:
URL: https://github.com/apache/incubator-doris/issues/3779
The current location uses the wrong variable in AggFnEvaluator, the variable
_hdfs_location in _fn should be used
This is an au
kangkaisen commented on issue #3778:
URL:
https://github.com/apache/incubator-doris/issues/3778#issuecomment-639276716
+1.
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
vagetablechicken edited a comment on issue #3469:
URL:
https://github.com/apache/incubator-doris/issues/3469#issuecomment-631289944
### WAL file format - need to rename
WAL file will save multiple partial rows. One write TX's WAL may be split by
size => generates multiple {txn_id}_{segm
morningman opened a new issue #3778:
URL: https://github.com/apache/incubator-doris/issues/3778
Catalog is currently a singleton class.
In the Master FE, this singleton class actually has two instances: One is
the Catalog used for formal services(Called `Formal Catalog`), and the ot
imay commented on a change in pull request #3768:
URL: https://github.com/apache/incubator-doris/pull/3768#discussion_r435656472
##
File path: fe/src/main/java/org/apache/doris/analysis/ColumnDef.java
##
@@ -131,6 +131,16 @@ public void analyze(boolean isOlap) throws
AnalysisE
chaoyli closed issue #3746:
URL: https://github.com/apache/incubator-doris/issues/3746
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
chaoyli merged pull request #3741:
URL: https://github.com/apache/incubator-doris/pull/3741
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
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 73719f2 Fix document (#3773)
add ed9022a Ignore broken disk when BE starts up (#3741)
No new rev
This is an automated email from the ASF dual-hosted git repository.
zhaoc 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 73719f2 Fix document (#3773)
73719f2 is
imay merged pull request #3773:
URL: https://github.com/apache/incubator-doris/pull/3773
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.
zhaoc 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 cdd1733 Add some log to make it easier
imay merged pull request #3770:
URL: https://github.com/apache/incubator-doris/pull/3770
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
imay merged pull request #3777:
URL: https://github.com/apache/incubator-doris/pull/3777
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.
zhaoc 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 fdf3415 [Website] Fix CREATE RESOURCE s
wyb edited a comment on issue #3433:
URL:
https://github.com/apache/incubator-doris/issues/3433#issuecomment-635180109
**Resource manager**
#3418 [Spark load] Add resource manager (Merged)
**Fe schedule job execution**
#3712 [Spark load][Fe 1/5] Add spark etl job config (Merged
wuyunfeng closed issue #3752:
URL: https://github.com/apache/incubator-doris/issues/3752
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
acelyc111 commented on a change in pull request #3750:
URL: https://github.com/apache/incubator-doris/pull/3750#discussion_r435397028
##
File path: be/src/olap/tablet_schema.h
##
@@ -107,22 +113,30 @@ class TabletSchema {
inline void set_is_in_memory (bool is_in_memory) {
sduzh commented on issue #3688:
URL:
https://github.com/apache/incubator-doris/issues/3688#issuecomment-638926751
> why Expected behavior has value 0
It's a mistake, should not including 0.
This is an automated messag
imay commented on a change in pull request #3750:
URL: https://github.com/apache/incubator-doris/pull/3750#discussion_r435340647
##
File path: be/src/olap/tablet_schema.h
##
@@ -107,22 +113,30 @@ class TabletSchema {
inline void set_is_in_memory (bool is_in_memory) {
imay commented on a change in pull request #3761:
URL: https://github.com/apache/incubator-doris/pull/3761#discussion_r43570
##
File path: be/src/olap/storage_engine.cpp
##
@@ -170,22 +167,28 @@ OLAPStatus StorageEngine::_open() {
_parse_default_rowset_type();
-
acelyc111 commented on a change in pull request #3761:
URL: https://github.com/apache/incubator-doris/pull/3761#discussion_r435302914
##
File path: be/src/olap/data_dir.cpp
##
@@ -267,12 +281,13 @@ Status DataDir::_init_meta() {
_meta = new (std::nothrow) OlapMeta(_path);
wyb commented on a change in pull request #3729:
URL: https://github.com/apache/incubator-doris/pull/3729#discussion_r435246339
##
File path: fe/src/main/java/org/apache/doris/load/loadv2/dpp/ColumnParser.java
##
@@ -0,0 +1,175 @@
+// Licensed to the Apache Software Foundation
wyb commented on a change in pull request #3742:
URL: https://github.com/apache/incubator-doris/pull/3742#discussion_r435205288
##
File path: be/src/olap/push_handler.cpp
##
@@ -248,6 +259,149 @@ void PushHandler::_get_tablet_infos(const
vector& tablet_vars,
}
}
+OLAPSta
wyb opened a new pull request #3777:
URL: https://github.com/apache/incubator-doris/pull/3777
Add title and language header
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
wyb opened a new issue #3776:
URL: https://github.com/apache/incubator-doris/issues/3776
**Describe the bug**
CREATE RESOURCE sidebar text and link not right

caiconghui edited a comment on pull request #3775:
URL: https://github.com/apache/incubator-doris/pull/3775#issuecomment-638814025
ref #3743
This is an automated message from the Apache Git Service.
To respond to the message
caiconghui commented on pull request #3775:
URL: https://github.com/apache/incubator-doris/pull/3775#issuecomment-638814025
ref #3775
This is an automated message from the Apache Git Service.
To respond to the message, pleas
caiconghui opened a new pull request #3775:
URL: https://github.com/apache/incubator-doris/pull/3775
This PR is to reduce lock competition by supporting read and write lock in
table level. When we modify or read table's meta, we don't need to get db lock,
just get table write or read lock.
wuyunfeng edited a comment on issue #3759:
URL:
https://github.com/apache/incubator-doris/issues/3759#issuecomment-638799164
https://github.com/apache/incubator-doris/pull/3774
add basic ability class BoolQueryBuilder to generate query DSL and full UT
test
wuyunfeng commented on issue #3759:
URL:
https://github.com/apache/incubator-doris/issues/3759#issuecomment-638799164
https://github.com/apache/incubator-doris/pull/3774
This is an automated message from the Apache Git Servi
wuyunfeng opened a new pull request #3774:
URL: https://github.com/apache/incubator-doris/pull/3774
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
morningman commented on a change in pull request #3738:
URL: https://github.com/apache/incubator-doris/pull/3738#discussion_r435191500
##
File path: be/src/olap/task/engine_checksum_task.cpp
##
@@ -118,8 +113,10 @@ OLAPStatus EngineChecksumTask::_compute_checksum() {
morningman commented on pull request #3741:
URL: https://github.com/apache/incubator-doris/pull/3741#issuecomment-638796007
Hi @chaoyli, Any more comment?
This is an automated message from the Apache Git Service.
To respond
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 0a74866 Fix the error selectedIndexI
EmmyMiao87 closed issue #3771:
URL: https://github.com/apache/incubator-doris/issues/3771
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 merged pull request #3772:
URL: https://github.com/apache/incubator-doris/pull/3772
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
yangzhg commented on issue #3688:
URL:
https://github.com/apache/incubator-doris/issues/3688#issuecomment-638786240
why Expected behavior has value 0
This is an automated message from the Apache Git Service.
To respond to th
morningman commented on a change in pull request #3750:
URL: https://github.com/apache/incubator-doris/pull/3750#discussion_r434942618
##
File path: be/src/olap/tablet_schema.cpp
##
@@ -337,14 +337,12 @@ void TabletColumn::to_schema_pb(ColumnPB* column) {
}
}
-TabletSch
morningman commented on a change in pull request #3760:
URL: https://github.com/apache/incubator-doris/pull/3760#discussion_r434952908
##
File path: custom_udf/CMakeLists.txt
##
@@ -0,0 +1,58 @@
+cmake_minimum_required(VERSION 2.8.10)
+
+# set CMAKE_C_COMPILER, this must set b
xy720 opened a new pull request #3773:
URL: https://github.com/apache/incubator-doris/pull/3773
Fix some problems found when using MAC to refer to formate-code tutorial.
This commit adds some details to the document in formate-code tutorial.
-
chaoyli commented on issue #3767:
URL:
https://github.com/apache/incubator-doris/issues/3767#issuecomment-638761800

-
chaoyli closed issue #3767:
URL: https://github.com/apache/incubator-doris/issues/3767
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 9b2cf1c [Bug] Clear Txn when load
chaoyli merged pull request #3766:
URL: https://github.com/apache/incubator-doris/pull/3766
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
spaces-X commented on a change in pull request #3768:
URL: https://github.com/apache/incubator-doris/pull/3768#discussion_r435135824
##
File path: fe/src/main/java/org/apache/doris/catalog/AggregateType.java
##
@@ -85,20 +85,22 @@
compatibilityMap.put(MAX, EnumSet.copy
morningman commented on a change in pull request #3761:
URL: https://github.com/apache/incubator-doris/pull/3761#discussion_r435128372
##
File path: be/src/olap/data_dir.cpp
##
@@ -267,12 +281,13 @@ Status DataDir::_init_meta() {
_meta = new (std::nothrow) OlapMeta(_path);
morningman commented on a change in pull request #3768:
URL: https://github.com/apache/incubator-doris/pull/3768#discussion_r435125457
##
File path: fe/src/main/java/org/apache/doris/catalog/AggregateType.java
##
@@ -85,20 +85,22 @@
compatibilityMap.put(MAX, EnumSet.co
morningman commented on a change in pull request #3770:
URL: https://github.com/apache/incubator-doris/pull/3770#discussion_r435121454
##
File path: fe/src/main/java/org/apache/doris/qe/Coordinator.java
##
@@ -425,6 +428,7 @@ public void exec() throws Exception {
L
imay merged pull request #3751:
URL: https://github.com/apache/incubator-doris/pull/3751
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.
zhaoc 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 484e7de [Doirs On ES] fix bug for spars
xy720 commented on a change in pull request #3742:
URL: https://github.com/apache/incubator-doris/pull/3742#discussion_r435064627
##
File path: be/src/olap/push_handler.cpp
##
@@ -761,6 +915,126 @@ OLAPStatus LzoBinaryReader::_next_block() {
return res;
}
+OLAPStatus Push
EmmyMiao87 opened a new pull request #3772:
URL: https://github.com/apache/incubator-doris/pull/3772
The unique table also should be compensated candidate index.
The reason is the same as the agg table type.
Fixed #3771.
Change-Id: Ic04b0360a0b178cb0b6ee635e56f48852092ec09
---
EmmyMiao87 opened a new issue #3771:
URL: https://github.com/apache/incubator-doris/issues/3771
**Describe the bug**
When user query the UNIQUE table, the new mv selector could not select
correct indexId.
The warning log like
```
2020-06-04 14:45:58,361 WARN 101
[OlapScanN
spaces-X commented on pull request #3741:
URL: https://github.com/apache/incubator-doris/pull/3741#issuecomment-638667370
> Compilation failed. Did you miss `util/auto_deallocator.h`?
Hi, i have removed the redundant `include` line, and rebuild it successfully
in my machine.
How
xy720 commented on a change in pull request #3742:
URL: https://github.com/apache/incubator-doris/pull/3742#discussion_r435053583
##
File path: be/src/olap/push_handler.h
##
@@ -209,6 +216,44 @@ class LzoBinaryReader: public IBinaryReader {
size_t _next_row_start;
};
+c
xy720 commented on a change in pull request #3742:
URL: https://github.com/apache/incubator-doris/pull/3742#discussion_r435050694
##
File path: be/src/olap/push_handler.cpp
##
@@ -761,6 +915,126 @@ OLAPStatus LzoBinaryReader::_next_block() {
return res;
}
+OLAPStatus Push
xy720 commented on a change in pull request #3742:
URL: https://github.com/apache/incubator-doris/pull/3742#discussion_r435048880
##
File path: be/src/olap/push_handler.cpp
##
@@ -761,6 +915,126 @@ OLAPStatus LzoBinaryReader::_next_block() {
return res;
}
+OLAPStatus Push
spaces-X commented on pull request #3768:
URL: https://github.com/apache/incubator-doris/pull/3768#issuecomment-638660609
> Please add UT for this case.
> You can reference to `CreateTableStmtTest.java`
Done.
This i
spaces-X commented on pull request #3768:
URL: https://github.com/apache/incubator-doris/pull/3768#issuecomment-638659009
[Fix #3769](https://github.com/apache/incubator-doris/issues/3769)
This is an automated message from th
59 matches
Mail list logo