snowflakedb / snowflake-ingest-java

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

SNOW-1465503 Check row count in Parquet footer before committing #784

Closed sfc-gh-lsembera closed 3 months ago

sfc-gh-lsembera commented 3 months ago

This PR implements an additional safety check if the number of rows in the Parquet footer matches the number of metadata rows we've collected. If not, an internal exception is thrown.