Github user tpoterba commented on the issue:
https://github.com/apache/spark/pull/18005
Addressed comments.
I tried to get some benchmark stats for this code:
```python
spark.read.csv(text_file).write.mode('overwrite').parquet(parquet_path)
```
I wanted to see the performance improvement for files with various numbers
of columns/rows that were all 1.5G. However, I didn't see much of a difference
with <30 columns and catalyst blew up when I tried ~50 columns (I wanted to go
up to several hundred)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]