forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[fix](read) remove logic of estimating count of rows to read …
…in segment iterator to avoid wrong result of unique key (apache#29109) (apache#29110)" This reverts commit 74b5ef0. And fix bug: when avg_row_size > config::doris_scan_block_max_mb, _opts.block_row_max will be set to 0, which will cause early EOF.
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters