timsaucer commented on code in PR #19079:
URL: https://github.com/apache/datafusion/pull/19079#discussion_r2593483535


##########
datafusion/ffi/src/execution_plan.rs:
##########
@@ -301,7 +301,7 @@ impl ExecutionPlan for ForeignExecutionPlan {
 }
 
 #[cfg(test)]
-mod tests {
+pub(crate) mod tests {

Review Comment:
   Yes, so that I can reuse the `EmptyExec` in other unit tests, specifically 
in `datafusion/ffi/src/proto/physical_extension_codec.rs`



-- 
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]

Reply via email to