jayshrivastava commented on code in PR #22464:
URL: https://github.com/apache/datafusion/pull/22464#discussion_r3292023934


##########
datafusion/physical-expr/src/expressions/unknown_column.rs:
##########
@@ -27,6 +27,9 @@ use arrow::{
     record_batch::RecordBatch,
 };
 use datafusion_common::{Result, internal_err};
+
+#[cfg(feature = "proto")]
+use datafusion_proto_models::protobuf;

Review Comment:
   nit: you can move this use statement into the `try_to_proto` and 
`try_from_proto` methods



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