Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 39730df

Browse files
committedJan 3, 2025·
update
1 parent 9ced701 commit 39730df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎be/src/runtime/fragment_mgr.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,6 @@ Status FragmentMgr::exec_external_plan_fragment(const TScanOpenParams& params,
12541254

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

12601259
std::shared_ptr<pipeline::PipelineFragmentContext> pip_context;

0 commit comments

Comments
 (0)
Please sign in to comment.