Github user rxin commented on the issue:

    https://github.com/apache/spark/pull/13372
  
    Actually sorry -- I thought about this more and unfortunately we can't do 
it this way.  The main problem is that we would break existing option use case, 
e.g. the following code:
    ```python
    df.option("sep", "|").csv("...")
    ```
    
    In this case, the default sep would still be chosen. I'm going to revert 
this patch, and then think about a workaround instead.



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

Reply via email to