Skip to content

Releases: linkedin/iceberg

Enhancements to Hive scans

02 Apr 22:08
9c361e4
Compare
Choose a tag to compare
0.0.16

Support for Hive tables without avro.schema.literal (#25)

Support reading tables with only Hive metadata

24 Mar 02:50
1a9acf8
Compare
Choose a tag to compare
Support reading tables with only Hive metadata (#23)

* Support reading tables with Hive metadata if Iceberg metadata is not available

0.0.14

11 Feb 23:14
Compare
Choose a tag to compare

Upstream fixes for Incremental Scan

0.0.13

07 Feb 17:36
Compare
Choose a tag to compare
  • Incremental api
  • Upstream changes
  • Bug fixes

Publish upstream patches

03 Dec 06:17
Compare
Choose a tag to compare
Pre-release
0.0.12

Disable test broken due to LIHADOOP-49587

Add a new Iceberg-runtime module

04 Nov 22:32
Compare
Choose a tag to compare
Pre-release
0.0.11

Add a iceberg-runtime shaded module (#12)

Pull new changes from upstream

03 Nov 07:35
Compare
Choose a tag to compare
Pre-release
Add custom hive catalog to not override existing Hive metadata (#10)

Add custom hive catalog to not override existing Hive metadata

0.0.9

25 Oct 03:54
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release

Added custom Hive catalog

0.0.8

23 Oct 17:26
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release
  • Downgrade jackson to get around security issue
  • Also fix commit hashes so that they are in sync with upstream Iceberg

Release changes for automatic schema evolution

23 Oct 16:31
Compare
Choose a tag to compare
0.0.7

LIHADOOP-49587: [Writer schema evolution] Update ReassignIds to assig…