alamb commented on code in PR #2840: URL: https://github.com/apache/arrow-datafusion/pull/2840#discussion_r919343111
########## datafusion/proto/src/from_proto.rs: ########## @@ -656,21 +658,22 @@ impl TryFrom<&protobuf::ScalarListValue> for ScalarValue { fn try_from( scalar_list_value: &protobuf::ScalarListValue, ) -> Result<Self, Self::Error> { - use protobuf::{scalar_type::Datatype, PrimitiveScalarType}; + if 2 > 1 { Review Comment: I think the ballista CI checks only run in the ballista repo 🤔 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org