Bugfix: px merge sort coordinator returns invalid rows

This commit is contained in:
obdev
2023-02-09 17:13:30 +00:00
committed by ob-robot
parent 65769df1a6
commit 1d14ac17a9
7 changed files with 44 additions and 4 deletions

View File

@ -519,7 +519,7 @@ protected:
// try open operator
int try_open() { return opened_ ? common::OB_SUCCESS : open(); }
void do_clear_datum_eval_flag();
virtual void do_clear_datum_eval_flag();
void clear_batch_end_flag() { brs_.end_ = false; }
inline void reset_batchrows()
{