KnightChess commented on a change in pull request #3482:
URL: https://github.com/apache/iceberg/pull/3482#discussion_r746254193
##########
File path: site/docs/spark-queries.md
##########
@@ -143,18 +146,17 @@ To show table history, run:
```sql
SELECT * FROM prod.db.table.history
```
-```text
-+-------------------------+---------------------+---------------------+---------------------+
-| made_current_at | snapshot_id | parent_id |
is_current_ancestor |
-+-------------------------+---------------------+---------------------+---------------------+
+
+<div class="markdown-table-container" markdown="block">
+| made_current_at | snapshot_id | parent_id | is_current_ancestor |
+| -- | -- | -- | -- |
| 2019-02-08 03:29:51.215 | 5781947118336215154 | NULL | true
|
| 2019-02-08 03:47:55.948 | 5179299526185056830 | 5781947118336215154 | true
|
| 2019-02-09 16:24:30.13 | 296410040247533544 | 5179299526185056830 | false
|
| 2019-02-09 16:32:47.336 | 2999875608062437330 | 5179299526185056830 | true
|
| 2019-02-09 19:42:03.919 | 8924558786060583479 | 2999875608062437330 | true
|
| 2019-02-09 19:49:16.343 | 6536733823181975045 | 8924558786060583479 | true
|
-+-------------------------+---------------------+---------------------+---------------------+
-```
+</div>
Review comment:
@szehon-ho here, and I use the css test in my local branch
```css
.markdown-table-container {
width: 780px;
overflow-x: scroll;
}
```

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