Skip to content

Releases: linkedin/iceberg

0.11.1.11

25 May 16:15
9636cfd
Compare
Choose a tag to compare
[Avro] Retain the type of field while copying the default values. (#109)

* Retain the type of field while copying the default values.

Handle non-nullable union of single type for ORC spark non-vectorized reader & Handle single type union for deep nested schema

16 May 20:44
fee4aa3
Compare
Choose a tag to compare

Handle single type union for deep nested schema #107
Handle non-nullable union of single type for ORC spark non-vectorized reader #104

Modify support for reading timestamp without timezone to be aligned with upstream

13 May 18:20
8606d46
Compare
Choose a tag to compare

Modify support for reading timestamp without timezone to be aligned with upstream: #105

New release version to trigger build

12 May 23:10
fb0524e
Compare
Choose a tag to compare

The previous version failed on jitpack due to Jitpack transient issue:
https://jitpack.io/com/github/linkedin/iceberg/0.11.1.7/build.log

Do not reorder elements inside a Avro union schema

12 May 22:39
fb0524e
Compare
Choose a tag to compare
0.11.1.7

[LI][Avro] Do not reorder elements inside a Avro union schema (#93)

Disable default value preserving

12 May 18:55
6a83525
Compare
Choose a tag to compare
  • Disable default value preserving
  • Remove activeSparkSession
  • Move 'Hive Metadata Scan: Support case insensitive name mapping' (PR 52) to hivelink-core

Handle null default in nested type default value situations

29 Apr 00:05
0c51ff9
Compare
Choose a tag to compare
0.11.1.5

Handle null default in nested type default value situations (#100)

Extract custom hive catalog to hivelink-core and handle non-nullable union of single type for Avro

22 Apr 18:02
a7584bc
Compare
Choose a tag to compare

Move custom hive catalog to hivelink-core #99
Handle non-nullable union of single type for Avro #98

Modify logging and method access

18 Apr 17:54
fe16375
Compare
Choose a tag to compare

This release includes the following PRs:
Remove additional logging for HiveMetadataPreservingTableOperator #95
Improve the logging when the deserailzed index is invalid to read the symbol from enum #96
Modify method access in HiveTableOperations for PR migration #97

Read avro union using decoder instead of directly returning value

17 Mar 20:09
358b492
Compare
Choose a tag to compare
0.11.1.2

[LI][Spark][Avro] read avro union using decoder instead of directly r…