Skip to content

Commit

Permalink
Update connector/hive.rst for hidden metadata columns
Browse files Browse the repository at this point in the history
  • Loading branch information
steveburnett committed Apr 30, 2024
1 parent 2611ae9 commit 3bbf0df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions presto-docs/src/main/sphinx/connector/hive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -866,12 +866,12 @@ The following procedures are available:
Extra Hidden Columns
--------------------

The Hive connector exposes extra hidden metadata columns in Hive tables. You can query these
columns as a part of SQL query like any other columns of the table.
The Hive connector exposes extra hidden metadata columns in Hive tables. Query these
columns as a part of the query like any other columns of the table.

* ``$path`` : Filepath for the given row data
* ``$file_size`` : Filesize for the given row
* ``$file_modified_time`` : Last file modified time for the given row
* ``$file_size`` : Filesize for the given row (int64_t)
* ``$file_modified_time`` : Last file modified time for the given row (int64_t)

How to invalidate metastore cache?
---------------------------------
Expand Down

0 comments on commit 3bbf0df

Please sign in to comment.