Skip to content

Commit

Permalink
Document partition table statistics for Hive connector.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosewms committed Jan 20, 2022
1 parent 1bb3e84 commit a40792c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/main/sphinx/connector/hive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ Property Name Description

``hive.create-empty-bucket-files`` Should empty files be created for buckets that have no data? ``false``

``hive.partition-statistics-sample-size`` Specifies the number of partitions to analyze when 100
computing table statistics.

``hive.max-partitions-per-writers`` Maximum number of partitions per writer. 100

``hive.max-partitions-per-scan`` Maximum number of partitions for a single table scan. 100,000
Expand Down

0 comments on commit a40792c

Please sign in to comment.