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 ea5b3b2 [Bug] Fix bug that should not u
imay closed issue #3785:
URL: https://github.com/apache/incubator-doris/issues/3785
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
imay merged pull request #3786:
URL: https://github.com/apache/incubator-doris/pull/3786
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 #3713:
URL: https://github.com/apache/incubator-doris/pull/3713
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 a7bf006 Use BackendStatus to show BE's
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 3b6a781 [Bug] Fix a bug that tablet's _
imay merged pull request #3750:
URL: https://github.com/apache/incubator-doris/pull/3750
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 closed issue #3783:
URL: https://github.com/apache/incubator-doris/issues/3783
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
imay merged pull request #3768:
URL: https://github.com/apache/incubator-doris/pull/3768
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 c51f20b Disable Bitmap or Hll type in k
imay merged pull request #3784:
URL: https://github.com/apache/incubator-doris/pull/3784
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 closed issue #3778:
URL: https://github.com/apache/incubator-doris/issues/3778
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
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 4cbce68 Add getValueFn and removeFn to
imay closed issue #3781:
URL: https://github.com/apache/incubator-doris/issues/3781
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
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 0f6e74f [BUG] Fix location url in agg_f
imay closed issue #3779:
URL: https://github.com/apache/incubator-doris/issues/3779
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
imay merged pull request #3780:
URL: https://github.com/apache/incubator-doris/pull/3780
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 #3782:
URL: https://github.com/apache/incubator-doris/pull/3782
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
wyb opened a new issue #3787:
URL: https://github.com/apache/incubator-doris/issues/3787
1. Create an external hive table, including schema, hive db name, hive table
name and load required properties (hive.metastore.uris).
Implement load from external hive table first, and report an erro
morningman commented on pull request #3774:
URL: https://github.com/apache/incubator-doris/pull/3774#issuecomment-639946359
hi @wuyunfeng Plz resolve the conflict.
This is an automated message from the Apache Git Service.
To
marising commented on pull request #3738:
URL: https://github.com/apache/incubator-doris/pull/3738#issuecomment-639932459
@morningman Ok,I'll tell you, if our internal review passes.
This is an automated message from the Apac
morningman closed issue #3776:
URL: https://github.com/apache/incubator-doris/issues/3776
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
kangkaisen commented on issue #3740:
URL:
https://github.com/apache/incubator-doris/issues/3740#issuecomment-639570492
> For BE configs, how about to add a new description parameter for config
defination like gflag style, for example:
>
> ```
> CONF_Int32(be_port, "9060", "po
morningman commented on pull request #3762:
URL: https://github.com/apache/incubator-doris/pull/3762#issuecomment-639558306
Hi @decster , in your comment, you said `When TabletManager::get_tablet is
called, only return Tablet, if the underlying tablet is MemTablet, return an
error, this ke
morningman commented on a change in pull request #3762:
URL: https://github.com/apache/incubator-doris/pull/3762#discussion_r435986050
##
File path: be/src/olap/memory/mem_tablet.h
##
@@ -27,6 +27,15 @@ class MemSubTablet;
class ScanSpec;
class MemTabletScan;
class WriteTxn;
kangkaisen merged pull request #3758:
URL: https://github.com/apache/incubator-doris/pull/3758
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.
kangkaisen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from ed9022a Ignore broken disk when BE starts up (#3741)
add 5abef19 [Doris On ES] Add more detailed
kangkaisen commented on pull request #3775:
URL: https://github.com/apache/incubator-doris/pull/3775#issuecomment-639550026
> Hi @caiconghui , first of all, this change is worth it.
>
> But I don't think this is a good way to achieve it. In the previous
implementation, it was not a g
kangkaisen commented on pull request #3775:
URL: https://github.com/apache/incubator-doris/pull/3775#issuecomment-639547289
I just reviewed a little, and submitted review accidentally.
This is an automated message from the A
morningman commented on pull request #3738:
URL: https://github.com/apache/incubator-doris/pull/3738#issuecomment-639541105
hi @marising , if you finished this PR, please let me know, thank u.
This is an automated message fro
morningman opened a new pull request #3786:
URL: https://github.com/apache/incubator-doris/pull/3786
`org.apache.doris.catalog.Type` is not an enum, so should not judge the
equivalence of Type using "==" or "!="
Fix #3785
--
morningman opened a new issue #3785:
URL: https://github.com/apache/incubator-doris/issues/3785
**Describe the bug**
When using broker like this:
```
LOAD LABEL xxx
...
(k1, k2, k3)
SET
(k4 = now())
...
```
Even if `k4`'s type is `DATETIME`, this load pr
morningman opened a new pull request #3784:
URL: https://github.com/apache/incubator-doris/pull/3784
Use Catalog.getCurrentCatalog() instead, to avoid potential meta operation
error.
Fix: #3778
This CL does not change any logic.
--
godcat950081 opened a new issue #3783:
URL: https://github.com/apache/incubator-doris/issues/3783
BE will crash when execute stream load, if bitmap field does not specify
BITMAP_UNION type.
Steps to reproduce the behavior:
1. bitmap field does not specify BITMAP_UNION when create
caiconghui commented on a change in pull request #3775:
URL: https://github.com/apache/incubator-doris/pull/3775#discussion_r435871389
##
File path: fe/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java
##
@@ -1015,13 +1017,8 @@ private void runOldAlterJob() {
HangyuanLiu opened a new pull request #3782:
URL: https://github.com/apache/incubator-doris/pull/3782
Fix #3781
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
HangyuanLiu opened a new issue #3781:
URL: https://github.com/apache/incubator-doris/issues/3781
Show full function not show update_value and remove_fn properties
This is an automated message from the Apache Git Service.
To
caiconghui commented on a change in pull request #3775:
URL: https://github.com/apache/incubator-doris/pull/3775#discussion_r435865138
##
File path: fe/src/main/java/org/apache/doris/alter/Alter.java
##
@@ -118,30 +118,30 @@ public void
processDropMaterializedView(DropMaterial
kangkaisen commented on a change in pull request #3775:
URL: https://github.com/apache/incubator-doris/pull/3775#discussion_r435864322
##
File path: fe/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java
##
@@ -1015,13 +1017,8 @@ private void runOldAlterJob() {
kangkaisen commented on a change in pull request #3775:
URL: https://github.com/apache/incubator-doris/pull/3775#discussion_r435863730
##
File path: fe/src/main/java/org/apache/doris/alter/Alter.java
##
@@ -169,18 +169,19 @@ public void processAlterTable(AlterTableStmt stmt) th
kangkaisen commented on a change in pull request #3775:
URL: https://github.com/apache/incubator-doris/pull/3775#discussion_r435861404
##
File path: fe/src/main/java/org/apache/doris/alter/Alter.java
##
@@ -118,30 +118,30 @@ public void
processDropMaterializedView(DropMaterial
kangkaisen commented on pull request #3780:
URL: https://github.com/apache/incubator-doris/pull/3780#issuecomment-639420522
The following code could remove.
```
std::string _hdfs_location;
std::string _init_fn_symbol;
std::string _update_fn_symbol;
std::string
imay commented on a change in pull request #3739:
URL: https://github.com/apache/incubator-doris/pull/3739#discussion_r435767964
##
File path: be/src/olap/schema_change.cpp
##
@@ -266,6 +260,92 @@ bool RowBlockChanger::change_row_block(
int32_t ref_column = _schema_map
vagetablechicken edited a comment on issue #3469:
URL:
https://github.com/apache/incubator-doris/issues/3469#issuecomment-631289944
### WAL file format - need to rename e.g.WriteTxnData?
WAL file will save multiple partial rows. One write TX's WAL may be split by
size => generates multi
vagetablechicken commented on issue #3469:
URL:
https://github.com/apache/incubator-doris/issues/3469#issuecomment-639358916
### Prepare Phase Detail Design
Sender BE:
```
Get batch from json_scanner
For partialrow in batch:
// may missing key cols(partition cols or
wangbo commented on a change in pull request #3729:
URL: https://github.com/apache/incubator-doris/pull/3729#discussion_r435773614
##
File path: fe/src/main/java/org/apache/doris/load/loadv2/dpp/SparkDpp.java
##
@@ -0,0 +1,851 @@
+// Licensed to the Apache Software Foundation (
wangbo commented on a change in pull request #3729:
URL: https://github.com/apache/incubator-doris/pull/3729#discussion_r435773402
##
File path: fe/src/main/java/org/apache/doris/load/loadv2/dpp/DppUtils.java
##
@@ -0,0 +1,252 @@
+// Licensed to the Apache Software Foundation (
wangbo commented on a change in pull request #3729:
URL: https://github.com/apache/incubator-doris/pull/3729#discussion_r435773516
##
File path: fe/src/main/java/org/apache/doris/load/loadv2/dpp/SparkDpp.java
##
@@ -0,0 +1,851 @@
+// Licensed to the Apache Software Foundation (
wangbo commented on a change in pull request #3729:
URL: https://github.com/apache/incubator-doris/pull/3729#discussion_r435772039
##
File path: fe/src/main/java/org/apache/doris/load/loadv2/dpp/SparkDpp.java
##
@@ -0,0 +1,851 @@
+// Licensed to the Apache Software Foundation (
wangbo commented on a change in pull request #3729:
URL: https://github.com/apache/incubator-doris/pull/3729#discussion_r435769620
##
File path: fe/src/main/java/org/apache/doris/load/loadv2/dpp/ColumnParser.java
##
@@ -0,0 +1,175 @@
+// Licensed to the Apache Software Foundati
wangbo commented on a change in pull request #3729:
URL: https://github.com/apache/incubator-doris/pull/3729#discussion_r435769378
##
File path: fe/src/main/java/org/apache/doris/load/loadv2/dpp/ColumnParser.java
##
@@ -0,0 +1,175 @@
+// Licensed to the Apache Software Foundati
imay commented on a change in pull request #3677:
URL: https://github.com/apache/incubator-doris/pull/3677#discussion_r435660643
##
File path: fe/src/main/java/org/apache/doris/analysis/InsertStmt.java
##
@@ -453,6 +453,25 @@ private void analyzeSubquery(Analyzer analyzer) thro
52 matches
Mail list logo