## Proposed changes pick from master: https://github.com/apache/doris/pull/33904 https://github.com/apache/doris/pull/34090 Co-authored-by: HappenLee <happenlee@hotmail.com>
This commit is contained in:
@ -364,7 +364,7 @@ Block* process_table_function(TableFunction* fn, Block* input_block,
|
||||
}
|
||||
|
||||
do {
|
||||
fn->get_value(column);
|
||||
fn->get_same_many_values(column, 1);
|
||||
fn->forward();
|
||||
} while (!fn->eos());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user