EmmyMiao87 commented on a change in pull request #3571:
URL: https://github.com/apache/incubator-doris/pull/3571#discussion_r427069144
##
File path: fe/src/main/java/org/apache/doris/catalog/FunctionSet.java
##
@@ -554,29 +555,29 @@ public boolean
isNonNullResultWithNullParamF
zhangy5 commented on a change in pull request #3584:
URL: https://github.com/apache/incubator-doris/pull/3584#discussion_r427066007
##
File path: docs/zh-CN/administrator-guide/outfile.md
##
@@ -0,0 +1,183 @@
+---
+{
+"title": "导出查询结果集",
+"language": "zh-CN"
+}
+---
+
+
morningman merged pull request #3631:
URL: https://github.com/apache/incubator-doris/pull/3631
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 #3630:
URL: https://github.com/apache/incubator-doris/issues/3630
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 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 4cbcae1 [Spark on Doris] Shade and
morningman commented on issue #3634:
URL:
https://github.com/apache/incubator-doris/issues/3634#issuecomment-630606249
try
`ALTER TABLE test.test1 MODIFY COLUMN field4 bigint(20) default ""`
This is an automated message f
morningman commented on pull request #3625:
URL: https://github.com/apache/incubator-doris/pull/3625#issuecomment-630597416
Please add an ISSUE related to this PR
This is an automated message from the Apache Git Service.
To r
hww123 opened a new issue #3634:
URL: https://github.com/apache/incubator-doris/issues/3634
doris version:12.8
**case**:
```
CREATE TABLE `test1` (
`field1` varchar(500) NULL COMMENT "",
`field2` int(11) NULL COMMENT "0",
`field3` bigint(20) NULL COMMENT "0"
)
morningman commented on a change in pull request #3632:
URL: https://github.com/apache/incubator-doris/pull/3632#discussion_r427033285
##
File path: be/src/olap/data_dir.cpp
##
@@ -694,19 +694,26 @@ OLAPStatus DataDir::load() {
// create tablet from tablet meta and add it
morningman opened a new issue #3633:
URL: https://github.com/apache/incubator-doris/issues/3633
At present, BE will read all the header information of the tablet when it
starts. When an error occurs in reading, BE only prints a warning log, and then
ignores the tablet to continue reading o
yangzhg commented on a change in pull request #3628:
URL: https://github.com/apache/incubator-doris/pull/3628#discussion_r427028900
##
File path: be/src/olap/rowset/alpha_rowset.cpp
##
@@ -300,16 +300,23 @@ OLAPStatus AlphaRowset::init() {
if (segment_group_meta.zone
wyb closed pull request #3055:
URL: https://github.com/apache/incubator-doris/pull/3055
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
morningman commented on a change in pull request #3628:
URL: https://github.com/apache/incubator-doris/pull/3628#discussion_r426621699
##
File path: be/src/olap/rowset/alpha_rowset.cpp
##
@@ -300,16 +300,23 @@ OLAPStatus AlphaRowset::init() {
if (segment_group_meta.z
yangzhg opened a new pull request #3632:
URL: https://github.com/apache/incubator-doris/pull/3632
Add config `ignore_load_tablet_failure` to determine whether to continue to
start be when load tablet from header failed.
Thi
imay commented on issue #3568:
URL:
https://github.com/apache/incubator-doris/issues/3568#issuecomment-630570090
Hi @sebbASF
This issue has been fixed, please check
This is an automated message from the Apache Git Servic
imay commented on issue #3567:
URL:
https://github.com/apache/incubator-doris/issues/3567#issuecomment-630569833
Hi @sebbASF
This issue has been fixed, please check
This is an automated message from the Apache Git Servic
imay merged pull request #3575:
URL: https://github.com/apache/incubator-doris/pull/3575
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 branch-0.11
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/branch-0.11 by this push:
new 589fcac [website] Modify down
morningman commented on a change in pull request #3584:
URL: https://github.com/apache/incubator-doris/pull/3584#discussion_r427019024
##
File path: docs/zh-CN/administrator-guide/outfile.md
##
@@ -0,0 +1,183 @@
+---
+{
+"title": "查询结果集导出",
Review comment:
ok
--
morningman commented on a change in pull request #3584:
URL: https://github.com/apache/incubator-doris/pull/3584#discussion_r427018439
##
File path: be/src/runtime/result_sink.cpp
##
@@ -35,6 +36,17 @@ ResultSink::ResultSink(const RowDescriptor& row_desc, const
std::vector&
morningman commented on a change in pull request #3584:
URL: https://github.com/apache/incubator-doris/pull/3584#discussion_r427018048
##
File path: be/src/runtime/mysql_result_writer.h
##
@@ -0,0 +1,71 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or mo
morningman commented on a change in pull request #3584:
URL: https://github.com/apache/incubator-doris/pull/3584#discussion_r427017714
##
File path: be/src/runtime/mysql_result_writer.h
##
@@ -0,0 +1,71 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or mo
morningman commented on a change in pull request #3584:
URL: https://github.com/apache/incubator-doris/pull/3584#discussion_r427017396
##
File path: be/src/runtime/file_result_writer.cpp
##
@@ -0,0 +1,319 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
morningman commented on a change in pull request #3584:
URL: https://github.com/apache/incubator-doris/pull/3584#discussion_r427017242
##
File path: be/src/runtime/file_result_writer.cpp
##
@@ -0,0 +1,319 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
morningman commented on a change in pull request #3584:
URL: https://github.com/apache/incubator-doris/pull/3584#discussion_r427016918
##
File path: be/src/runtime/file_result_writer.cpp
##
@@ -0,0 +1,319 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
morningman commented on a change in pull request #3584:
URL: https://github.com/apache/incubator-doris/pull/3584#discussion_r427016796
##
File path: be/src/exec/parquet_writer.cpp
##
@@ -0,0 +1,91 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more con
vagetablechicken commented on issue #3468:
URL:
https://github.com/apache/incubator-doris/issues/3468#issuecomment-630563767
Users can load/update/delete data by load JSON format rows, which can be
converted to PartialRows. e.g. routine load from Kafka(will soon support JSON
format load).
wuyunfeng edited a comment on issue #3306:
URL:
https://github.com/apache/incubator-doris/issues/3306#issuecomment-630555113
> 支持对Elasticsearch外表的alter操作这个我处理下
👌cool
This is an automated message from the Apache Git Se
wuyunfeng commented on issue #3306:
URL:
https://github.com/apache/incubator-doris/issues/3306#issuecomment-630555113
> 支持对Elasticsearch外表的alter操作这个我处理下
👌, cool
This is an automated message from the Apache Git Service
stalary commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r427005963
##
File path: fe/src/main/java/org/apache/doris/external/EsStateStore.java
##
@@ -74,37 +59,48 @@ public void registerTable(EsTable esTable) {
stalary commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r427005431
##
File path: fe/src/main/java/org/apache/doris/external/EsStateStore.java
##
@@ -192,77 +141,75 @@ public EsTableState parseClusterState55(String
stalary commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r427005210
##
File path: fe/src/main/java/org/apache/doris/external/EsRestClient.java
##
@@ -49,48 +54,103 @@
.readTimeout(10, TimeUnit.SECONDS)
wuyunfeng commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r426999378
##
File path: fe/src/main/java/org/apache/doris/external/EsStateStore.java
##
@@ -74,37 +59,48 @@ public void registerTable(EsTable esTable) {
wuyunfeng commented on a change in pull request #3631:
URL: https://github.com/apache/incubator-doris/pull/3631#discussion_r426978066
##
File path: extension/spark-doris-connector/pom.xml
##
@@ -168,6 +211,10 @@
com.google.flatbuffers
morningman opened a new pull request #3631:
URL: https://github.com/apache/incubator-doris/pull/3631
Fix: #3630
Mainly changes:
1. Shade and provide the thrift lib in spark-doris-connector
2. Add a `build.sh` for spark-doris-connector
3. Move the README.md of spark-doris-conn
morningman opened a new issue #3630:
URL: https://github.com/apache/incubator-doris/issues/3630
**Describe the bug**
The spark 2.1 include thrift with version 0.9.2, but `spark-doris-connector`
use version 0.9.3.
So we need to shade the thrift library in `spark-doris-connector` to avo
stalary commented on issue #3306:
URL:
https://github.com/apache/incubator-doris/issues/3306#issuecomment-630234678
支持对Elasticsearch外表的alter操作这个我处理下
This is an automated message from the Apache Git Service.
To respond to the
sduzh opened a new pull request #3629:
URL: https://github.com/apache/incubator-doris/pull/3629
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
yangzhg opened a new pull request #3628:
URL: https://github.com/apache/incubator-doris/pull/3628
Fixes #3627
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
yangzhg opened a new issue #3627:
URL: https://github.com/apache/incubator-doris/issues/3627
**Describe the bug**
if doris has duplicate tables after upgrade to 0.12.10, the be may failed to
start.
**To Reproduce**
Steps to reproduce the behavior:
1. doris has duplicate tab
HappenLee opened a new pull request #3626:
URL: https://github.com/apache/incubator-doris/pull/3626
RT
issue #3563
This is an automated message from the Apache Git Service.
To respond to the message, please log on
wkhapy123 closed issue #3525:
URL: https://github.com/apache/incubator-doris/issues/3525
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
yangzhg opened a new pull request #3625:
URL: https://github.com/apache/incubator-doris/pull/3625
support support more syntax in case-when clause with subquey.
suport query like ` case when k1 > subquery1 and k2 < subquey2 then ... else
... ` or `case when subquey in null then ...`
--
decster commented on a change in pull request #3580:
URL: https://github.com/apache/incubator-doris/pull/3580#discussion_r426449095
##
File path: be/src/olap/memory/column_writer.h
##
@@ -0,0 +1,81 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more co
decster commented on a change in pull request #3580:
URL: https://github.com/apache/incubator-doris/pull/3580#discussion_r426449191
##
File path: be/src/olap/memory/typed_column_reader.h
##
@@ -0,0 +1,221 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
decster commented on a change in pull request #3580:
URL: https://github.com/apache/incubator-doris/pull/3580#discussion_r426448038
##
File path: be/src/olap/memory/typed_column_reader.h
##
@@ -0,0 +1,221 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
decster commented on a change in pull request #3580:
URL: https://github.com/apache/incubator-doris/pull/3580#discussion_r426447837
##
File path: be/src/olap/memory/typed_column_reader.h
##
@@ -0,0 +1,221 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
decster commented on a change in pull request #3580:
URL: https://github.com/apache/incubator-doris/pull/3580#discussion_r426446742
##
File path: be/src/olap/memory/typed_column_reader.h
##
@@ -0,0 +1,221 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
decster commented on a change in pull request #3580:
URL: https://github.com/apache/incubator-doris/pull/3580#discussion_r426446533
##
File path: be/src/olap/memory/typed_column_writer.h
##
@@ -0,0 +1,305 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
decster commented on a change in pull request #3580:
URL: https://github.com/apache/incubator-doris/pull/3580#discussion_r426438772
##
File path: be/src/olap/memory/typed_column_writer.h
##
@@ -0,0 +1,305 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
decster commented on a change in pull request #3580:
URL: https://github.com/apache/incubator-doris/pull/3580#discussion_r426438450
##
File path: be/src/olap/memory/typed_column_writer.h
##
@@ -0,0 +1,305 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
morningman commented on issue #3624:
URL:
https://github.com/apache/incubator-doris/issues/3624#issuecomment-630004739
Good proposal.
However, the compaction strategy is difficult to meet all needs. In the case
of inaccurate memory statistics, manual intervention may still be requi
vagetablechicken opened a new issue #3624:
URL: https://github.com/apache/incubator-doris/issues/3624
### Current model
Each dir creates M threads for base compaction, N threads for cumulative
compaction. And compaction threads execute one compaction in one cycle(may skip
execution beca
53 matches
Mail list logo