Jefffrey commented on code in PR #19508:
URL: https://github.com/apache/datafusion/pull/19508#discussion_r2649130823


##########
datafusion/ffi/tests/utils/mod.rs:
##########
@@ -23,6 +23,11 @@ use datafusion_ffi::execution::FFI_TaskContextProvider;
 use datafusion_ffi::proto::logical_extension_codec::FFI_LogicalExtensionCodec;
 use datafusion_proto::logical_plan::DefaultLogicalExtensionCodec;
 
+// Creates a default SessionContext and FFI Logical Extension Codec
+// for use in FFI integration tests.
+// This helper centralizes setup logic and is kept intentionally
+// for upcoming FFI test expansions.
+#[allow(dead_code)]

Review Comment:
   ```suggestion
   #[expect(dead_code)]
   ```
   
   - Thanks for this, after https://github.com/apache/datafusion/pull/19480 
we'll need to change this to an expect



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