From 2659e4d5880ae7af05e39b0a6df844aa3512aba3 Mon Sep 17 00:00:00 2001 From: Xin Huang Date: Mon, 22 Jan 2024 09:48:52 -0800 Subject: [PATCH] NO-SNOW Correct invalid use of javadoc (#668) Correct invalid use of javadoc --- .../ingest/streaming/SnowflakeStreamingIngestChannel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/snowflake/ingest/streaming/SnowflakeStreamingIngestChannel.java b/src/main/java/net/snowflake/ingest/streaming/SnowflakeStreamingIngestChannel.java index a8bb5db16..bb372c64c 100644 --- a/src/main/java/net/snowflake/ingest/streaming/SnowflakeStreamingIngestChannel.java +++ b/src/main/java/net/snowflake/ingest/streaming/SnowflakeStreamingIngestChannel.java @@ -260,7 +260,7 @@ InsertValidationResponse insertRows( * time of a channel open event. The schema may be changed on the Snowflake side in which case * this will continue to show an old schema version until the channel is re-opened. * - * @return map representing Column Name -> Column Properties + * @return map representing Column Name to Column Properties */ Map getTableSchema(); }