Skip to content

Commit 313a09e

Browse files
authored
[GCS-DL] Make getOperation in iceberg public (#69243)
1 parent f2c3768 commit 313a09e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

airbyte-cdk/bulk/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Version 0.1.70
2+
3+
**Load CDK**
4+
5+
* Changed: Make getOperation in icebergUtil public
6+
17
## Version 0.1.69
28

39
**Load CDK**

airbyte-cdk/bulk/toolkits/load-iceberg-parquet/src/main/kotlin/io/airbyte/cdk/load/toolkits/iceberg/parquet/io/IcebergUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class IcebergUtil(private val tableIdGenerator: TableIdGenerator) {
243243
return builder.build()
244244
}
245245

246-
private fun getOperation(
246+
fun getOperation(
247247
record: EnrichedDestinationRecordAirbyteValue,
248248
importType: ImportType,
249249
): Operation =
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.1.69
1+
version=0.1.70

0 commit comments

Comments
 (0)