Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel39 committed Jan 3, 2025
1 parent 9ced701 commit 39730df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/runtime/fragment_mgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,6 @@ Status FragmentMgr::exec_external_plan_fragment(const TScanOpenParams& params,

Status FragmentMgr::apply_filterv2(const PPublishFilterRequestV2* request,
butil::IOBufAsZeroCopyInputStream* attach_data) {
bool is_pipeline = request->has_is_pipeline() && request->is_pipeline();
int64_t start_apply = MonotonicMillis();

std::shared_ptr<pipeline::PipelineFragmentContext> pip_context;
Expand Down

0 comments on commit 39730df

Please sign in to comment.