Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Apr 19, 2024
1 parent 10344fb commit e805e93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions be/src/vec/exprs/table_function/vexplode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ Status VExplodeTableFunction::process_init(Block* block, RuntimeState* state) {

_array_column =
block->get_by_position(value_column_idx).column->convert_to_full_column_if_const();
LOG(INFO) << "block dump:" << block->dump_structure();
LOG(INFO) << block->dump_data();
if (!extract_column_array_info(*_array_column, _detail)) {
return Status::NotSupported("column type {} not supported now",
block->get_by_position(value_column_idx).column->get_name());
Expand Down

0 comments on commit e805e93

Please sign in to comment.