fix: case issue
This commit is contained in:
parent
dd0ac98a5f
commit
4cba023447
|
@ -365,7 +365,7 @@ typedef struct SSortExecInfo {
|
|||
} SSortExecInfo;
|
||||
|
||||
typedef struct SNonSortExecInfo {
|
||||
|
||||
int32_t blkNums;
|
||||
} SNonSortExecInfo;
|
||||
|
||||
|
||||
|
|
|
@ -210,7 +210,7 @@ class TDTestCase:
|
|||
#self.check_explain_res_has_row('SortMerge', explain_res)
|
||||
#self.check_explain_res_has_row("blocking=0", explain_res)
|
||||
explain_res = self.explain_sql(sql_hint)
|
||||
self.check_explain_res_has_row('SortMerge', explain_res)
|
||||
self.check_explain_res_has_row('Merge', explain_res)
|
||||
self.check_explain_res_has_row('blocking=0', explain_res)
|
||||
|
||||
def test_pipelined_agg_plan_with_slimit(self):
|
||||
|
|
Loading…
Reference in New Issue