Skip to content

Commit

Permalink
Fix sortOrders when glue sync Iceberg tables (#106)
Browse files Browse the repository at this point in the history
* Fix sortOrders when glue sync Iceberg tables

* fix
  • Loading branch information
javsanbel2 committed Nov 15, 2022
1 parent 49d0f9e commit 85ca227
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.0.8] - 2022-11-15
### Changed
- Upgraded `APIARY_GLUESYNC_LISTENER_VERSION` to `7.3.6` (was `7.3.5`). It fixes a bug in sortOrders when syncing up Iceberg tables.

## [3.0.7] - 2022-11-11
### Changed
- Upgraded `APIARY_GLUESYNC_LISTENER_VERSION` to `7.3.5` (was `7.3.4`). It fixes a bug in parsing the table parameter - `lastAccessTime` when syncing up Iceberg tables.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ from amazonlinux:latest

ENV RANGER_VERSION 2.0.0
ENV APIARY_EXTENSIONS_VERSION 7.3.4
ENV APIARY_GLUESYNC_LISTENER_VERSION 7.3.5
ENV APIARY_GLUESYNC_LISTENER_VERSION 7.3.6
ENV APIARY_RANGER_PLUGIN_VERSION 5.0.1
ENV APIARY_METASTORE_METRICS_VERSION 4.2.0
ENV APIARY_METASTORE_AUTH_VERSION 4.2.0
Expand Down

0 comments on commit 85ca227

Please sign in to comment.