Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
yas-okadatech committed Nov 6, 2024
1 parent 0cdbb53 commit e994154
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ public class TestSnowflakeOutputPlugin {
props.setProperty("schema", TEST_SNOWFLAKE_SCHEMA);
props.setProperty("MULTI_STATEMENT_COUNT", "0");
TEST_PROPERTIES = props;

System.out.printf("host: %s\n", TEST_SNOWFLAKE_HOST);
}

private interface ThrowableConsumer<T> extends Consumer<T> {
Expand Down

0 comments on commit e994154

Please sign in to comment.