Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Sep 25, 2023
1 parent 7f6db56 commit 8059d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/exec/scan/new_jdbc_scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Status NewJdbcScanner::prepare(RuntimeState* state, const VExprContextSPtrs& con
get_parent()->_scanner_profile->add_info_string("QuerySql", _jdbc_param.query_string);
} else { //pipelineX
_local_state->scanner_profile()->add_info_string("JdbcDriverClass",
_jdbc_param.driver_class);
_jdbc_param.driver_class);
_local_state->scanner_profile()->add_info_string("JdbcDriverUrl", _jdbc_param.driver_path);
_local_state->scanner_profile()->add_info_string("JdbcUrl", _jdbc_param.jdbc_url);
_local_state->scanner_profile()->add_info_string("QuerySql", _jdbc_param.query_string);
Expand Down

0 comments on commit 8059d9c

Please sign in to comment.