Analyze hive serde tables when schema is not same as schema in table properties | 1.1 sec | Passed |
Deals with wrong Hive's statistics (zero rowCount) | 0.16 sec | Passed |
Hive serde table with incorrect statistics | 0.7 sec | Passed |
Hive serde tables should fallback to HDFS for size estimation | 0.37 sec | Passed |
SPARK-18856: non-empty partitioned table should not report zero size | 18 sec | Passed |
SPARK-21079 - analyze partitioned table with only a subset of partitions visible | 2.7 sec | Passed |
SPARK-21079 - analyze table with location different than that of individual partitions | 2.6 sec | Passed |
SPARK-22745 - read Hive's statistics for partition | 5.3 sec | Passed |
SPARK-24626 parallel file listing in Stats computation | 2.2 sec | Passed |
SPARK-28518 fix getDataSize refer to ChecksumFileSystem#isChecksumFile | 0.44 sec | Passed |
SPARK-30269 failed to update partition stats if it's equal to table's old stats | 3.7 sec | Passed |
add/drop partitions - managed table | 4.3 sec | Passed |
alter table SET TBLPROPERTIES after analyze table | 4.9 sec | Passed |
alter table UNSET TBLPROPERTIES after analyze table | 4.6 sec | Passed |
alter table rename after analyze table | 5.1 sec | Passed |
alter table should not have the side effect to store statistics in Spark side | 0.96 sec | Passed |
analyze Hive serde tables | 4.7 sec | Passed |
analyze a set of partitions | 4.8 sec | Passed |
analyze all partitions | 3.7 sec | Passed |
analyze column command paramaters validation | 2 ms | Passed |
analyze non hive compatible datasource tables | 1.6 sec | Passed |
analyze non-existent partition | 0.97 sec | Passed |
analyze partial partition specifications | 3.8 sec | Passed |
analyze partitions case sensitivity | 1.2 sec | Passed |
analyze partitions for an empty table | 0.31 sec | Passed |
analyze single partition | 4.9 sec | Passed |
auto converts to broadcast hash join, by size estimate of a relation | 0.65 sec | Passed |
auto converts to broadcast left semi join, by size estimate of a relation | 0.52 sec | Passed |
change stats after add/drop partition command | 7.5 sec | Passed |
change stats after insert command for hive table | 1.9 sec | Passed |
change stats after load data command | 1.3 sec | Passed |
collecting statistics for all columns | 2.5 sec | Passed |
conversion from CatalogStatistics to Statistics | 3.5 sec | Passed |
enabled is enabled | 1.9 sec | Passed |
estimates the size of a test Hive serde tables | 29 ms | Passed |
fallBackToHdfs should not support Hive partitioned table | 1.5 sec | Passed |
get statistics when not analyzed in Hive or Spark | 0.92 sec | Passed |
keep existing column stats if table is not changed | 2.7 sec | Passed |
keep existing row count in stats with noscan if table is not changed | 0.78 sec | Passed |
serialization and deserialization of histograms to/from hive metastore | 2 sec | Passed |
size estimation for relations is based on row size * number of rows | 3.3 sec | Passed |
test refreshing table stats of cached data source table by `ANALYZE TABLE` statement | 1 sec | Passed |
test statistics of LogicalRelation converted from Hive serde tables | 4.4 sec | Passed |
test table-level statistics for data source table created in HiveExternalCatalog | 1.3 sec | Passed |
test table-level statistics for hive tables created in HiveExternalCatalog | 0.95 sec | Passed |
test table-level statistics for partitioned data source table | 2.8 sec | Passed |
verify column stats can be deserialized from tblproperties | 0.56 sec | Passed |
verify serialized column stats after analyzing columns | 3.6 sec | Passed |