kosiew commented on code in PR #1336:
URL:
https://github.com/apache/datafusion-python/pull/1336#discussion_r2704240999
##########
python/datafusion/input/location.py:
##########
@@ -78,8 +78,7 @@ def build_table(
msg = "TODO: Currently unable to support CSV input files."
raise RuntimeError(msg)
else:
- msg = f"Input of format: `{format}` is currently not supported.\
- Only Parquet and CSV."
+ msg = f"Input of format: `{file_format}` is currently not
supported. Only Parquet and CSV."
Review Comment:
There is another section which needs correction.
https://github.com/apache/datafusion-python/blob/a9229673bbb4c5706386ee83179d4741777c577d/python/datafusion/input/location.py#L63
--
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]