Re: [EXT] Re: implementation in other languages

2021-01-05 Thread Casey Lucas
: 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

Re: implementation in other languages

2021-01-05 Thread Ryan Blue
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

Re: implementation in other languages

2021-01-03 Thread Driesprong, Fokko
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

implementation in other languages

2021-01-03 Thread Casey Lucas
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