zhuqi-lucas commented on code in PR #14534: URL: https://github.com/apache/datafusion/pull/14534#discussion_r1946069187
########## datafusion/physical-plan/src/sorts/mod.rs: ########## @@ -19,12 +19,9 @@ mod builder; mod cursor; -mod index; mod merge; pub mod partial_sort; pub mod sort; pub mod sort_preserving_merge; mod stream; pub mod streaming_merge; - -pub use index::RowIndex; Review Comment: cargo clippy -- -D dead_code It seems it can detect the unused code, but we still use the struct in mod, so we can't detect those code. -- 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