Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Oct 29, 2024
1 parent 3e61fef commit 3187eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/morpheus/morpheus/_lib/src/stages/deserialize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ DeserializeStage::subscribe_fn_t DeserializeStage::build_operator()
incoming_message, i, std::min(i + this->m_batch_size, incoming_message->count()));
auto sliced_info = sliced_meta.get_info();

// This unforuntately requires grabbing the GIL and is a work-around for issue #2018
auto new_meta = MessageMeta::create_from_python(CudfHelper::table_from_table_info(sliced_info));
windowed_message->payload(new_meta);

Expand Down

0 comments on commit 3187eb1

Please sign in to comment.