imay merged pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
imay merged pull request #1698: refactor RowsetReaderContext
URL: https://github.com/apache/incubator-doris/pull/1698
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
wangbo commented on a change in pull request #1694: optimize V2 BinaryPlainPage
format (#1648)
URL: https://github.com/apache/incubator-doris/pull/1694#discussion_r317461796
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -222,39 +194,26 @@ class Bina
wangbo commented on a change in pull request #1694: optimize V2 BinaryPlainPage
format (#1648)
URL: https://github.com/apache/incubator-doris/pull/1694#discussion_r317461852
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -147,37 +140,16 @@ class Bina
wangbo commented on a change in pull request #1694: optimize V2 BinaryPlainPage
format (#1648)
URL: https://github.com/apache/incubator-doris/pull/1694#discussion_r317461652
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -81,24 +81,19 @@ class Binary
wangbo commented on a change in pull request #1694: optimize V2 BinaryPlainPage
format (#1648)
URL: https://github.com/apache/incubator-doris/pull/1694#discussion_r317461632
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -81,24 +81,19 @@ class Binary
imay commented on issue #1698: refactor RowsetReaderContext
URL: https://github.com/apache/incubator-doris/pull/1698#issuecomment-524728679
> > I see that in schema_chage.cpp you assign need_ordered_result to true
here, which I think it should be false?
>
> This is to keep the behavi
gaodayue commented on issue #1694: optimize V2 BinaryPlainPage format (#1648)
URL: https://github.com/apache/incubator-doris/pull/1694#issuecomment-524725582
Please also update the PR description that this is to fix #1648
Thi
gaodayue commented on a change in pull request #1694: optimize V2
BinaryPlainPage format (#1648)
URL: https://github.com/apache/incubator-doris/pull/1694#discussion_r317453726
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -222,39 +194,26 @@ class Bi
gaodayue commented on a change in pull request #1694: optimize V2
BinaryPlainPage format (#1648)
URL: https://github.com/apache/incubator-doris/pull/1694#discussion_r317456094
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -63,9 +63,9 @@ class Binary
gaodayue commented on a change in pull request #1694: optimize V2
BinaryPlainPage format (#1648)
URL: https://github.com/apache/incubator-doris/pull/1694#discussion_r317458003
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -222,39 +194,26 @@ class Bi
gaodayue commented on a change in pull request #1694: optimize V2
BinaryPlainPage format (#1648)
URL: https://github.com/apache/incubator-doris/pull/1694#discussion_r317453369
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -81,24 +81,19 @@ class Bina
gaodayue commented on a change in pull request #1694: optimize V2
BinaryPlainPage format (#1648)
URL: https://github.com/apache/incubator-doris/pull/1694#discussion_r317457866
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -222,39 +194,26 @@ class Bi
gaodayue commented on a change in pull request #1694: optimize V2
BinaryPlainPage format (#1648)
URL: https://github.com/apache/incubator-doris/pull/1694#discussion_r317454379
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -147,37 +140,16 @@ class Bi
gaodayue commented on a change in pull request #1694: optimize V2
BinaryPlainPage format (#1648)
URL: https://github.com/apache/incubator-doris/pull/1694#discussion_r317452834
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -81,24 +81,19 @@ class Bina
gaodayue commented on a change in pull request #1694: optimize V2
BinaryPlainPage format (#1648)
URL: https://github.com/apache/incubator-doris/pull/1694#discussion_r317452506
##
File path: be/src/olap/rowset/segment_v2/binary_plain_page.h
##
@@ -81,24 +81,19 @@ class Bina
gaodayue commented on issue #1698: refactor RowsetReaderContext
URL: https://github.com/apache/incubator-doris/pull/1698#issuecomment-524716865
> I see that in schema_chage.cpp you assign need_ordered_result to true
here, which I think it should be false?
This is to keep the behavior
imay commented on issue #1698: refactor RowsetReaderContext
URL: https://github.com/apache/incubator-doris/pull/1698#issuecomment-524712910
> @imay
>
> > I think preaggregation and need_ordered_result are different things.
When preaggregation is true, returning unordered data is OK.
kangkaisen commented on a change in pull request #1610: Add bitmap agg type and
udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r317437457
##
File path: be/src/olap/wrapper_field.cpp
##
@@ -53,14 +53,17 @@ WrapperField* WrapperField::create(const T
gaodayue commented on issue #1698: refactor RowsetReaderContext
URL: https://github.com/apache/incubator-doris/pull/1698#issuecomment-524696441
@imay
> I think preaggregation and need_ordered_result are different things. When
preaggregation is true, returning unordered data is OK.
imay commented on a change in pull request #1610: Add bitmap agg type and udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r317432262
##
File path: be/src/olap/wrapper_field.cpp
##
@@ -53,14 +53,17 @@ WrapperField* WrapperField::create(const TabletCo
imay commented on issue #1698: refactor RowsetReaderContext
URL: https://github.com/apache/incubator-doris/pull/1698#issuecomment-524688567
@gaodayue
I think `preaggregation` and `need_ordered_result ` are different things.
When `preaggregation` is true, returning unordered data is OK.
morningman commented on a change in pull request #1699: Support converting
RowBatch and RowBlockV2 to/from Arrow
URL: https://github.com/apache/incubator-doris/pull/1699#discussion_r317424096
##
File path: be/src/util/arrow/row_block.cpp
##
@@ -0,0 +1,323 @@
+// Licensed t
morningman commented on a change in pull request #1699: Support converting
RowBatch and RowBlockV2 to/from Arrow
URL: https://github.com/apache/incubator-doris/pull/1699#discussion_r317424846
##
File path: be/src/util/arrow/row_batch.h
##
@@ -0,0 +1,70 @@
+// Licensed to t
morningman commented on a change in pull request #1699: Support converting
RowBatch and RowBlockV2 to/from Arrow
URL: https://github.com/apache/incubator-doris/pull/1699#discussion_r317423529
##
File path: be/src/util/arrow/row_block.h
##
@@ -0,0 +1,65 @@
+// Licensed to t
morningman commented on a change in pull request #1699: Support converting
RowBatch and RowBlockV2 to/from Arrow
URL: https://github.com/apache/incubator-doris/pull/1699#discussion_r317423425
##
File path: be/src/util/arrow/utils.h
##
@@ -0,0 +1,49 @@
+// Licensed to the A
imay opened a new pull request #1699: Support converting RowBatch and
RowBlockV2 to/from Arrow
URL: https://github.com/apache/incubator-doris/pull/1699
This is an automated message from the Apache Git Service.
To respond to
gaodayue opened a new pull request #1698: refactor RowsetReaderContext
URL: https://github.com/apache/incubator-doris/pull/1698
This PR refactors RowsetReaderContext and adds more comments to help
developers understand the read path.
Tha main changes are
- move index stream ca
28 matches
Mail list logo