COMPRESS) when compression is unset | 1.1 sec | Passed |
Compression options for writing to an ORC file (SNAPPY, ZLIB and NONE) | 1.5 sec | Passed |
Creating case class RDD table | 0.3 sec | Passed |
Empty schema does not read data from ORC file | 0.55 sec | Passed |
Enabling/disabling ignoreCorruptFiles | 11 sec | Passed |
Read/write All Types | 1.3 sec | Passed |
Read/write UserDefinedType | 0.88 sec | Passed |
Read/write all types with non-primitive type | 4 sec | Passed |
Read/write binary data | 0.58 sec | Passed |
SPARK-10623 Enable ORC PPD | 14 sec | Passed |
SPARK-14962 Produce correct results on array type with isnotnull | 1.5 sec | Passed |
SPARK-15198 Support for pushing down filters for boolean types | 0.84 sec | Passed |
SPARK-19809 NullPointerException on zero-size ORC file | 1.2 sec | Passed |
SPARK-20728 Make ORCFileFormat configurable between sql/hive and sql/core | 0.9 sec | Passed |
SPARK-22267 Spark SQL incorrectly reads ORC files when column order is different | 2.5 sec | Passed |
SPARK-23340 Empty float/double array columns raise EOFException | -1 ms | Skipped |
SPARK-26437 Can not query decimal type when value is 0 | 1.6 sec | Passed |
SPARK-27160 Predicate pushdown correctness on DecimalType for ORC | 1.9 sec | Passed |
SPARK-28573 ORC conversation could be applied for partitioned table insertion | 4.6 sec | Passed |
SPARK-32234 read ORC table with column names all starting with '_col' | 4.6 sec | Passed |
SPARK-5309 strings stored using dictionary compression in orc | 3.6 sec | Passed |
SPARK-8501: Avoids discovery schema from empty ORC files | 1.6 sec | Passed |
SPARK-9170: Don't implicitly lowercase of user-provided columns | 1.6 sec | Passed |
Simple selection form ORC table | 3.3 sec | Passed |
Support for pushing down filters for decimal types | 2.5 sec | Passed |
Support for pushing down filters for timestamp types | 2.3 sec | Passed |
Verify the ORC conversion parameter: CONVERT_METASTORE_ORC | 3.1 sec | Passed |
appending | 1.6 sec | Passed |
column nullability and comment - write and then read | 1.2 sec | Passed |
columns only referenced by pushed down filters should remain | 1.1 sec | Passed |
converted ORC table supports resolving mixed case field | 3.2 sec | Passed |
nested data - array of struct | 1 sec | Passed |
nested data - struct with array field | 1.2 sec | Passed |
overwriting | 2.1 sec | Passed |
read from multiple orc input paths | 1.3 sec | Passed |
save and load case class RDD with `None`s as orc | 0.63 sec | Passed |
self-join | 2.1 sec | Passed |
simple select queries | 1.9 sec | Passed |