HappenLee commented on code in PR #40761:
URL: https://github.com/apache/doris/pull/40761#discussion_r1759648512
##########
be/src/pipeline/exec/partition_sort_sink_operator.h:
##########
@@ -66,7 +66,12 @@ struct PartitionSortInfo {
};
static constexpr size_t INITIAL_BUFFERED_BLOCK_BYTES = 64 << 20;
+
+#ifndef NDEBUG
+static constexpr size_t PARTITION_SORT_ROWS_THRESHOLD = 10;
Review Comment:
why change the default value?
##########
be/src/pipeline/exec/partition_sort_sink_operator.h:
##########
@@ -66,7 +66,12 @@ struct PartitionSortInfo {
};
static constexpr size_t INITIAL_BUFFERED_BLOCK_BYTES = 64 << 20;
+
+#ifndef NDEBUG
+static constexpr size_t PARTITION_SORT_ROWS_THRESHOLD = 10;
Review Comment:
why change the default value?
--
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 to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]