: Tuesday, January 5, 2021 at 4:31 PM
To: Iceberg Dev List
Subject: [EXT] Re: implementation in other languages
CAUTION: This email originated from outside the organization. Do not click
links or open attachments unless you recognize the sender and know the content
is safe.
Hi Casey,
We wrote
Hi Casey,
We wrote the spec for Iceberg intending for it to be implemented in other
languages, so we purposely avoided anything that would tie it to Java, like
using Java `hashCode` implementations. It should be portable, but please
let us know if you run into any issues.
I'm not aware of an exis
Hi Casey,
1. Personally I don't know any other implementation than in the repository
itself, so JVM and Python.
2. There aren't any limitations. Most of the underlying tech used is
compatible with many languages. One thing to keep in mind is that you
should be able to read Avro files, which are al
I'm just learning about Iceberg. Thanks for the work that has gone into it thus
far. It seems like a promising technology.
I understand why the core implementation is Java based and saw that there are
some aspects of the spec implemented in Python.
1. Is anyone aware of implementations in other