alamb commented on code in PR #2875: URL: https://github.com/apache/arrow-datafusion/pull/2875#discussion_r918244093
########## datafusion/physical-expr/src/expressions/try_cast.rs: ########## @@ -82,6 +82,19 @@ impl PhysicalExpr for TryCastExpr { &array, &self.cast_type, )?)), + ColumnarValue::Scalar(scalar) Review Comment: This is the actual code change -- the rest of the PR is tests -- 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