Skip to content

Commit 4aeba9b

Browse files
committed
I/O: Apache Iceberg (backlog)
1 parent ba41c01 commit 4aeba9b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

doc/backlog/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
66
main
77
info
8+
io
89
cfr
910
```

doc/backlog/io.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Backlog for `ctk {load,save} [table]`
2+
3+
## Apache Iceberg
4+
5+
- Exercise access with Iceberg REST catalogs
6+
https://altinity.com/blog/introducing-altinity-ice-a-simple-toolset-for-iceberg-rest-catalogs
7+
8+
- Exercise end-to-end integration with e.g. Google Cloud
9+
https://opensource.googleblog.com/2026/01/explore-public-datasets-with-apache-iceberg-and-biglake.html
10+
https://cloud.google.com/blog/products/data-analytics/announcing-bigquery-tables-for-apache-iceberg
11+
12+
- Verify on Windows
13+
Example: `--conf spark.sql.catalog.my_catalog.warehouse=file:///D:/sparksetup/iceberg/spark_warehouse`
14+
https://medium.com/itversity/iceberg-catalogs-a-guide-for-data-engineers-a6190c7bf381
15+
16+
- Compression!
17+
18+
- Auth!
19+
https://github.com/apache/iceberg/issues/13550

0 commit comments

Comments
 (0)