vadimpiven commented on code in PR #23528:
URL: https://github.com/apache/datafusion/pull/23528#discussion_r3595185638
##########
datafusion/physical-optimizer/src/utils.rs:
##########
@@ -220,3 +233,77 @@ pub(crate) fn
range_partitioning_satisfies_key_partitioning(
pub fn is_limit(plan: &Arc<dyn ExecutionPlan>) -> bool {
plan.is::<GlobalLimitExec>() || plan.is::<LocalLimitExec>()
}
+
+#[cfg(test)]
Review Comment:
@alamb Changed test to be `.slt`, thank you for the suggestion, turned out
that fix belonged to a different place.
--
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]