ebyhr commented on code in PR #14820:
URL: https://github.com/apache/iceberg/pull/14820#discussion_r2723195857


##########
docs/docs/flink-queries.md:
##########
@@ -492,12 +492,12 @@ To show a table's current partitions:
 SELECT * FROM prod.db.table$partitions;
 ```
 
-| partition      | spec_id | record_count  | file_count | 
total_data_file_size_in_bytes | position_delete_record_count | 
position_delete_file_count | equality_delete_record_count | 
equality_delete_file_count | last_updated_at(μs) | last_updated_snapshot_id |
-| -------------- 
|---------|---------------|------------|--------------------------|------------------------------|----------------------------|------------------------------|----------------------------|---------------------|--------------------------|
-| {20211001, 11} | 0       | 1             | 1          | 100                  
    | 2                            | 1                          | 0             
               | 0                          | 1633086034192000    | 
9205185327307503337      |
-| {20211002, 11} | 0       | 4             | 3          | 500                  
    | 1                            | 1                          | 0             
               | 0                          | 1633172537358000    | 
867027598972211003       |
-| {20211001, 10} | 0       | 7             | 4          | 700                  
    | 0                            | 0                          | 0             
               | 0                          | 1633082598716000    | 
3280122546965981531      |
-| {20211002, 10} | 0       | 3             | 2          | 400                  
    | 0                            | 0                          | 1             
               | 1                          | 1633169159489000    | 
6941468797545315876      |
+| partition      | spec_id | record_count  | file_count | 
total_data_file_size_in_bytes | position_delete_record_count | 
position_delete_file_count | total_position_delete_file_size_in_bytes | 
equality_delete_record_count | equality_delete_file_count | 
total_equality_delete_file_size_in_bytes | last_updated_at(μs) | 
last_updated_snapshot_id |

Review Comment:
   Does Flink expose `PartitionsTable` as-is? I'm asking this question because 
this PR doesn't contain any changes in Flink module. 
   
   Can we update Flink tests if this PR affects the module? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to