alamb commented on code in PR #19728:
URL: https://github.com/apache/datafusion/pull/19728#discussion_r2840828503
##########
datafusion-examples/examples/data_io/parquet_advanced_index.rs:
##########
@@ -567,7 +567,7 @@ impl ParquetFileReaderFactory for
CachedParquetFileReaderFactory {
.object_meta
.location
.parts()
- .last()
+ .next_back()
Review Comment:
clippy told me to do this -- I am not sure why it doesn't do so on main
--
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]