alamb commented on code in PR #14328: URL: https://github.com/apache/datafusion/pull/14328#discussion_r1931042157
########## datafusion/core/src/datasource/physical_plan/arrow_file.rs: ########## @@ -311,7 +311,7 @@ impl FileOpener for ArrowOpener { { decoder.read_dictionary( dict_block, - &Buffer::from_bytes(dict_result.into()), + &Buffer::from(dict_result), Review Comment: - Due to https://github.com/apache/arrow-rs/pull/6939 (make it easier to convert from `Bytes` to `Buffer`) -- 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