You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/db-destinations/src/main/kotlin/io/airbyte/cdk/integrations/destination/jdbc/typing_deduping/JdbcDestinationHandler.kt
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ import java.time.Instant
22
22
importjava.time.OffsetDateTime
23
23
importjava.time.temporal.ChronoUnit
24
24
importjava.util.*
25
+
importjava.util.HashMap
25
26
importjava.util.concurrent.CompletableFuture
26
27
importjava.util.concurrent.CompletionStage
27
28
importjava.util.function.Predicate
@@ -254,12 +255,18 @@ abstract class JdbcDestinationHandler<DestinationState>(
254
255
// This is to handle any destinations that upcase the column names.
255
256
// For example - Snowflake with QUOTED_IDENTIFIERS_IGNORE_CASE=TRUE.
0 commit comments