Skip to content

Commit

Permalink
NO-SNOW Remove wrong documentation (#591)
Browse files Browse the repository at this point in the history
NO-SNOW Fix documentation

The documentation of the interface SnowflakeStreamingIngestChannel wrongly said that there was no limit on the number of channels. I removed that sentence.
  • Loading branch information
sfc-gh-lthiede authored Sep 22, 2023
1 parent d8513d1 commit e076c43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* at the same time. When a new channel is opened, all previously opened channels with the same name
* are invalidated (this applies for the table globally. not just in a single JVM). In order to
* ingest data from multiple threads/clients/applications, we recommend opening multiple channels,
* each with a different name. There is no limit on the number of channels that can be opened.
* each with a different name.
*
* <p>Thread safety note: Implementations of this interface are required to be thread safe.
*/
Expand Down

0 comments on commit e076c43

Please sign in to comment.