Tushar7012 commented on code in PR #20039:
URL: https://github.com/apache/datafusion/pull/20039#discussion_r2736786444


##########
datafusion/catalog-listing/src/helpers.rs:
##########
@@ -368,7 +369,8 @@ fn try_into_partitioned_file(
 /// `filters` should only contain expressions that can be evaluated
 /// using only the partition columns.
 pub async fn pruned_partition_list<'a>(
-    ctx: &'a dyn Session,
+    config: &'a ConfigOptions,

Review Comment:
   Good catch! These changes are not related to the async UDF fix. My branch 
was accidentally based on top of another feature branch 
(parallelize-list-files-for-scan) instead of main. I'll rebase this PR to only 
include the commits relevant to fixing nested async UDF execution. Thanks for 
pointing this out!



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