Skip to content

Commit

Permalink
Correct what tables optimize can be used with
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi authored and losipiuk committed Nov 8, 2021
1 parent 320f82e commit 6eec624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/connector/hive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ ALTER TABLE EXECUTE
The connector supports the following commands for use with
:ref:`ALTER TABLE EXECUTE <alter-table-execute>`:

* ``optimize``: collapse files in transactional tables up to a threshold
* ``optimize``: collapse files in a non-transactional table up to a threshold
defined in the ``file_size_threshold`` parameter. For example, the following
statement collapses files in a table that are under 10 megabytes in size:

Expand Down

0 comments on commit 6eec624

Please sign in to comment.