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-1748333 Fix Iceberg decimal type schema parser #864

Closed sfc-gh-alhuang closed 3 weeks ago

sfc-gh-alhuang commented 4 weeks ago

Summary

This PR addresses the issue where the scanner encounters an error when scanning delta-encoded decimal values with a precision greater than 18.

Changes

  1. Removed sfVer metadata in Iceberg mode: This prevents the scanner from applying optimizations specific to Snowflake-written Parquet files, which was the root cause of the issue with scanning.
  2. Add tests for multiple random generated decimals.