Auto alias construction of get_json_object | 0.1 sec | Passed |
CTAS with WITH clause | 0.9 sec | Passed |
CTAS with default fileformat | 0.64 sec | Passed |
CTAS with serde | 7.8 sec | Passed |
CTAS without serde with location | 3.8 sec | Passed |
CTAS without serde without location | 7.2 sec | Passed |
Call add jar in a different thread (SPARK-8306) | 0.45 sec | Passed |
Cast STRING to BIGINT | 82 ms | Passed |
Insert overwrite with partition | 1.3 sec | Passed |
Project should not be resolved if it contains aggregates or generators | 0.62 sec | Passed |
SPARK-10310: script transformation using LazySimpleSerDe | -1 ms | Skipped |
SPARK-10310: script transformation using default input/output SerDe and record reader/writer | -1 ms | Skipped |
SPARK-10562: partition by column with mixed case name | -1 ms | Skipped |
SPARK-10593 same column names in lateral view | 0.15 sec | Passed |
SPARK-10741: Sort on Aggregate using parquet | 1.9 sec | Passed |
SPARK-11453: append data to partitioned table | 3 sec | Passed |
SPARK-11590: use native json_tuple in lateral view | 0.44 sec | Passed |
SPARK-13651: generator outputs shouldn't be resolved from its child's output | 0.47 sec | Passed |
SPARK-14981: DESC not supported for sorting columns | 15 ms | Passed |
SPARK-15752 optimize metadata only query for hive table | 12 sec | Passed |
SPARK-17108: Fix BIGINT and INT comparison failure in spark sql | 0.31 sec | Passed |
SPARK-17354: Partitioning by dates/timestamps works with Parquet vectorized reader | 0.82 sec | Passed |
SPARK-17409: Do Not Optimize Query in CTAS (Hive Serde Table) More Than Once | 0.72 sec | Passed |
SPARK-17796 Support wildcard '?'char in middle as part of local file path | 0.33 sec | Passed |
SPARK-17796 Support wildcard '?'char in start as part of local file path | 0.3 sec | Passed |
SPARK-17796 Support wildcard character in filename for LOAD DATA LOCAL INPATH | 0.41 sec | Passed |
SPARK-18355 Read data from a hive table with a new column - orc | 8.9 sec | Passed |
SPARK-18355 Read data from a hive table with a new column - parquet | 6.7 sec | Passed |
SPARK-19292: filter with partition columns should be case-insensitive on Hive tables | 1 sec | Passed |
SPARK-19912 String literals should be escaped for Hive metastore partition pruning | 1.2 sec | Passed |
SPARK-21101 UDTF should override initialize(ObjectInspector[] args) | 0.2 sec | Passed |
SPARK-21721: Clear FileSystem deleterOnExit cache if path is successfully removed | 4.6 sec | Passed |
SPARK-21912 ORC/Parquet table should not create invalid column names | 6.5 sec | Passed |
SPARK-23425 Test LOAD DATA LOCAL INPATH with space in file name | 0.59 sec | Passed |
SPARK-24085 scalar subquery in partitioning expression | 7.4 sec | Passed |
SPARK-25158: Executor accidentally exit because ScriptTransformationWriterThread throw Exception | 0.23 sec | Passed |
SPARK-25271: Hive ctas commands should use data source if it is convertible | 3.8 sec | Passed |
SPARK-2554 SumDistinct partial aggregation | 2.5 sec | Passed |
SPARK-25738: defaultFs can have a port | 1 ms | Passed |
SPARK-26181 hasMinMaxStats method of ColumnStatsMap is not correct | 1 sec | Passed |
SPARK-26709: OptimizeMetadataOnlyQuery does not handle empty records correctly | 1.7 sec | Passed |
SPARK-28084 check for case insensitive property of partition column name in load command | 0.46 sec | Passed |
SPARK-29295: dynamic insert overwrite external partition should not have old data | 9.8 sec | Passed |
SPARK-29295: dynamic partition map parsed from partition path should be case insensitive | 0.74 sec | Passed |
SPARK-29295: insert overwrite external partition should not have old data | 2.5 sec | Passed |
SPARK-31522: hive metastore related configurations should be static | 40 ms | Passed |
SPARK-3708 Backticks aren't handled correctly is aliases | 0.21 sec | Passed |
SPARK-3814 Support Bitwise & operator | 0.21 sec | Passed |
SPARK-3814 Support Bitwise ^ operator | 0.19 sec | Passed |
SPARK-3814 Support Bitwise | operator | 0.24 sec | Passed |
SPARK-3814 Support Bitwise ~ operator | 0.22 sec | Passed |
SPARK-3834 Backticks not correctly handled in subquery aliases | 0.21 sec | Passed |
SPARK-4154 Query does not work if it has 'not between' in Spark SQL and HQL | 0.83 sec | Passed |
SPARK-4296 Grouping field with Hive UDF as sub expression | 0.81 sec | Passed |
SPARK-4512 Fix attribute reference resolution error when using SORT BY | 1 sec | Passed |
SPARK-4699 SparkSession with Hive Support should be case insensitive by default | 0.69 sec | Passed |
SPARK-4825 save join to table | 2.4 sec | Passed |
SPARK-4963 DataFrame sample on mutable row return wrong result | 1.6 sec | Passed |
SPARK-5203 union with different decimal precision | 50 ms | Passed |
SPARK-5284 Insert into Hive throws NPE when a inner complex type field has a null value | 0.69 sec | Passed |
SPARK-5371: union with null and sum | 0.51 sec | Passed |
SPARK-6785: HiveQuerySuite - Date cast | 0.23 sec | Passed |
SPARK-6785: HiveQuerySuite - Date comparison test 2 | 0.23 sec | Passed |
SPARK-6835: udtf in lateral view | 0.28 sec | Passed |
SPARK-6851: Self-joined converted parquet tables | 3 sec | Passed |
SPARK-7269 Check analysis failed in case in-sensitive | 1.3 sec | Passed |
SPARK-8976 Wrong Result for CUBE #1 | 1.1 sec | Passed |
SPARK-8976 Wrong Result for CUBE #2 | 1.5 sec | Passed |
SPARK-8976 Wrong Result for GroupingSet | 1.4 sec | Passed |
SPARK-8976 Wrong Result for Rollup #1 | 1.2 sec | Passed |
SPARK-8976 Wrong Result for Rollup #2 | 1.5 sec | Passed |
SPARK-8976 Wrong Result for Rollup #3 | 1.3 sec | Passed |
SPARK-9371: fix the support for special chars in column names for hive context | 0.2 sec | Passed |
Sorting columns are not in Generate | 1 sec | Passed |
Star Expansion - script transform | 6.2 sec | Passed |
Support wildcard character in folderlevel for LOAD DATA LOCAL INPATH | 0.42 sec | Passed |
TGF with non-TGF in projection | 0.2 sec | Passed |
column resolution scenarios with hive table | 0.85 sec | Passed |
command substitution | 0.67 sec | Passed |
describe functions - built-in functions | 0.18 sec | Passed |
describe functions - temporary user defined functions | 0.34 sec | Passed |
describe functions - user defined functions | 0.59 sec | Passed |
double nested data | 0.82 sec | Passed |
dynamic partition value test | 1.9 sec | Passed |
explode nested Field | 0.65 sec | Passed |
inConversion fires too early | 0.17 sec | Passed |
insert into datasource table | 0.47 sec | Passed |
multi-insert with lateral view | 1.3 sec | Passed |
non-existent global temp view | 8 ms | Passed |
ordering not in agg | 1.7 sec | Passed |
ordering not in select | 0.76 sec | Passed |
partition pruning should handle date correctly | 0.95 sec | Passed |
q | 0.9 sec | Passed |
q | 1 sec | Passed |
query global temp view | 0.14 sec | Passed |
resolve udtf in projection #1 | 60 ms | Passed |
resolve udtf in projection #2 | 0.4 sec | Passed |
run sql directly on files - csv | 1.2 sec | Passed |
run sql directly on files - hive | 0.16 sec | Passed |
run sql directly on files - json | 0.75 sec | Passed |
run sql directly on files - orc | 1 sec | Passed |
run sql directly on files - parquet | 0.79 sec | Passed |
sanity test for SPARK-6618 | 1.6 sec | Passed |
script | 0.42 sec | Passed |
select partitioned table | 1.2 sec | Passed |
show functions | 1 sec | Passed |
spark-15557 promote string test | 0.78 sec | Passed |
specifying database name for a temporary view is not allowed | 0.42 sec | Passed |
specifying the column list for CTAS | 0.56 sec | Passed |
test CTAS | 1 sec | Passed |
test case key when | 0.13 sec | Passed |
test script transform data type | 0.32 sec | Passed |
test script transform for stderr | 6.2 sec | Passed |
test script transform for stdout | 6.8 sec | Passed |