imay commented on a change in pull request #1190: Add date-function doc
URL: https://github.com/apache/incubator-doris/pull/1190#discussion_r286801017
##
File path:
docs/documentation/cn/sql-reference/sql-functions/date-functions/date_format.md
##
@@ -0,0 +1,93 @@
+# date_
imay commented on a change in pull request #1190: Add date-function doc
URL: https://github.com/apache/incubator-doris/pull/1190#discussion_r286800920
##
File path:
docs/documentation/cn/sql-reference/sql-functions/date-functions/from_unixtime.md
##
@@ -0,0 +1,40 @@
+# fro
morningman opened a new issue #1192: BE crashed after doing restore process
URL: https://github.com/apache/incubator-doris/issues/1192
**Describe the bug**
The final step of restore process is to move the downloaded files from
snapshot dir to real tablet dir. After move success, the file
HangyuanLiu commented on a change in pull request #1190: Add date-function doc
URL: https://github.com/apache/incubator-doris/pull/1190#discussion_r286808911
##
File path:
docs/documentation/cn/sql-reference/sql-functions/date-functions/date_format.md
##
@@ -0,0 +1,93 @@
+
imay merged pull request #1190: Add date-function doc
URL: https://github.com/apache/incubator-doris/pull/1190
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
morningman opened a new pull request #1193: Fix bug that restore process in BE
causes BE crash
URL: https://github.com/apache/incubator-doris/pull/1193
When calling SnapshotLoader.move(), all files should be revoked if they
are in GC queue, or the file may be deleted after move() succes
imay commented on a change in pull request #1193: Fix bug that restore process
in BE causes BE crash
URL: https://github.com/apache/incubator-doris/pull/1193#discussion_r286847449
##
File path: be/src/runtime/snapshot_loader.cpp
##
@@ -555,12 +568,16 @@ Status SnapshotLoa
imay commented on a change in pull request #1193: Fix bug that restore process
in BE causes BE crash
URL: https://github.com/apache/incubator-doris/pull/1193#discussion_r286845898
##
File path: be/src/runtime/snapshot_loader.cpp
##
@@ -538,6 +539,18 @@ Status SnapshotLoad
morningman merged pull request #1193: Fix bug that restore process in BE causes
BE crash
URL: https://github.com/apache/incubator-doris/pull/1193
This is an automated message from the Apache Git Service.
To respond to the m
morningman merged pull request #1186: Print unfinished tablet when cancel load
job
URL: https://github.com/apache/incubator-doris/pull/1186
This is an automated message from the Apache Git Service.
To respond to the message,
EmmyMiao87 commented on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-495203181
[https://github.com/apache/incubator-doris/pull/1191](url)
This is an automated message
EmmyMiao87 commented on issue #1095: Unifies load flow
URL:
https://github.com/apache/incubator-doris/issues/1095#issuecomment-495203643
#1191 1. Add persistence of new load 2. Change non-streaming insert to
streaming insert
imay merged pull request #1191: Change insert into to streaming
URL: https://github.com/apache/incubator-doris/pull/1191
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
kangpinghuang opened a new issue #1194: Cloned files be deleted after compaction
URL: https://github.com/apache/incubator-doris/issues/1194
**Describe the bug**
Now compacted rowset's files will be deleted async by adding rowset to
unused rowsets and if clone happens simultaneously, the
kangpinghuang commented on issue #1194: Cloned files be deleted after compaction
URL:
https://github.com/apache/incubator-doris/issues/1194#issuecomment-495441478
The bug is files_to_check I passed is just filenames not the filepaths,
while the unused rowsets's related files are managed by
kangpinghuang closed issue #1194: Cloned files be deleted after compaction
URL: https://github.com/apache/incubator-doris/issues/1194
This is an automated message from the Apache Git Service.
To respond to the message, please
kangpinghuang commented on issue #1194: Cloned files be deleted after compaction
URL:
https://github.com/apache/incubator-doris/issues/1194#issuecomment-495442195
Fixed by #1181
This is an automated message from the Apache Gi
kangpinghuang opened a new issue #1195: Optimize meta tool for be_refactor
URL: https://github.com/apache/incubator-doris/issues/1195
There are some problems with the meta tool:
1. compile: there are compile problems
2. extensible: the code framework is not extensible to add new featur
kangpinghuang opened a new pull request #1196: optimize meta tool
URL: https://github.com/apache/incubator-doris/pull/1196
Fix issue #1195
This is an automated message from the Apache Git Service.
To respond to the message, pl
morningman opened a new issue #1197: Unlimited FE audit logs may occupy too
muck disk space
URL: https://github.com/apache/incubator-doris/issues/1197
FE audit log is currently unlimited and rolling by day.
We should limit the max number of audit logs
---
morningman opened a new pull request #1198: Modify FE sys log and audit log
configuration
URL: https://github.com/apache/incubator-doris/pull/1198
Change all FE logs with suffix `MMdd` or `MMddHH`, specified by 2 new
configurations: 'sys_log_roll_interval' and 'audit_log_roll_int
yiguolei commented on a change in pull request #1196: optimize meta tool
URL: https://github.com/apache/incubator-doris/pull/1196#discussion_r287193048
##
File path: be/src/tools/meta_tool.cpp
##
@@ -29,144 +27,140 @@
#include "olap/tablet_meta_manager.h"
#include "olap/o
imay commented on a change in pull request #1198: Modify FE sys log and audit
log configuration
URL: https://github.com/apache/incubator-doris/pull/1198#discussion_r287193816
##
File path: fe/src/main/java/org/apache/doris/common/Config.java
##
@@ -18,46 +18,67 @@
package
morningman commented on a change in pull request #1198: Modify FE sys log and
audit log configuration
URL: https://github.com/apache/incubator-doris/pull/1198#discussion_r287195201
##
File path: fe/src/main/java/org/apache/doris/common/Config.java
##
@@ -18,46 +18,67 @@
p
morningman closed pull request #1198: Modify FE sys log and audit log
configuration
URL: https://github.com/apache/incubator-doris/pull/1198
This is an automated message from the Apache Git Service.
To respond to the message
morningman opened a new pull request #1198: Modify FE sys log and audit log
configuration
URL: https://github.com/apache/incubator-doris/pull/1198
Change all FE logs with suffix `MMdd` or `MMddHH`, specified by 2 new
configurations: 'sys_log_roll_interval' and 'audit_log_roll_int
morningman merged pull request #1198: Modify FE sys log and audit log
configuration
URL: https://github.com/apache/incubator-doris/pull/1198
This is an automated message from the Apache Git Service.
To respond to the message
chaoyli opened a new pull request #1199: Change BUILD_TYPE to RELEASE for
be_refactor
URL: https://github.com/apache/incubator-doris/pull/1199
This is an automated message from the Apache Git Service.
To respond to the messa
chaoyli merged pull request #1199: Change BUILD_TYPE to RELEASE for be_refactor
URL: https://github.com/apache/incubator-doris/pull/1199
This is an automated message from the Apache Git Service.
To respond to the message, ple
chaoyli opened a new pull request #1200: Merge refactor code into master
URL: https://github.com/apache/incubator-doris/pull/1200
1. Refactoring be is to clarify the structure the codes.
2. Use unique id to indicate a rowset.
Nameing rowset with tablet_id and version will lead to
morningman opened a new issue #1201: Too many thrift connection from BE to FE
URL: https://github.com/apache/incubator-doris/issues/1201
**Describe the bug**
The Client Cache in BE is currently unlimited, which may cache a lot of
thrift client.
--
morningman opened a new pull request #1202: Add max cache size to ClientCache
in BE
URL: https://github.com/apache/incubator-doris/pull/1202
Currently, unlimited client cache pool may cause too many connections in FE
ISSUE: #1201
imay commented on a change in pull request #1202: Add max cache size to
ClientCache in BE
URL: https://github.com/apache/incubator-doris/pull/1202#discussion_r287296622
##
File path: be/src/runtime/client_cache.cpp
##
@@ -135,15 +135,26 @@ Status ClientCacheHelper::create_
imay commented on a change in pull request #1202: Add max cache size to
ClientCache in BE
URL: https://github.com/apache/incubator-doris/pull/1202#discussion_r287294679
##
File path: be/src/runtime/client_cache.cpp
##
@@ -201,6 +212,14 @@ void ClientCacheHelper::test_shutd
imay commented on a change in pull request #1202: Add max cache size to
ClientCache in BE
URL: https://github.com/apache/incubator-doris/pull/1202#discussion_r287297438
##
File path: be/src/runtime/client_cache.h
##
@@ -108,6 +112,9 @@ class ClientCacheHelper {
// Met
morningman commented on a change in pull request #1202: Add max cache size to
ClientCache in BE
URL: https://github.com/apache/incubator-doris/pull/1202#discussion_r287336208
##
File path: be/src/runtime/client_cache.cpp
##
@@ -201,6 +212,14 @@ void ClientCacheHelper::test
morningman commented on a change in pull request #1202: Add max cache size to
ClientCache in BE
URL: https://github.com/apache/incubator-doris/pull/1202#discussion_r287336346
##
File path: be/src/runtime/client_cache.cpp
##
@@ -135,15 +135,26 @@ Status ClientCacheHelper::c
morningman commented on a change in pull request #1202: Add max cache size to
ClientCache in BE
URL: https://github.com/apache/incubator-doris/pull/1202#discussion_r287336441
##
File path: be/src/runtime/client_cache.h
##
@@ -108,6 +112,9 @@ class ClientCacheHelper {
morningman commented on a change in pull request #1202: Add max cache size to
ClientCache in BE
URL: https://github.com/apache/incubator-doris/pull/1202#discussion_r287336441
##
File path: be/src/runtime/client_cache.h
##
@@ -108,6 +112,9 @@ class ClientCacheHelper {
imay commented on a change in pull request #1202: Add max cache size to
ClientCache in BE
URL: https://github.com/apache/incubator-doris/pull/1202#discussion_r287351687
##
File path: be/src/runtime/client_cache.h
##
@@ -89,7 +89,11 @@ class ClientCacheHelper {
private:
imay commented on a change in pull request #1202: Add max cache size to
ClientCache in BE
URL: https://github.com/apache/incubator-doris/pull/1202#discussion_r287351860
##
File path: fe/src/main/java/org/apache/doris/qe/Coordinator.java
##
@@ -667,8 +667,11 @@ private void
imay commented on a change in pull request #1202: Add max cache size to
ClientCache in BE
URL: https://github.com/apache/incubator-doris/pull/1202#discussion_r287359123
##
File path: be/src/runtime/client_cache.cpp
##
@@ -135,15 +135,23 @@ Status ClientCacheHelper::create_
imay merged pull request #1202: Add max cache size to ClientCache in BE
URL: https://github.com/apache/incubator-doris/pull/1202
This is an automated message from the Apache Git Service.
To respond to the message, please log
skyler-tao opened a new issue #1203: compile be error using docker image
URL: https://github.com/apache/incubator-doris/issues/1203
**Describe the bug**
On my Mac, I have installed docker, so I use the docker image
apachedoris/doris-dev:build-env to compile the source code.
fe is ok,
imay commented on issue #1203: compile be error using docker image
URL:
https://github.com/apache/incubator-doris/issues/1203#issuecomment-495887745
Hi it seems like you meet a GCC error not a Doris problem.
Maybe there is no enough memory for compilation.
You can change `PARALLE
skyler-tao closed issue #1203: compile be error using docker image
URL: https://github.com/apache/incubator-doris/issues/1203
This is an automated message from the Apache Git Service.
To respond to the message, please log on
skyler-tao commented on issue #1203: compile be error using docker image
URL:
https://github.com/apache/incubator-doris/issues/1203#issuecomment-496054327
Yes, you're right.
This is an automated message from the Apache Git Se
HangyuanLiu opened a new pull request #1204: Support arbitrary kafka properties
URL: https://github.com/apache/incubator-doris/pull/1204
Support arbitrary kafka parameters and can be expanded in the future
This is an automated
HangyuanLiu opened a new issue #1205: Support arbitrary kafka parameters
URL: https://github.com/apache/incubator-doris/issues/1205
**Is your feature request related to a problem? Please describe.**
Support arbitrary kafka parameters like kafka shell
"bin/kafka-console-consumer.sh --prop
imay commented on a change in pull request #1204: Support arbitrary kafka
properties
URL: https://github.com/apache/incubator-doris/pull/1204#discussion_r287684743
##
File path: be/src/runtime/routine_load/data_consumer.cpp
##
@@ -72,6 +72,13 @@ Status KafkaDataConsumer::i
imay commented on a change in pull request #1204: Support arbitrary kafka
properties
URL: https://github.com/apache/incubator-doris/pull/1204#discussion_r287687112
##
File path:
fe/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java
##
@@ -367,6 +381,
imay commented on a change in pull request #1204: Support arbitrary kafka
properties
URL: https://github.com/apache/incubator-doris/pull/1204#discussion_r287684683
##
File path: be/src/runtime/routine_load/data_consumer.cpp
##
@@ -72,6 +72,13 @@ Status KafkaDataConsumer::i
imay commented on a change in pull request #1204: Support arbitrary kafka
properties
URL: https://github.com/apache/incubator-doris/pull/1204#discussion_r287686336
##
File path:
fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java
##
@@ -394,6 +400,17 @@
morningman commented on a change in pull request #1204: Support arbitrary kafka
properties
URL: https://github.com/apache/incubator-doris/pull/1204#discussion_r287692307
##
File path: be/src/runtime/routine_load/data_consumer.cpp
##
@@ -72,6 +72,13 @@ Status KafkaDataConsu
HangyuanLiu opened a new pull request #1206: Add some date time function doc
URL: https://github.com/apache/incubator-doris/pull/1206
Add some date time function doc
This is an automated message from the Apache Git Service.
To
imay merged pull request #1206: Add some date time function doc
URL: https://github.com/apache/incubator-doris/pull/1206
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
kangpinghuang opened a new pull request #1207: Fix tablet size overflow bug
URL: https://github.com/apache/incubator-doris/pull/1207
This is an automated message from the Apache Git Service.
To respond to the message, please
imay merged pull request #1207: Fix tablet size overflow bug
URL: https://github.com/apache/incubator-doris/pull/1207
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
imay commented on a change in pull request #1204: Support arbitrary kafka
properties
URL: https://github.com/apache/incubator-doris/pull/1204#discussion_r287737689
##
File path:
fe/src/main/java/org/apache/doris/load/routineload/KafkaRoutineLoadJob.java
##
@@ -96,6 +99,10
morningman commented on a change in pull request #1204: Support arbitrary kafka
properties
URL: https://github.com/apache/incubator-doris/pull/1204#discussion_r287907056
##
File path: docs/help/Contents/Data Manipulation/routine_load.md
##
@@ -157,6 +157,13 @@
morningman merged pull request #1204: Support arbitrary kafka properties
URL: https://github.com/apache/incubator-doris/pull/1204
This is an automated message from the Apache Git Service.
To respond to the message, please log
morningman closed issue #1205: Support arbitrary kafka parameters
URL: https://github.com/apache/incubator-doris/issues/1205
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
HangyuanLiu opened a new pull request #1208: Fix datediff function
URL: https://github.com/apache/incubator-doris/pull/1208
Fix the datediff function to compatible with MySQL function logic
The DATEDIFF function only uses the date part for calculations and ignores
the time part
---
imay commented on a change in pull request #1208: Fix datediff function
URL: https://github.com/apache/incubator-doris/pull/1208#discussion_r287918807
##
File path: fe/src/main/java/org/apache/doris/rewrite/FEFunctions.java
##
@@ -55,9 +55,16 @@
@FEFunction(name = "
imay merged pull request #1208: Fix datediff function
URL: https://github.com/apache/incubator-doris/pull/1208
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
yiguolei opened a new pull request #1209: Olapsnapshot converter not set
tablet uid correctly
URL: https://github.com/apache/incubator-doris/pull/1209
This is an automated message from the Apache Git Service.
To respond to
chaoyli merged pull request #1209: Olapsnapshot converter not set tablet uid
correctly
URL: https://github.com/apache/incubator-doris/pull/1209
This is an automated message from the Apache Git Service.
To respond to the mes
chenhao7253886 opened a new pull request #1210: Add optimization with cost and
fix unit test
URL: https://github.com/apache/incubator-doris/pull/1210
This is an automated message from the Apache Git Service.
To respond to th
yiguolei opened a new pull request #1211: Change FileDownloader to http client
URL: https://github.com/apache/incubator-doris/pull/1211
This is an automated message from the Apache Git Service.
To respond to the message, plea
chaoyli merged pull request #1211: Change FileDownloader to http client
URL: https://github.com/apache/incubator-doris/pull/1211
This is an automated message from the Apache Git Service.
To respond to the message, please log
kangpinghuang commented on a change in pull request #1211: Change
FileDownloader to http client
URL: https://github.com/apache/incubator-doris/pull/1211#discussion_r288369936
##
File path: be/src/olap/task/engine_batch_load_task.cpp
##
@@ -218,96 +172,94 @@ void EngineBatc
kangpinghuang commented on a change in pull request #1211: Change
FileDownloader to http client
URL: https://github.com/apache/incubator-doris/pull/1211#discussion_r288370468
##
File path: be/src/olap/task/engine_batch_load_task.cpp
##
@@ -316,11 +268,9 @@ AgentStatus Engi
kangpinghuang commented on a change in pull request #1211: Change
FileDownloader to http client
URL: https://github.com/apache/incubator-doris/pull/1211#discussion_r288370338
##
File path: be/src/olap/task/engine_batch_load_task.cpp
##
@@ -218,96 +172,94 @@ void EngineBatc
kangpinghuang commented on a change in pull request #1211: Change
FileDownloader to http client
URL: https://github.com/apache/incubator-doris/pull/1211#discussion_r288369590
##
File path: be/src/olap/task/engine_batch_load_task.cpp
##
@@ -113,45 +113,31 @@ AgentStatus Eng
kangpinghuang commented on a change in pull request #1211: Change
FileDownloader to http client
URL: https://github.com/apache/incubator-doris/pull/1211#discussion_r288370414
##
File path: be/src/olap/task/engine_batch_load_task.cpp
##
@@ -218,96 +172,94 @@ void EngineBatc
kangpinghuang commented on a change in pull request #1211: Change
FileDownloader to http client
URL: https://github.com/apache/incubator-doris/pull/1211#discussion_r288370375
##
File path: be/src/olap/task/engine_batch_load_task.cpp
##
@@ -218,96 +172,94 @@ void EngineBatc
kangpinghuang commented on a change in pull request #1211: Change
FileDownloader to http client
URL: https://github.com/apache/incubator-doris/pull/1211#discussion_r288369809
##
File path: be/src/olap/task/engine_batch_load_task.cpp
##
@@ -218,96 +172,94 @@ void EngineBatc
wengad82 opened a new issue #1212: bin/start_fe.sh: line 59:
/home/doris/run/fe/conf/fe.conf: No such file or directory
URL: https://github.com/apache/incubator-doris/issues/1212
Dockerfile:
> FROM centos:7.2.1511
RUN mkdir /home/doris/run/ -p
# copy jdk and doris binar
morningman commented on issue #1212: bin/start_fe.sh: line 59:
/home/doris/run/fe/conf/fe.conf: No such file or directory
URL:
https://github.com/apache/incubator-doris/issues/1212#issuecomment-496769155
You can first attach to the container, and see if there has file:
`/home/doris/run/fe
morningman closed issue #1201: Too many thrift connection from BE to FE
URL: https://github.com/apache/incubator-doris/issues/1201
This is an automated message from the Apache Git Service.
To respond to the message, please lo
imay opened a new pull request #1213: Add spatial func
URL: https://github.com/apache/incubator-doris/pull/1213
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
wengad82 commented on issue #1212: bin/start_fe.sh: line 59:
/home/doris/run/fe/conf/fe.conf: No such file or directory
URL:
https://github.com/apache/incubator-doris/issues/1212#issuecomment-496771712
yes,theres is a fe.conf under /home/doris/run/fe/conf
[root@study conf]# docker e
kangkaisen opened a new issue #1214: cannot find symbol when compile FE with
JDK 12
URL: https://github.com/apache/incubator-doris/issues/1214
**Describe the bug**
The following error will occur when compile FE with JDK 12:
```
[ERROR]
/home/kangkaisen/palo/fe/src/main/java/org/ap
kangkaisen opened a new pull request #1215: Remove unnecessary import
sun.security.ssl.Debug
URL: https://github.com/apache/incubator-doris/pull/1215
Fix https://github.com/apache/incubator-doris/issues/1214
This is an autom
kangkaisen closed issue #1216: Doris Stream Load API response has changed in
Doris 0.10
URL: https://github.com/apache/incubator-doris/issues/1216
This is an automated message from the Apache Git Service.
To respond to the m
kangkaisen opened a new issue #1216: Doris Stream Load API response has changed
in Doris 0.10
URL: https://github.com/apache/incubator-doris/issues/1216
The old response is :
```
{
"Status": "Success",
"Message": "OK",
"NumberLoadedRows": 2,
"NumberFiltered
imay commented on issue #1214: cannot find symbol when compile FE with JDK 12
URL:
https://github.com/apache/incubator-doris/issues/1214#issuecomment-496780110
> Besides, **I think we should add a
[maven-checkstyle-plugin](https://maven.apache.org/plugins/maven-checkstyle-plugin/)
to chec
imay closed issue #1214: cannot find symbol when compile FE with JDK 12
URL: https://github.com/apache/incubator-doris/issues/1214
This is an automated message from the Apache Git Service.
To respond to the message, please lo
imay merged pull request #1215: Remove unnecessary import sun.security.ssl.Debug
URL: https://github.com/apache/incubator-doris/pull/1215
This is an automated message from the Apache Git Service.
To respond to the message, pl
imay closed pull request #1213: Add spatial func
URL: https://github.com/apache/incubator-doris/pull/1213
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
imay opened a new pull request #1213: Add spatial func
URL: https://github.com/apache/incubator-doris/pull/1213
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
kangkaisen commented on issue #1214: cannot find symbol when compile FE with
JDK 12
URL:
https://github.com/apache/incubator-doris/issues/1214#issuecomment-496795347
OK. I could do this work, but I am busy recently. I will do this work when
I have time.
Before I do it, I will discus
chaoyli commented on a change in pull request #1200: Merge refactor code into
master
URL: https://github.com/apache/incubator-doris/pull/1200#discussion_r287940884
##
File path: be/src/exec/olap_scanner.cpp
##
@@ -80,29 +80,30 @@ Status OlapScanner::_prepare(
strt
chaoyli commented on a change in pull request #1200: Merge refactor code into
master
URL: https://github.com/apache/incubator-doris/pull/1200#discussion_r288398316
##
File path: be/src/olap/task/engine_clone_task.cpp
##
@@ -0,0 +1,903 @@
+// Licensed to the Apache Software
chaoyli commented on a change in pull request #1200: Merge refactor code into
master
URL: https://github.com/apache/incubator-doris/pull/1200#discussion_r288380781
##
File path: be/src/olap/olap_snapshot_converter.cpp
##
@@ -0,0 +1,531 @@
+// Licensed to the Apache Softwar
chaoyli commented on a change in pull request #1200: Merge refactor code into
master
URL: https://github.com/apache/incubator-doris/pull/1200#discussion_r288398752
##
File path: be/src/olap/task/engine_clone_task.cpp
##
@@ -0,0 +1,903 @@
+// Licensed to the Apache Software
chaoyli commented on a change in pull request #1200: Merge refactor code into
master
URL: https://github.com/apache/incubator-doris/pull/1200#discussion_r288378703
##
File path: be/src/olap/data_dir.cpp
##
@@ -0,0 +1,1011 @@
+// Licensed to the Apache Software Foundation (
chaoyli commented on a change in pull request #1200: Merge refactor code into
master
URL: https://github.com/apache/incubator-doris/pull/1200#discussion_r288394171
##
File path: be/src/olap/data_dir.cpp
##
@@ -0,0 +1,1011 @@
+// Licensed to the Apache Software Foundation (
chaoyli commented on a change in pull request #1200: Merge refactor code into
master
URL: https://github.com/apache/incubator-doris/pull/1200#discussion_r288380282
##
File path: be/src/olap/olap_snapshot_converter.cpp
##
@@ -0,0 +1,531 @@
+// Licensed to the Apache Softwar
chaoyli commented on a change in pull request #1200: Merge refactor code into
master
URL: https://github.com/apache/incubator-doris/pull/1200#discussion_r288381230
##
File path: be/src/olap/olap_snapshot_converter.cpp
##
@@ -0,0 +1,531 @@
+// Licensed to the Apache Softwar
201 - 300 of 7706 matches
Mail list logo