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

Fix empty map & list ingestion #873

Closed sfc-gh-alhuang closed 2 weeks ago

sfc-gh-alhuang commented 3 weeks ago

This PR includes following changes:

  1. Fix empty list & map ingestion.
  2. Added test for empty list & map.
  3. Removed assert exception for nested type as the EP key fix should be available on prepod now.