Description
Apache ORC should support returning all NULLs by the following.
conf.set(OrcConf.INCLUDE_COLUMNS.getAttribute, "")
Currently, it raises the following exceptions.
For input string: "" java.lang.NumberFormatException: For input string: "" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:592) at java.lang.Integer.parseInt(Integer.java:615) at org.apache.orc.mapred.OrcInputFormat.parseInclude(OrcInputFormat.java:69)
Attachments
Issue Links
- relates to
-
SPARK-20901 Feature parity for ORC with Parquet
- Open
- links to