Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
do not early close sorter
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan committed Jan 7, 2021
1 parent 25a7302 commit c684367
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ class ColumnarSorter(
has_next = sort_iterator.hasNext()

if (has_next == false) {
close()
//TODO(): should try to close sorter
//close()
}

return has_next
Expand Down

0 comments on commit c684367

Please sign in to comment.