dedsec-terminal opened a new pull request, #1729:
URL: https://github.com/apache/datafusion-python/pull/1729

   # Which issue does this PR close?
   
   Closes #1728.
   
   # Rationale for this change
   
   `examples/csv-read-options.py` failed when executed because it attempted to 
read `data.csv` and `data.csv.gz` which do not exist in the repository.
   
   # What changes are included in this PR?
   
   - Made `examples/csv-read-options.py` self-contained by generating small 
temporary CSV and gzipped CSV files in a `tempfile.TemporaryDirectory()`.
   - Added `.show()` calls to display example DataFrame outputs.
   
   # Are there any user-facing changes?
   
   No breaking changes; fixes example execution so it is runnable out of the 
box.


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