Analyze hive serde tables when schema is not same as schema in table properties | 0.97 sec | Passed |
Deals with wrong Hive's statistics (zero rowCount) | 0.11 sec | Passed |
Hive serde tables should fallback to HDFS for size estimation | 0.25 sec | Passed |
SPARK-18856: non-empty partitioned table should not report zero size | 6.7 sec | Passed |
SPARK-21079 - analyze partitioned table with only a subset of partitions visible | 2 sec | Passed |
SPARK-21079 - analyze table with location different than that of individual partitions | 1.7 sec | Passed |
SPARK-22745 - read Hive's statistics for partition | 4 sec | Passed |
SPARK-24626 parallel file listing in Stats computation | 1.8 sec | Passed |
SPARK-30269 failed to update partition stats if it's equal to table's old stats | 3 sec | Passed |
add/drop partitions - managed table | 2.8 sec | Passed |
alter table SET TBLPROPERTIES after analyze table | 4.1 sec | Passed |
alter table UNSET TBLPROPERTIES after analyze table | 4 sec | Passed |
alter table rename after analyze table | 4.2 sec | Passed |
alter table should not have the side effect to store statistics in Spark side | 0.82 sec | Passed |
analyze Hive serde tables | 3.4 sec | Passed |
analyze a set of partitions | 3.8 sec | Passed |
analyze all partitions | 3 sec | Passed |
analyze non hive compatible datasource tables | 1.4 sec | Passed |
analyze non-existent partition | 0.65 sec | Passed |
analyze partial partition specifications | 3.2 sec | Passed |
analyze partitions case sensitivity | 1.2 sec | Passed |
analyze partitions for an empty table | 0.29 sec | Passed |
analyze single partition | 3.9 sec | Passed |
auto converts to broadcast hash join, by size estimate of a relation | 0.52 sec | Passed |
auto converts to broadcast left semi join, by size estimate of a relation | 0.46 sec | Passed |
change stats after add/drop partition command | 5.3 sec | Passed |
change stats after insert command for hive table | 1.6 sec | Passed |
change stats after load data command | 1.1 sec | Passed |
conversion from CatalogStatistics to Statistics | 2.3 sec | Passed |
estimates the size of a test Hive serde tables | 17 ms | Passed |
get statistics when not analyzed in Hive or Spark | 0.72 sec | Passed |
keep existing column stats if table is not changed | 2.3 sec | Passed |
keep existing row count in stats with noscan if table is not changed | 0.64 sec | Passed |
serialization and deserialization of histograms to/from hive metastore | 2.3 sec | Passed |
size estimation for relations is based on row size * number of rows | 2.1 sec | Passed |
test refreshing table stats of cached data source table by `ANALYZE TABLE` statement | 0.8 sec | Passed |
test statistics of LogicalRelation converted from Hive serde tables | 3.8 sec | Passed |
test table-level statistics for data source table created in HiveExternalCatalog | 1 sec | Passed |
test table-level statistics for hive tables created in HiveExternalCatalog | 0.78 sec | Passed |
test table-level statistics for partitioned data source table | 1.9 sec | Passed |
verify column stats can be deserialized from tblproperties | 0.85 sec | Passed |
verify serialized column stats after analyzing columns | 3.6 sec | Passed |