Skip to content

Commit

Permalink
[Bug](pipeline) fix pipeline jdbc coredump in regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
HappenLee committed Aug 11, 2023
1 parent a2fd488 commit 2b28e39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions be/src/pipeline/pipeline_fragment_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,7 @@ Status PipelineFragmentContext::prepare(const doris::TPipelineFragmentParams& re
typeid(*node) == typeid(vectorized::NewOdbcScanNode) ||
typeid(*node) == typeid(vectorized::NewEsScanNode) ||
typeid(*node) == typeid(vectorized::VMetaScanNode)
#ifdef LIBJVM
|| typeid(*node) == typeid(vectorized::NewJdbcScanNode)
#endif
) {
auto* scan_node = static_cast<vectorized::VScanNode*>(scan_nodes[i]);
auto scan_ranges = find_with_default(local_params.per_node_scan_ranges, scan_node->id(),
Expand Down

0 comments on commit 2b28e39

Please sign in to comment.