Github user gatorsmile commented on the issue:

    https://github.com/apache/spark/pull/13907
  
    Nope. If users do not specify the intput and output formats. We will use 
the default `INPUTFORMAT`, which is `org.apache.hadoop.mapred.TextInputFormat` 
and the default `OUTPUTFORMAT`, which is 
`org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat`. This is different 
from the standard input and output formats for `ORC`: 
`org.apache.hadoop.hive.ql.io.orc.OrcInputFormat` and 
`org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat`. 
    
    I am not sure whether we should still convert it. Please let me know if you 
think we should still convert them. Thanks!



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