comphead commented on code in PR #18672:
URL: https://github.com/apache/datafusion/pull/18672#discussion_r2554637905
##########
datafusion/ffi/src/plan_properties.rs:
##########
@@ -176,6 +178,10 @@ impl TryFrom<FFI_PlanProperties> for PlanProperties {
type Error = DataFusionError;
fn try_from(ffi_props: FFI_PlanProperties) -> Result<Self, Self::Error> {
+ if (ffi_props.library_marker_id)() == crate::get_library_marker_id() {
Review Comment:
perhaps we can add some comments here? afaiu it is the place where the plan
properties are asserted as been foreign or not?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]