Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Automated Commit - Formatting Changes
  • Loading branch information
evantahler authored and octavia-squidington-iii committed Oct 9, 2023
commit 0a15c0495400429d5745b021d2693a3aa1a4b187
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public void detectColumnChanged() throws Exception {
generator.existingSchemaMatchesStreamConfig(incrementalDedupStream, existingTable.get()),
"Altering a column was not detected as a schema change.");
}

/**
* Test that T+D supports streams whose name and namespace are the same.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
package io.airbyte.integrations.destination.snowflake.typing_deduping;

import static io.airbyte.integrations.destination.snowflake.SnowflakeTestUtils.timestampToString;
import static java.util.Collections.emptyList;
import static java.util.stream.Collectors.joining;
import static java.util.stream.Collectors.toMap;
import static org.junit.jupiter.api.Assertions.assertAll;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;

import autovalue.shaded.com.google.common.collect.ImmutableMap;
import com.fasterxml.jackson.databind.JsonNode;
Expand Down