szehon-ho commented on code in PR #5662:
URL: https://github.com/apache/iceberg/pull/5662#discussion_r957918372


##########
docs/spark-queries.md:
##########
@@ -318,12 +318,20 @@ To show a table's current partitions:
 SELECT * FROM prod.db.table.partitions
 ```
 
-| partition | record_count | file_count |
-| -- | -- | -- |
-|  {20211001, 11}|           1|         1|
-|  {20211002, 11}|           1|         1|
-|  {20211001, 10}|           1|         1|
-|  {20211002, 10}|           1|         1|
+If this table is not partitioned    

Review Comment:
   Im not sure about adding non-partitioned example for "partitions" table , as 
I think its few users would think to do this, but it is right under the header 
so most people have to scroll past to see what they really want to see (the 
schema).  Id suggest removing it for now, which would be consistent with the 
other tables, if it sounds reasonable to you?



-- 
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