Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Apr 18, 2024
1 parent 7c91858 commit b4c54ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions be/src/vec/exprs/table_function/udf_table_function.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ Status UDFTableFunction::process_init(Block* block, RuntimeState* state) {
env->DeleteLocalRef(input_map);
env->DeleteLocalRef(output_map);
RETURN_IF_ERROR(JniConnector::fill_block(block, {_result_column_idx}, output_address));
LOG(INFO)<<"block dump: "<<block->dump_structure();
LOG(INFO)<<block->dump_data();
block->erase(_result_column_idx);
if (!extract_column_array_info(*_array_result_column, _array_column_detail)) {
return Status::NotSupported("column type {} not supported now",
Expand Down

0 comments on commit b4c54ad

Please sign in to comment.