Github user HyukjinKwon commented on the pull request:

    https://github.com/apache/spark/pull/10800#issuecomment-172459208
  
    Hm.. Could you know anything about the test `test different encoding`? This 
is ignored and when I test this, this emits exception below.
    
    ```
    00:17:40.263 ERROR org.apache.spark.executor.Executor: Exception in task 
0.0 in stage 0.0 (TID 0)
    java.io.InvalidClassException: 
org.apache.spark.sql.execution.datasources.csv.CSVRelation; unable to create 
instance
        at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1788)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
        at 
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1993)
        at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1918)
        at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1801)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
        at 
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1993)
        at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1918)
        at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1801)
    ```
    
    I am looking into this though. I just wonder if you know already.


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