Skip to content

Releases: linkedin/iceberg

Backport upstream fixes for lock issue and unexpected metadata deletion

09 Feb 20:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.0.19...0.11.0.22

Release-r's Note:

This release contains a few patches to fix bugs that we saw.
Details are contained in #89

New union to struct schema (Trino style) support

09 Dec 22:17
44b9ef8
Compare
Choose a tag to compare

#84 #85 #86

Need a forward tag again now that the ELR process bug got fixed.

New union to struct schema (Trino style) support

09 Dec 19:00
44b9ef8
Compare
Choose a tag to compare

#84 #85 #86

Need a forward tag again since the ELR process failed for an unknown reason for 0.11.0.19, tools team is investigating that.

New union to struct schema (Trino style) support

08 Dec 20:02
44b9ef8
Compare
Choose a tag to compare

Fix spark avro reader reading union schema data

22 Oct 20:38
43441ae
Compare
Choose a tag to compare
Fix spark avro reader reading union schema data (#83)

* Fix spark avro reader to read correctly structured nested data values

* Make sure field-id mapping is correctly maintained given arbitrary nested schema that contains union

Move to Avro 1.10.2

21 Sep 05:35
a0fc79b
Compare
Choose a tag to compare

Move to Avro 1.10.2, and disable Avro schema defaults validation, for backward compatibility

Fix ORC schema visitors to support reading ORC files with deeply nested union type schema

09 Sep 20:12
508e49a
Compare
Choose a tag to compare
0.11.0.16

Fix ORC schema visitors to support reading ORC files with deeply nest…

0.11.0.15: Accomodate for HiveConf overwriting defaults in copy constructor

31 Aug 04:04
Compare
Choose a tag to compare
Test Plan: wrote a unit test but turns out that it's dependent on the
HiveConf.ConfVars you have on the classpath so it was difficult to get
it right. So, ended up testing on the azkaban cluster manually

Support avro.schema.literal/hive union types in Hive legacy table to Iceberg conversion

28 Jul 18:33
f2c6013
Compare
Choose a tag to compare

Support non-null Default Values for AVRO

28 Jun 20:00
78a8c43
Compare
Choose a tag to compare

This release adds support for non-null default values to AVRO file format. The default-values are supported for primitive and complex data types (i.e., struct, map and array). APIs in the Iceberg Schema's NestedField. The default value is now propagated during schema mappings (to and from AVRO) and are used by the DeSer.