goldmedal commented on code in PR #12573:
URL: https://github.com/apache/datafusion/pull/12573#discussion_r1769722123


##########
datafusion-examples/examples/external_dependency/query-aws-s3.rs:
##########
@@ -64,7 +64,7 @@ async fn main() -> Result<()> {
     df.show().await?;
 
     // dynamic query by the file path
-    ctx.enable_url_table();
+    let ctx = ctx.enable_url_table();

Review Comment:
   Thanks for reminding this bug!



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