Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-rcheng committed Dec 7, 2023
1 parent b5fec68 commit 5163e11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ public class StreamingClientProperties {

// contains converted config properties that are loggable (not PII data)
public static final List<String> LOGGABLE_STREAMING_CONFIG_PROPERTIES =
Stream.of(
Constants.ACCOUNT_URL,
Constants.ROLE,
Constants.USER)
.collect(Collectors.toList());
Stream.of(Constants.ACCOUNT_URL, Constants.ROLE, Constants.USER).collect(Collectors.toList());

public final Properties clientProperties;
public final String clientName;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.snowflake.kafka.connector.internal.streaming;

import static com.snowflake.kafka.connector.SnowflakeSinkConnectorConfig.SNOWPIPE_STREAMING_MAX_CLIENT_LAG;
import static com.snowflake.kafka.connector.internal.streaming.SnowflakeSinkServiceV2.partitionChannelKey;
import static com.snowflake.kafka.connector.internal.streaming.TopicPartitionChannel.NO_OFFSET_TOKEN_REGISTERED_IN_SNOWFLAKE;

import com.snowflake.kafka.connector.SnowflakeSinkConnectorConfig;
Expand Down

0 comments on commit 5163e11

Please sign in to comment.