Github user sbcd90 commented on the pull request:

    https://github.com/apache/spark/pull/13257#issuecomment-221452898
  
    Hello @HyukjinKwon , I think it is an ORC issue. There is a final call to 
ORC api & feel that the issue should be fixed in ORC.
    
    ```
    new OrcOutputFormat().getRecordWriter(
          new Path(path, filename).getFileSystem(conf),
          conf.asInstanceOf[JobConf],
          new Path(path, filename).toString,
          Reporter.NULL
        ).asInstanceOf[RecordWriter[NullWritable, Writable]]
    ```
    
    Do you have any different suggestions?


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