Skip to content

Commit

Permalink
Use correct value for partition_values argument in drop_stats sample
Browse files Browse the repository at this point in the history
  • Loading branch information
findinpath authored and ebyhr committed Jul 25, 2023
1 parent e1114ff commit dae6e0a
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 @@ -763,7 +763,7 @@ Drop stats for a partition of the ``page_views`` table::
CALL system.drop_stats(
schema_name => 'web',
table_name => 'page_views',
partition_values => ARRAY['2016-08-09', 'US']);
partition_values => ARRAY[ARRAY['2016-08-09', 'US']]);

.. _hive-procedures:

Expand Down

0 comments on commit dae6e0a

Please sign in to comment.