zhuqi-lucas commented on code in PR #14534:
URL: https://github.com/apache/datafusion/pull/14534#discussion_r1946033818


##########
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:
   Thank you @2010YOUY01 for review, this is a good point if we can detect such 
unused structs in CI.



-- 
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

Reply via email to