alamb commented on code in PR #21263:
URL: https://github.com/apache/datafusion/pull/21263#discussion_r3018099025


##########
datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs:
##########
@@ -547,7 +547,9 @@ async fn verify_ordered_aggregate(frame: &DataFrame, 
expected_sort: bool) {
         type Node = Arc<dyn ExecutionPlan>;
 
         fn f_down(&mut self, node: &'n Self::Node) -> 
Result<TreeNodeRecursion> {
-            if let Some(exec) = node.as_any().downcast_ref::<AggregateExec>() {
+            if let Some(exec) =

Review Comment:
   I will be honest that the previous syntax is quite a bit nicer 🤔 



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

Reply via email to