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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to