Releases: linkedin/iceberg
Releases · linkedin/iceberg
0.11.1.11
Handle non-nullable union of single type for ORC spark non-vectorized reader & Handle single type union for deep nested schema
Modify support for reading timestamp without timezone to be aligned with upstream
Modify support for reading timestamp without timezone to be aligned with upstream: #105
New release version to trigger build
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
0.11.1.7 [LI][Avro] Do not reorder elements inside a Avro union schema (#93)
Disable default value preserving
- 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
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
Modify logging and method access
Read avro union using decoder instead of directly returning value
0.11.1.2 [LI][Spark][Avro] read avro union using decoder instead of directly r…