snowflakedb / snowflake-ingest-java

Java SDK for the Snowflake Ingest Service -
http://www.snowflake.net
Apache License 2.0
71 stars 57 forks source link

SNOW-1711460 Exclude avro dependency to fix 853 #857

Closed sfc-gh-xhuang closed 1 month ago

sfc-gh-xhuang commented 1 month ago

I think we don't need the avro dependency and can exclude it to resolve https://github.com/snowflakedb/snowflake-ingest-java/issues/853

EDIT: reverted as an upgrade is needed:

current 1.6.1 doesn't contain avro 1.12.0 or even 1.11.4 I just compared the versions apache/iceberg@apache-iceberg-1.5.2...apache-iceberg-1.6.1 and for some reason it doesn't include this PR: apache/iceberg#10879 even though it was put into main before the branch cut, so they didn't release from main.

sfc-gh-azagrebin commented 1 month ago

is this to address SNOW-1711460? why is this not merged yet?