apache / iceberg-python

Apache PyIceberg

Home Page:https://py.iceberg.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyIceberg Near-Term Roadmap

kevinjqliu opened this issue · comments

Feature Request / Improvement

PyIceberg 0.7.0

The main objective of 0.7.0 is to have partitioned writes (non-exhaustive list :)

PyIceberg 0.8.0

  • Table maintenance:
    • Snapshot expiration
    • Metadata rewrites
    • Compaction
    • Delete orphan files
  • Catalogs:
    • Snowflake catalog: #687
    • Nessie catalog: #19
    • BigLake catalog: #651
  • ORC Support: #20
  • Branch Support: #306
  • Tag Support: #573. PR: #603
  • Write with Sort Order #271
  • Support deletes with Merge-on-read: #1078
  • Support writes to Bucket Partitioned Tables: #1074

PyIceberg 1.0.0

Long-term goals:

@kevinjqliu @Fokko Where would something like the Iceberg Spark create_changelog_view procedure fit in this roadmap? Is that something that might be tackled as part of the other procedures under table maintenance, or is it likely to come later (1.0.0), or not at all in PyIceberg?

Sorry for the late reply, I was touching grass.

@kevinjqliu @Fokko Where would something like the Iceberg Spark create_changelog_view procedure fit in this roadmap? Is that something that might be tackled as part of the other procedures under table maintenance, or is it likely to come later (1.0.0), or not at all in PyIceberg?

Thanks for bringing this up @corleyma 🙌 Some related work is being done in #533 and I think PyIceberg should definitely support something like that.

@kevinjqliu @Fokko where would something like #402 go?

I've added it to the overview. Once the partial deletes + partitioned writes are in, this is supported automatically. We might want to have some community discussion on the API once those two PRs land.

@Fokko can we add issues for creating tests and documentation for the new features of 0.7.0 as good first issues?

@Fokko can we add issues for creating tests and documentation for the new features of 0.7.0 as good first issues?

@tusharchou: Whenever you create a new feature, you need to add the unit & integration test and make the necessary changes in mkdocs as a part of that PR, but if you feel like there are some missing parts, please feel free to raise an improvement/issue and we can discuss that in the python syncup.