Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@snowflake-connectors-app snowflake-connectors-app released this 11 Oct 02:35
3c94b8c

[Behavior Change Release]
This release changes how variant values represented as json strings are ingested into semi-structured columns (variant, object, array) if they contain numeric values. Starting with release 2.3.0, numeric values preserve their format, no conversion to and from scientific notation is happening anymore.

What's Changed

  • Iceberg Ingestion in CloudStorage mode - Carve out IStorage and ExternalVolume from InternalStage by @sfc-gh-hmadan in #828
  • SNOW-1659373 cleanup serializeFromParquetBuffers by @sfc-gh-gdoci in #829
  • SNOW-1507007 Support schema for new table format by @sfc-gh-alhuang in #814
  • Carve out MockSnowflakeServiceClient to allow ExternalVolume tests in next PR to use it properly by @sfc-gh-hmadan in #833
  • SNOW-1673203 EP info generation for new table format by @sfc-gh-alhuang in #836
  • SNOW-1674752 Fix vulnerable dependencies by @sfc-gh-alhuang in #838
  • Get test coverage for telemetry reporting (was missing) + Fix SnowflakeServiceClient test code to allow per-API overrides by @sfc-gh-hmadan in #839
  • SNOW-1675591 Fill in ExternalVolume and ExternalVolumeManager to do presigned url retrieval + blobname population by @sfc-gh-hmadan in #837
  • Set createdon in BlobMetadata and is_iceberg in Drop Channel request by @sfc-gh-hmadan in #845
  • SNOW-1666189 Structured data type support by @sfc-gh-alhuang in #841
  • SNOW-1707031 hadoop upgrade for vulnerability fix by @sfc-gh-japatel in #849
  • NO_SNOW Release 2.3.0 BCR by @sfc-gh-xhuang in #842
  • NO-SNOW Remove unnecessary dependencies to reduce jar size by @sfc-gh-japatel in #852
  • Fix concurrent null-ref in External Volume Blob path Generation + track URL timeout by @sfc-gh-hmadan in #854
  • Fix testUtils to not repeatedly do keypair generation by @sfc-gh-hmadan in #855
  • Add (non-public) method to expose iceberg schema for each column of a channel by @sfc-gh-hmadan in #856
  • SNOW-1566045 Preserve numeric format for variants by @sfc-gh-lsembera in #817

Full Changelog: v2.2.2...v2.3.0