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-1760732 Enable Iceberg mode from properties #871

Closed sfc-gh-alhuang closed 2 weeks ago

sfc-gh-alhuang commented 3 weeks ago

The PR includes following changes:

  1. Remove setIceberg from StreamingIngestClientFactory, set Iceberg mode from properties.
  2. Renamed isIceberg to enableIcebergStreaming.