chakkk309 commented on code in PR #22532:
URL: https://github.com/apache/datafusion/pull/22532#discussion_r3322109503
##########
datafusion/physical-expr/src/expressions/is_not_null.rs:
##########
@@ -113,6 +166,8 @@ pub fn is_not_null(arg: Arc<dyn PhysicalExpr>) ->
Result<Arc<dyn PhysicalExpr>>
#[cfg(test)]
mod tests {
use super::*;
+ #[cfg(feature = "proto")]
+ use crate::expressions::Column;
Review Comment:
Done, thanks! I moved the proto-specific tests into a separate `proto_tests`
module following the existing pattern.
--
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]