zhuqi-lucas commented on code in PR #14534:
URL: https://github.com/apache/datafusion/pull/14534#discussion_r1946040045
##
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;
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;
2010YOUY01 commented on code in PR #14534:
URL: https://github.com/apache/datafusion/pull/14534#discussion_r1945987503
##
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;
zhuqi-lucas opened a new pull request, #14534:
URL: https://github.com/apache/datafusion/pull/14534
## Which issue does this PR close?
This is a minor change for remove unused file and mod.
## Are there any user-facing changes?
no
--
This is an automated messag