Parallel partition discovery | 0.84 sec | Passed |
Resolve type conflicts - decimals, dates and timestamps in partition column | 1.2 sec | Passed |
SPARK-11678: Partition discovery stops at the root path of the dataset | 1 sec | Passed |
SPARK-15895 summary files in non-leaf partition directories | 0.66 sec | Passed |
SPARK-18108 Parquet reader fails when data column types conflict with partition ones | 0.55 sec | Passed |
SPARK-21463: MetadataLogFileIndex should respect userSpecifiedSchema for partition cols | 0.65 sec | Passed |
SPARK-22109: Resolve type conflicts between strings and timestamps in partition column | 0.56 sec | Passed |
SPARK-23436: invalid Dates should be inferred as String in partition inference | 0.66 sec | Passed |
SPARK-7749 Non-partitioned table should have empty partition spec | 0.34 sec | Passed |
SPARK-7847: Dynamic partition directory path escaping and unescaping | 1.1 sec | Passed |
SPARK-8037: Ignores files whose name starts with dot | 0.8 sec | Passed |
Various inferred partition value types | 1.5 sec | Passed |
Various partition value types | 3.4 sec | Passed |
_SUCCESS should not break partitioning discovery | 1.4 sec | Passed |
column type inference | 4 ms | Passed |
listConflictingPartitionColumns | 0 ms | Passed |
parse invalid partitioned directories | 78 ms | Passed |
parse partition | 2 ms | Passed |
parse partition with base paths | 0 ms | Passed |
parse partitions | 9 ms | Passed |
parse partitions with type inference disabled | 6 ms | Passed |
read partitioned table - merging compatible schemas | 1 sec | Passed |
read partitioned table - normal case | 2.7 sec | Passed |
read partitioned table - partition key included in Parquet file | 1.9 sec | Passed |
read partitioned table - with nulls | 2 sec | Passed |
read partitioned table - with nulls and partition keys are included in Parquet file | 1.3 sec | Passed |
read partitioned table using different path options | 1.3 sec | Passed |
use basePath and file globbing to selectively load partitioned table | 2.8 sec | Passed |
use basePath to specify the root dir of a partitioned table | 0.64 sec | Passed |