snowflakedb / snowflake-ingest-java

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

SNOW-1000828 Expose specific error messages as part of the channel invalidation exception #721

Closed sfc-gh-alhuang closed 5 months ago

sfc-gh-alhuang commented 5 months ago

When a channel is invalidated, the original SDK does not throw a visible enough error. This PR makes SDK show more specific details for user when INVALID_CHANNEL is thrown.

JIRA