1
0
mirror of synced 2025-12-25 02:09:19 -05:00

[GCS-DL] Make getOperation in iceberg public (#69243)

This commit is contained in:
Francis Genet
2025-11-07 14:28:45 -08:00
committed by GitHub
parent f2c376884c
commit 313a09e375
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
## Version 0.1.70
**Load CDK**
* Changed: Make getOperation in icebergUtil public
## Version 0.1.69
**Load CDK**

View File

@@ -243,7 +243,7 @@ class IcebergUtil(private val tableIdGenerator: TableIdGenerator) {
return builder.build()
}
private fun getOperation(
fun getOperation(
record: EnrichedDestinationRecordAirbyteValue,
importType: ImportType,
): Operation =

View File

@@ -1 +1 @@
version=0.1.69
version=0.1.70