imay commented on a change in pull request #2952: Fix some function DATE type
priority
URL: https://github.com/apache/incubator-doris/pull/2952#discussion_r381830172
##
File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java
##
@@ -802,7 +802,6 @@ priva
imay commented on a change in pull request #2952: Fix some function DATE type
priority
URL: https://github.com/apache/incubator-doris/pull/2952#discussion_r381828431
##
File path: fe/src/test/java/org/apache/doris/utframe/ConstantExpressTest.java
##
@@ -0,0 +1,130 @@
+pack
kangkaisen opened a new pull request #2952: Fix some function DATE type priority
URL: https://github.com/apache/incubator-doris/pull/2952
1. Fix the bug introduced by
https://github.com/apache/incubator-doris/pull/2947.
The following sql result is , which is wrong. The result shoul
wangbo commented on a change in pull request #2940: spark etl build global dict
doc
URL: https://github.com/apache/incubator-doris/pull/2940#discussion_r381780855
##
File path: docs/documentation/cn/internal/spark_etl_global_dict.md
##
@@ -0,0 +1,125 @@
+# 目标
+支持Spark ETL导
wangbo edited a comment on issue #2940: spark etl build global dict doc
URL: https://github.com/apache/incubator-doris/pull/2940#issuecomment-588605086
@morningman
> spark 构建全局索引的工作,我理解是 spark导入功能中的一部分是吧?
是的,如果本次导入是有精确去重字段的话,是需要在流程中加一步构建全局字典。
>
目前一个spark导入作业所需要的信息,使用sql表述感
wangbo commented on issue #2940: spark etl build global dict doc
URL: https://github.com/apache/incubator-doris/pull/2940#issuecomment-588605086
@morningman
> spark 构建全局索引的工作,我理解是 spark导入功能中的一部分是吧?
是的,如果本次导入是有精确去重字段的话,是需要在流程中加一步构建全局字典。
>
目前一个spark导入作业所需要的信息,使用sql表述感觉非常复杂了,
wangbo commented on a change in pull request #2940: spark etl build global dict
doc
URL: https://github.com/apache/incubator-doris/pull/2940#discussion_r381733448
##
File path: docs/documentation/cn/internal/spark_etl_global_dict.md
##
@@ -0,0 +1,125 @@
+# 目标
+支持Spark ETL导
lingbin opened a new pull request #2951: [ut] Add log to track problem in
small_file_mgr_test
URL: https://github.com/apache/incubator-doris/pull/2951
This case will occasionally fail in regression testing, so we add
some logs to help to solve it.
---
morningman merged pull request #2950: [Bug] Missing `in memory` property for
restore meta info
URL: https://github.com/apache/incubator-doris/pull/2950
This is an automated message from the Apache Git Service.
To respond to
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from ed299d5 Create pprof_profile_dir before heap profiling (#2944)
add 180bf02 [Bug] Missing `in memo
EmmyMiao87 closed pull request #2821: The new materialized view selector
URL: https://github.com/apache/incubator-doris/pull/2821
This is an automated message from the Apache Git Service.
To respond to the message, please log
imay merged pull request #2944: create pprof_profile_dir before heap profiling
URL: https://github.com/apache/incubator-doris/pull/2944
This is an automated message from the Apache Git Service.
To respond to the message, plea
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 ed299d5 Create pprof_profile_dir before
WingsGo commented on issue #2751: Fix bug for SIGFPE produced in
AlphaRowset::split_range
URL: https://github.com/apache/incubator-doris/pull/2751#issuecomment-588563520
> The current_num_rows_per_row_block is loaded in olap_index.cpp.
> If you can reproduce the bug, you can print the va
chaoyli commented on issue #2949: add rle v2 encoding for segment v2
URL: https://github.com/apache/incubator-doris/pull/2949#issuecomment-588286553
If you just move the old code from the AlphaRowset, the question of
AlphaRowset still exists.
Like
- I/O exemplification of read St
chaoyli merged pull request #2777: [Alter] Add more schema change to varchar
type
URL: https://github.com/apache/incubator-doris/pull/2777
This is an automated message from the Apache Git Service.
To respond to the message,
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 cc0d412 [Alter] Add more schema ch
morningman commented on a change in pull request #2940: spark etl build global
dict doc
URL: https://github.com/apache/incubator-doris/pull/2940#discussion_r381342174
##
File path: docs/documentation/cn/internal/spark_etl_global_dict.md
##
@@ -0,0 +1,125 @@
+# 目标
+支持Spark
kangpinghuang commented on a change in pull request #2940: spark etl build
global dict doc
URL: https://github.com/apache/incubator-doris/pull/2940#discussion_r381307037
##
File path: docs/documentation/cn/internal/spark_etl_global_dict.md
##
@@ -0,0 +1,125 @@
+# 目标
+支持Spa
kangpinghuang commented on a change in pull request #2940: spark etl build
global dict doc
URL: https://github.com/apache/incubator-doris/pull/2940#discussion_r381306214
##
File path: docs/documentation/cn/internal/spark_etl_global_dict.md
##
@@ -0,0 +1,125 @@
+# 目标
+支持Spa
imay commented on a change in pull request #2804: [JDK] Support OpenJDK
URL: https://github.com/apache/incubator-doris/pull/2804#discussion_r381300010
##
File path: fe/src/main/java/org/apache/doris/rpc/BackendServiceProxy.java
##
@@ -53,6 +56,11 @@
private static Ba
morningman opened a new pull request #2950: [Bug] Missing `in memory` property
for restore meta info
URL: https://github.com/apache/incubator-doris/pull/2950
This bug is introduced by PR #2846
This is an automated message fro
vagetablechicken commented on issue #2780: OlapTableSink::send is low efficient?
URL:
https://github.com/apache/incubator-doris/issues/2780#issuecomment-588210735
> The enhancement of this test case seems not obvious?
the origin ver is being tested. It typically takes 5h. I haven't t
kangpinghuang opened a new pull request #2949: add rle v2 encoding for segment
v2
URL: https://github.com/apache/incubator-doris/pull/2949
1. reuse the rle encoding in alpha rowset
2. modify segment_test because of change of encoding
issue: #2886
-
imay merged pull request #2933: Fix the flush_status bug in flush-executor
URL: https://github.com/apache/incubator-doris/pull/2933
This is an automated message from the Apache Git Service.
To respond to the message, please l
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 c617fc9 Fix the flush_status bug in flu
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 cfcc29f [Bug] Missing `in memory` prope
imay merged pull request #2948: [Bug] Missing `in memory` property for old
version of partition info
URL: https://github.com/apache/incubator-doris/pull/2948
This is an automated message from the Apache Git Service.
To respo
imay merged pull request #2947: Fix some function with date type bug
URL: https://github.com/apache/incubator-doris/pull/2947
This is an automated message from the Apache Git Service.
To respond to the message, please log on
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 147953f Fix some function with date typ
morningman merged pull request #2926: [Alter] Change table's state right after
all rollup jobs being cancelled
URL: https://github.com/apache/incubator-doris/pull/2926
This is an automated message from the Apache Git Service
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 a015cd0 [Alter] Change table's sta
chaoyli commented on issue #2780: OlapTableSink::send is low efficient?
URL:
https://github.com/apache/incubator-doris/issues/2780#issuecomment-588163478
The enhancement of this test case seems not obvious?
This is an automat
vagetablechicken edited a comment on issue #2944: create pprof_profile_dir
before heap profiling
URL: https://github.com/apache/incubator-doris/pull/2944#issuecomment-588157911
> If `heap_profile_dir` is not empty, then the profile will be opened and
the performance of the process will be
vagetablechicken commented on issue #2944: create pprof_profile_dir before heap
profiling
URL: https://github.com/apache/incubator-doris/pull/2944#issuecomment-588157911
> If `heap_profile_dir` is not empty, then the profile will be opened and
the performance of the process will be reduced
vagetablechicken commented on issue #2780: OlapTableSink::send is low efficient?
URL:
https://github.com/apache/incubator-doris/issues/2780#issuecomment-588156273
# OlapTableSink Multithreading Solution Design
## single-thread model (original model)

add ceaa790 [Alter] Drop
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from a76f2b8 bitmap_union_count support window function (#2902)
add 3994b52 [Alter] Change max create
morningman merged pull request #2945: [Alter]Make max create replicas timeout
configurable
URL: https://github.com/apache/incubator-doris/pull/2945
This is an automated message from the Apache Git Service.
To respond to the
lingbin commented on a change in pull request #2933: Fix the flush_status bug
in flush-executor
URL: https://github.com/apache/incubator-doris/pull/2933#discussion_r381164233
##
File path: be/src/olap/memtable_flush_executor.cpp
##
@@ -35,15 +31,15 @@ std::ostream& operato
morningman opened a new pull request #2948: [Bug] Missing `in memory` property
for old version of partition info
URL: https://github.com/apache/incubator-doris/pull/2948
This bug is introduced by PR #2846
This is an automate
42 matches
Mail list logo