Cast should output null for invalid strings when ANSI is not enabled | 0.86 sec | Passed |
NullTypes should be able to cast to any complex types | 3 ms | Passed |
Process Infinity, -Infinity, NaN in case insensitive manner | 0.99 sec | Passed |
SPARK-16729 type checking for casting to date type | 1 ms | Passed |
SPARK-20302 cast with same structure | 0.1 sec | Passed |
SPARK-22500: cast for struct should not generate codes beyond 64KB | 1.7 sec | Passed |
SPARK-22570: Cast should not create a lot of global variables | 3 ms | Passed |
SPARK-22825 Cast array to string | 1.4 sec | Passed |
SPARK-22973 Cast map to string | 0.93 sec | Passed |
SPARK-22981 Cast struct to string | 0.97 sec | Passed |
SPARK-27671: cast from nested null type in struct | 1.3 sec | Passed |
SPARK-28470: Cast should honor nullOnOverflow property | 0.36 sec | Passed |
SPARK-31227: Non-nullable null type should not coerce to nullable type | 8 ms | Passed |
Throw exception on casting out-of-range value to byte type | 1.4 sec | Passed |
Throw exception on casting out-of-range value to decimal type | 0.23 sec | Passed |
Throw exception on casting out-of-range value to int type | 1.3 sec | Passed |
Throw exception on casting out-of-range value to long type | 0.89 sec | Passed |
Throw exception on casting out-of-range value to short type | 1.4 sec | Passed |
cast a timestamp before the epoch 1970-01-01 00:00:00Z | 0.36 sec | Passed |
cast and add | 0.4 sec | Passed |
cast between string and interval | 0.44 sec | Passed |
cast from array | 0.39 sec | Passed |
cast from boolean | 0.25 sec | Passed |
cast from date | 0.93 sec | Passed |
cast from double | 0.39 sec | Passed |
cast from float | 0.32 sec | Passed |
cast from int | 0.74 sec | Passed |
cast from int 2 | 0.21 sec | Passed |
cast from long | 0.75 sec | Passed |
cast from map | 0.27 sec | Passed |
cast from string | 5 ms | Passed |
cast from struct | 0.86 sec | Passed |
cast from timestamp | 0.89 sec | Passed |
cast string to boolean | 0.34 sec | Passed |
cast string to date | 1.2 sec | Passed |
cast string to timestamp | 26 sec | Passed |
cast struct with a timestamp field | 0.17 sec | Passed |
casting to fixed-precision decimals | 3.6 sec | Passed |
collect_list/collect_set can cast to ArrayType not containsNull | 15 ms | Passed |
complex casting | 18 ms | Passed |
data type casting | 1 min 46 sec | Passed |
from decimal | 1.5 sec | Passed |
null cast | 9.4 sec | Passed |
up-cast | 88 ms | Passed |