Fokko commented on code in PR #8681: URL: https://github.com/apache/iceberg/pull/8681#discussion_r1342704543
########## README.md: ########## @@ -82,3 +82,11 @@ Iceberg also has modules for adding Iceberg support to processing engines: See the [Multi-Engine Support](https://iceberg.apache.org/multi-engine-support/) page to know about Iceberg compatibility with different Spark, Flink and Hive versions. For other engines such as Presto or Trino, please visit their websites for Iceberg integration details. + +### Implementations + +This repository contains the Java implementation of Iceberg. Other implementations can be found at: + +* **Go**: [iceberg-go](https://github.com/apache/iceberg-go) +* **PyIceberg**: [iceberg-python](https://github.com/apache/iceberg-python) Review Comment: That's a good one. I wanted to mention PyIceberg as well in case someone is `ctrl+f`'ing for it. ```suggestion * **PyIceberg** (Python): [iceberg-python](https://github.com/apache/iceberg-python) ``` -- 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]
