COMPRESS) when compression is unset | 0.25 sec | Passed |
Compression options for writing to an ORC file (SNAPPY, ZLIB and NONE) | 0.34 sec | Passed |
Creating case class RDD table | 0.1 sec | Passed |
Empty schema does not read data from ORC file | 0.15 sec | Passed |
Enabling/disabling ignoreCorruptFiles | 2.2 sec | Passed |
LZO compression options for writing to an ORC file | 0.13 sec | Passed |
Read/write All Types | 0.35 sec | Passed |
Read/write UserDefinedType | 0.23 sec | Passed |
Read/write all types with non-primitive type | 1.6 sec | Passed |
Read/write binary data | 0.15 sec | Passed |
SPARK-10623 Enable ORC PPD | 1.6 sec | Passed |
SPARK-14962 Produce correct results on array type with isnotnull | 0.28 sec | Passed |
SPARK-15198 Support for pushing down filters for boolean types | 0.21 sec | Passed |
SPARK-20728 Make ORCFileFormat configurable between sql/hive and sql/core | 28 ms | Passed |
SPARK-21791 ORC should support column names with dot | 0.15 sec | Passed |
SPARK-25579 ORC PPD should support column names with dot | 0.36 sec | Passed |
SPARK-27160 Predicate pushdown correctness on DecimalType for ORC | 0.61 sec | Passed |
SPARK-5309 strings stored using dictionary compression in orc | 0.74 sec | Passed |
SPARK-9170: Don't implicitly lowercase of user-provided columns | 0.4 sec | Passed |
Schema discovery on empty ORC files | 0.18 sec | Passed |
Simple selection form ORC table | 0.63 sec | Passed |
Support for pushing down filters for decimal types | 0.39 sec | Passed |
Support for pushing down filters for timestamp types | 0.32 sec | Passed |
appending | 0.34 sec | Passed |
column nullability and comment - write and then read | 0.22 sec | Passed |
columns only referenced by pushed down filters should remain | 0.23 sec | Passed |
nested data - array of struct | 0.26 sec | Passed |
nested data - struct with array field | 0.24 sec | Passed |
overwriting | 0.39 sec | Passed |
read from multiple orc input paths | 0.26 sec | Passed |
save and load case class RDD with `None`s as orc | 0.2 sec | Passed |
self-join | 0.33 sec | Passed |
simple select queries | 0.35 sec | Passed |