diff --git a/docs/src/main/sphinx/connector/hive.rst b/docs/src/main/sphinx/connector/hive.rst index 5da5a0f6ef7d..497f83be0502 100644 --- a/docs/src/main/sphinx/connector/hive.rst +++ b/docs/src/main/sphinx/connector/hive.rst @@ -1587,13 +1587,13 @@ with Parquet files performed by the Hive connector. - ``true`` * - ``parquet.max-read-block-row-count`` - Sets the maximum number of rows read in a batch. - - ``8192`` + - ``8192`` * - ``parquet.optimized-nested-reader.enabled`` - Whether batched column readers should be used when reading ARRAY, MAP and ROW types from Parquet files for improved performance. Set this property to ``false`` to disable the optimized parquet reader by default for structural data types. The equivalent catalog session property is - ``parquet_optimized_nested_reader_enabled``. + ``parquet_optimized_nested_reader_enabled``. - ``true`` Hive 3-related limitations @@ -1612,4 +1612,6 @@ Hive 3-related limitations Trino returns different results than Hive. * Trino does not support gathering table statistics for Hive transactional tables. - You must use Hive to gather table statistics with ``ANALYZE TABLE COMPUTE STATISTICS`` after table creation. \ No newline at end of file + You must use Hive to gather table statistics with + `ANALYZE statement `_ + after table creation.