You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iceberg.apache.org by suds <su...@gmail.com> on 2020/01/22 17:25:14 UTC

help/suggestions for schema reordering issues

Our team has created PR to address schema reordering issues. is there
better solution/guideline for schema ordering?
https://github.com/apache/incubator-iceberg/pull/745

context:
we have incoming avro payload , when ordering of avro is out of sync with
iceberg writing to table fails because of compatibility issues which PR
above is trying to fix.

we have considered following using select as well but unsure if that is
best option
(perform reordering using spark select ( which can get complicated for
nested columns))

Can someone from dev community help us resolve this issue?

Thanks in advance!

--
Thanks