kangpinghuang commented on issue #458: Create table error:
java.net.SocketTimeoutException: Read timed out
URL: https://github.com/apache/incubator-doris/issues/458#issuecomment-451074946
hi @kangkaisen , Is there any failure log in be?
EmmyMiao87 commented on a change in pull request #456: Add routine load
statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244926882
##
File path:
fe/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java
##
@@ -132,8 +149,140 @
EmmyMiao87 commented on a change in pull request #456: Add routine load
statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244921882
##
File path:
fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java
##
@@ -0,0 +1,336 @@
+// Lic
chaoyli commented on a change in pull request #493: Make tablet and tablet_meta
can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244918853
##
File path: be/src/olap/tablet_manager.cpp
##
@@ -1141,7 +1140,7 @@ OLAPStatus TabletManager::_cr
chaoyli commented on a change in pull request #493: Make tablet and tablet_meta
can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244918351
##
File path: be/src/olap/tablet_manager.cpp
##
@@ -684,7 +683,7 @@ TabletSharedPtr
TabletManager:
chaoyli commented on a change in pull request #493: Make tablet and tablet_meta
can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244918081
##
File path: be/src/olap/rowset/rowset_meta.h
##
@@ -241,6 +241,8 @@ class RowsetMeta {
_
chaoyli commented on a change in pull request #493: Make tablet and tablet_meta
can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244917956
##
File path: be/src/tools/meta_tool.cpp
##
@@ -157,7 +158,9 @@ int main(int argc, char** argv) {
chaoyli commented on a change in pull request #493: Make tablet and tablet_meta
can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244917876
##
File path: be/src/olap/rowset/rowset.h
##
@@ -34,18 +34,23 @@ using RowsetSharedPtr = std::share
chaoyli commented on a change in pull request #493: Make tablet and tablet_meta
can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244917872
##
File path: be/src/olap/rowset/rowset_meta.h
##
@@ -241,6 +241,8 @@ class RowsetMeta {
_
chaoyli commented on a change in pull request #493: Make tablet and tablet_meta
can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244917831
##
File path: be/src/olap/snapshot_manager.h
##
@@ -57,10 +57,10 @@ class SnapshotManager {
//
chaoyli commented on a change in pull request #493: Make tablet and tablet_meta
can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244917651
##
File path: be/src/olap/olap_define.h
##
@@ -173,7 +173,7 @@ enum OLAPStatus {
// Tablet
chaoyli commented on a change in pull request #493: Make tablet and tablet_meta
can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244917604
##
File path: be/src/olap/rowset/segment_reader.cpp
##
@@ -48,26 +48,26 @@ SegmentReader::SegmentRe
chaoyli commented on a change in pull request #493: Make tablet and tablet_meta
can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244917567
##
File path: be/src/olap/rowset/rowset_meta_manager.cpp
##
@@ -33,73 +33,73 @@ namespace doris {
chaoyli commented on a change in pull request #493: Make tablet and tablet_meta
can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244916815
##
File path: be/src/olap/tablet.cpp
##
@@ -83,8 +82,8 @@ bool Tablet::can_do_compaction() {
/
chaoyli commented on a change in pull request #493: Make tablet and tablet_meta
can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244916772
##
File path: be/src/olap/rowset/rowset_builder.h
##
@@ -51,17 +51,17 @@ class RowsetBuilder {
pub
kangpinghuang commented on a change in pull request #493: Make tablet and
tablet_meta can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244907791
##
File path: be/src/olap/snapshot_manager.h
##
@@ -57,10 +57,10 @@ class SnapshotManager {
kangpinghuang commented on a change in pull request #493: Make tablet and
tablet_meta can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244908228
##
File path: be/src/olap/tablet_manager.cpp
##
@@ -1141,7 +1140,7 @@ OLAPStatus TabletManage
kangpinghuang commented on a change in pull request #493: Make tablet and
tablet_meta can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244908166
##
File path: be/src/olap/tablet_manager.cpp
##
@@ -684,7 +683,7 @@ TabletSharedPtr
TabletMa
kangpinghuang commented on a change in pull request #493: Make tablet and
tablet_meta can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244907467
##
File path: be/src/olap/rowset/rowset_meta.h
##
@@ -241,6 +241,8 @@ class RowsetMeta {
kangpinghuang commented on a change in pull request #493: Make tablet and
tablet_meta can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244907976
##
File path: be/src/olap/tablet.cpp
##
@@ -83,8 +82,8 @@ bool Tablet::can_do_compaction() {
kangpinghuang commented on a change in pull request #493: Make tablet and
tablet_meta can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244905831
##
File path: be/src/olap/rowset/rowset_builder.h
##
@@ -51,17 +51,17 @@ class RowsetBuilder
kangpinghuang commented on a change in pull request #493: Make tablet and
tablet_meta can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244907710
##
File path: be/src/olap/rowset/segment_reader.cpp
##
@@ -48,26 +48,26 @@ SegmentReader::Seg
kangpinghuang commented on a change in pull request #493: Make tablet and
tablet_meta can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244907346
##
File path: be/src/olap/olap_define.h
##
@@ -173,7 +173,7 @@ enum OLAPStatus {
// Tabl
kangpinghuang commented on a change in pull request #493: Make tablet and
tablet_meta can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244908480
##
File path: be/src/olap/rowset/rowset_meta.h
##
@@ -241,6 +241,8 @@ class RowsetMeta {
kangpinghuang commented on a change in pull request #493: Make tablet and
tablet_meta can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244907585
##
File path: be/src/olap/rowset/rowset_meta_manager.cpp
##
@@ -33,73 +33,73 @@ namespace dor
kangpinghuang commented on a change in pull request #493: Make tablet and
tablet_meta can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244907877
##
File path: be/src/olap/rowset/rowset.h
##
@@ -34,18 +34,23 @@ using RowsetSharedPtr = std:
kangpinghuang commented on a change in pull request #493: Make tablet and
tablet_meta can be compiled
URL: https://github.com/apache/incubator-doris/pull/493#discussion_r244908391
##
File path: be/src/tools/meta_tool.cpp
##
@@ -157,7 +158,9 @@ int main(int argc, char** arg
chaoyli closed pull request #492: Modify segment file name
URL: https://github.com/apache/incubator-doris/pull/492
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request
chaoyli closed pull request #493: Make tablet and tablet_meta can be compiled
URL: https://github.com/apache/incubator-doris/pull/493
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a fo
imay commented on issue #494: Support for metabase
URL: https://github.com/apache/incubator-doris/issues/494#issuecomment-451047987
Could you give us some help, or could you give us a PR to support metabase?
This is an automat
morningman commented on a change in pull request #456: Add routine load
statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244901150
##
File path:
fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java
##
@@ -0,0 +1,323 @@
+// Lic
morningman commented on a change in pull request #456: Add routine load
statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244901682
##
File path:
fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java
##
@@ -0,0 +1,323 @@
+// Lic
morningman commented on a change in pull request #456: Add routine load
statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244902497
##
File path: fe/src/main/java/org/apache/doris/analysis/PartitionNames.java
##
@@ -0,0 +1,58 @@
+// Licensed to
morningman commented on a change in pull request #456: Add routine load
statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244901799
##
File path:
fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java
##
@@ -0,0 +1,323 @@
+// Lic
morningman commented on a change in pull request #456: Add routine load
statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244903270
##
File path: fe/src/main/java/org/apache/doris/catalog/StreamDataSourceType.java
##
@@ -0,0 +1,23 @@
+// License
morningman commented on a change in pull request #456: Add routine load
statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244904933
##
File path: fe/src/main/java/org/apache/doris/analysis/PauseRoutineLoadStmt.java
##
@@ -0,0 +1,50 @@
+// Licens
kangpinghuang commented on a change in pull request #492: Modify segment file
name
URL: https://github.com/apache/incubator-doris/pull/492#discussion_r244904696
##
File path: be/src/olap/rowset/rowset_meta.h
##
@@ -42,6 +42,11 @@ class RowsetMeta {
return _deseria
kangpinghuang commented on a change in pull request #492: Modify segment file
name
URL: https://github.com/apache/incubator-doris/pull/492#discussion_r244904685
##
File path: be/src/olap/rowset/segment_reader.cpp
##
@@ -39,7 +39,6 @@ SegmentReader::SegmentReader(
chenhao7253886 closed pull request #486: Support io and cpu indicates for
current query
URL: https://github.com/apache/incubator-doris/pull/486
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As t
ikingnet opened a new issue #494: Support for metabase
URL: https://github.com/apache/incubator-doris/issues/494
**Is your feature request related to a problem? Please describe.**
[Metabase](https://github.com/metabase/metabase) is a business intelligence
and analytics tool,drois is good
imay commented on a change in pull request #456: Add routine load statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244903984
##
File path:
fe/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java
##
@@ -132,8 +149,140 @@ publi
imay commented on a change in pull request #456: Add routine load statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244901614
##
File path:
fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java
##
@@ -0,0 +1,323 @@
+// Licensed t
imay commented on a change in pull request #456: Add routine load statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244901604
##
File path:
fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java
##
@@ -0,0 +1,323 @@
+// Licensed t
imay commented on a change in pull request #456: Add routine load statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244903661
##
File path:
fe/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java
##
@@ -55,155 +69,224 @@
* The r
imay commented on a change in pull request #456: Add routine load statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244901815
##
File path:
fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java
##
@@ -0,0 +1,323 @@
+// Licensed t
imay commented on a change in pull request #456: Add routine load statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244901751
##
File path:
fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java
##
@@ -0,0 +1,323 @@
+// Licensed t
imay commented on a change in pull request #456: Add routine load statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244299480
##
File path:
fe/src/main/java/org/apache/doris/analysis/CreateRoutineLoadStmt.java
##
@@ -0,0 +1,336 @@
+// Licensed t
imay commented on a change in pull request #456: Add routine load statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r244900197
##
File path: fe/src/main/cup/sql_parser.cup
##
@@ -1103,6 +1146,87 @@ opt_cluster ::=
:}
;
+// Routine load
chaoyli opened a new pull request #493: Make tablet and tablet_meta can be
compiled
URL: https://github.com/apache/incubator-doris/pull/493
This is an automated message from the Apache Git Service.
To respond to the message,
chaoyli commented on a change in pull request #492: Modify segment file name
URL: https://github.com/apache/incubator-doris/pull/492#discussion_r244903229
##
File path: be/src/olap/rowset/rowset_meta.h
##
@@ -42,6 +42,11 @@ class RowsetMeta {
return _deserialize_fr
chaoyli commented on a change in pull request #492: Modify segment file name
URL: https://github.com/apache/incubator-doris/pull/492#discussion_r244903665
##
File path: be/src/olap/rowset/segment_reader.cpp
##
@@ -39,7 +39,6 @@ SegmentReader::SegmentReader(
const s
kangpinghuang opened a new pull request #492: Modify segment file name
URL: https://github.com/apache/incubator-doris/pull/492
1、modify segment file name to rowset_id + segment_number
2、add rowset init_from_pb api
3、optimize cmake file to move rowset cmake file to subdirectory of olap
chaoyli closed pull request #491: Move push logic to batch load task
URL: https://github.com/apache/incubator-doris/pull/491
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pul
morningman commented on a change in pull request #490: Enhance the usability of
Load operation
URL: https://github.com/apache/incubator-doris/pull/490#discussion_r244689060
##
File path: gensrc/thrift/FrontendService.thrift
##
@@ -492,6 +492,7 @@ struct TStreamLoadPutReque
morningman commented on a change in pull request #490: Enhance the usability of
Load operation
URL: https://github.com/apache/incubator-doris/pull/490#discussion_r244687364
##
File path:
fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/WildcardURI.java
#
yiguolei opened a new pull request #491: Move push logic to batch load task
URL: https://github.com/apache/incubator-doris/pull/491
- move push logic to batch load task
This is an automated message from the Apache Git Service.
imay commented on a change in pull request #490: Enhance the usability of Load
operation
URL: https://github.com/apache/incubator-doris/pull/490#discussion_r244678690
##
File path: gensrc/thrift/FrontendService.thrift
##
@@ -492,6 +492,7 @@ struct TStreamLoadPutRequest {
imay commented on a change in pull request #490: Enhance the usability of Load
operation
URL: https://github.com/apache/incubator-doris/pull/490#discussion_r244678220
##
File path:
fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/WildcardURI.java
##
@@
imay commented on a change in pull request #450: Add EsScanNode
URL: https://github.com/apache/incubator-doris/pull/450#discussion_r244676358
##
File path: be/src/exec/es_scan_node.cpp
##
@@ -128,66 +136,59 @@ Status EsScanNode::open(RuntimeState* state) {
params._
59 matches
Mail list logo