Skip to content

Commit 8fee344

Browse files
committed
stuff
1 parent 9f0a247 commit 8fee344

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

airbyte-integrations/connectors/destination-bigquery/src/integrationTestLegacy/kotlin/io/airbyte/integrations/destination/bigquery/typing_deduping/BigQueryStandardInsertsRawOverrideDisableTypingDedupingTest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class BigQueryStandardInsertsRawOverrideDisableTypingDedupingTest :
4848

4949
val messages = readMessages("dat/sync1_messages.jsonl")
5050
runSync(catalog, messages)
51+
println()
5152
}
5253

5354
@Disabled

airbyte-integrations/connectors/destination-bigquery/src/main/kotlin/io/airbyte/integrations/destination/bigquery/formatter/BigQueryRecordFormatter.kt

-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ class BigQueryRecordFormatter {
6363
outputRecord[key] = (value.abValue as IntegerValue).value
6464
}
6565
}
66-
// TODO let's try not doing this for now
67-
// record.set<JsonNode>(JavaBaseConstants.COLUMN_NAME_AB_LOADED_AT, NullNode.instance)
6866

6967
outputRecord[JavaBaseConstants.COLUMN_NAME_DATA] = record.asRawJson().serializeToString()
7068

0 commit comments

Comments
 (0)