Alec Huang
Alec Huang
https://github.com/snowflakedb/snowflake-ingest-java/issues/671, move from jdbc fat jar to thin jar. JIRA: https://snowflakecomputing.atlassian.net/browse/SNOW-1257851 https://snowflakecomputing.atlassian.net/browse/SNOW-818172
The current SDK behavior flushes all channels simultaneously when any buffer reaches its limit, potentially causing unnecessary small file flushes if interleaving is disabled (`MAX_CHUNKS_IN_BLOB_AND_REGISTRATION_REQUEST = 1`) and the ingestion...
The Iceberg support [PR](https://github.com/snowflakedb/snowflake-ingest-java/pull/783) on feature branch includes some refactor. Merge the refactor code to reduce conflict when merging feature branch in the future. This PR includes following changes 1....
Modify flush service to support uploading file to external volume. This PR includes following change: - Add default parameter `MAX_CLIENT_LAG` for Iceberg mode - Introduce new parameter `DISABLE_CHUNK_ENCRYPTION` to disable...
We use FDN-specific logical and physical data types only today. In this PR we change to use iceberg’s data types so there is no loss of signal between the table...
Enable all remaining FDN only ITs for Iceberg table streaming.