timsaucer commented on code in PR #980:
URL: https://github.com/apache/datafusion-python/pull/980#discussion_r1907894122


##########
python/datafusion/context.py:
##########
@@ -472,6 +472,18 @@ def __init__(
 
         self.ctx = SessionContextInternal(config, runtime)
 
+    def enable_url_table(self) -> "SessionContext":
+
+        """Control if local files can be queried as tables.

Review Comment:
   ```suggestion
       def enable_url_table(self) -> "SessionContext":
           """Control if local files can be queried as tables.
   ```



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to