alamb commented on code in PR #13580: URL: https://github.com/apache/datafusion/pull/13580#discussion_r1861137419
########## datafusion/common/src/cast.rs: ########## @@ -93,14 +131,9 @@ pub fn as_string_view_array(array: &dyn Array) -> Result<&StringViewArray> { Ok(downcast_value!(array, StringViewArray)) } -// Downcast ArrayRef to UInt32Array -pub fn as_uint32_array(array: &dyn Array) -> Result<&UInt32Array> { Review Comment: these were just moved elsewhere in this file I think -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org