GitHub user sureshthalamati opened a pull request:

    https://github.com/apache/spark/pull/13105

    [SPARK-15315][SQL] Adding error check to  the CSV datasource writer for 
unsupported complex data types.

    ## What changes were proposed in this pull request?
    
    Adds error handling to the CSV writer  for unsupported complex data types.  
Currently garbage gets written to the output csv files if the data frame schema 
has complex data types. 
    
    ## How was this patch tested?
    
    Added new unit test case.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sureshthalamati/spark 
csv_complex_types_SPARK-15315

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/13105.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #13105
    
----
commit 15f6086aca62da54ec59ea91bc0c1de8a99c346d
Author: sureshthalamati <[email protected]>
Date:   2016-05-13T07:06:13Z

    Adding error check to csv datasource write for unsupported complext types.

----


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