huaxingao commented on code in PR #14825:
URL: https://github.com/apache/iceberg/pull/14825#discussion_r2616456645


##########
docs/docs/spark-queries.md:
##########
@@ -116,6 +116,80 @@ SELECT * FROM prod.db.table VERSION AS OF 
'historical-snapshot';
 SELECT * FROM prod.db.table.`tag_historical-snapshot`;
 ```
 
+For example, consider a table that evolves its schema over time:

Review Comment:
    nit: Maybe tweak this to something like “For example, consider a table that 
evolves its schema over time, and see how each type of time travel query 
selects its schema” to tie it a bit more explicitly back to the “Schema 
selection in time travel queries” section.



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