SPARK-19637 Support to_json in SQL | 0.2 sec | Passed |
SPARK-19967 Support from_json in SQL | 0.31 sec | Passed |
SPARK-24027: from_json - map<string, int> | 0.11 sec | Passed |
SPARK-24027: from_json - map<string, map<string, int>> | 0.12 sec | Passed |
SPARK-24027: from_json - map<string, struct> | 0.12 sec | Passed |
SPARK-24027: from_json - wrong map<string, int> | 80 ms | Passed |
SPARK-24027: from_json of a map with unsupported key type | 0.21 sec | Passed |
SPARK-24027: roundtrip - from_json -> to_json - map<string, string> | 78 ms | Passed |
SPARK-24027: roundtrip - to_json -> from_json - map<string, string> | 97 ms | Passed |
SPARK-24709: infers schemas of json strings and pass them to from_json | 9 ms | Passed |
SPARK-31065: schema_of_json - 'dropFieldIfAllNull' option | 0.21 sec | Passed |
SPARK-31065: schema_of_json - null and empty strings as strings | 0.14 sec | Passed |
corrupt record column in the middle | 0.1 sec | Passed |
from_json | 0.1 sec | Passed |
from_json - array of arrays | 0.13 sec | Passed |
from_json - array of arrays - malformed row | 0.11 sec | Passed |
from_json - array of maps | 0.46 sec | Passed |
from_json - array of maps - malformed row | 0.1 sec | Passed |
from_json - array of primitive types | 0.11 sec | Passed |
from_json - array of primitive types - malformed row | 0.24 sec | Passed |
from_json - array of structs | 0.16 sec | Passed |
from_json - array of structs - malformed row | 0.14 sec | Passed |
from_json - json doesn't conform to the array type | 0.12 sec | Passed |
from_json - timestamp in micros | 0.1 sec | Passed |
from_json array support | 0.11 sec | Passed |
from_json invalid json | 0.11 sec | Passed |
from_json invalid json - check modes | 0.19 sec | Passed |
from_json missing columns | 95 ms | Passed |
from_json uses DDL strings for defining a schema - java | 0.1 sec | Passed |
from_json uses DDL strings for defining a schema - scala | 75 ms | Passed |
from_json with option | 0.11 sec | Passed |
function get_json_object | 0.2 sec | Passed |
function get_json_object - null | 0.14 sec | Passed |
function get_json_object - support single quotes | 0.12 sec | Passed |
infers schemas using options | 0.13 sec | Passed |
json_tuple - do not truncate results | 0.34 sec | Passed |
json_tuple filter and group | 0.47 sec | Passed |
json_tuple select | 0.31 sec | Passed |
optional datetime parser does not affect json time formatting | 0.11 sec | Passed |
parse timestamps with locale | 0.36 sec | Passed |
pretty print - roundtrip from_json -> to_json | 81 ms | Passed |
roundtrip from_json -> to_json - array of arrays | 87 ms | Passed |
roundtrip from_json -> to_json - array of maps | 79 ms | Passed |
roundtrip from_json -> to_json - array of primitive types | 76 ms | Passed |
roundtrip from_json -> to_json - array of structs | 82 ms | Passed |
roundtrip in to_json and from_json - array | 0.29 sec | Passed |
roundtrip in to_json and from_json - struct | 0.29 sec | Passed |
roundtrip to_json -> from_json - array of primitive types | 86 ms | Passed |
special date values | 0.19 sec | Passed |
special timestamp values | 0.17 sec | Passed |
to_json - array | 0.3 sec | Passed |
to_json - array of primitive types | 98 ms | Passed |
to_json - interval support | 0.29 sec | Passed |
to_json - map | 0.26 sec | Passed |
to_json - struct | 0.12 sec | Passed |
to_json - timestamp in micros | 94 ms | Passed |
to_json with option | 0.11 sec | Passed |