[GCS-DL] Make getOperation in iceberg public (#69243)
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## Version 0.1.70
|
||||
|
||||
**Load CDK**
|
||||
|
||||
* Changed: Make getOperation in icebergUtil public
|
||||
|
||||
## Version 0.1.69
|
||||
|
||||
**Load CDK**
|
||||
|
||||
@@ -243,7 +243,7 @@ class IcebergUtil(private val tableIdGenerator: TableIdGenerator) {
|
||||
return builder.build()
|
||||
}
|
||||
|
||||
private fun getOperation(
|
||||
fun getOperation(
|
||||
record: EnrichedDestinationRecordAirbyteValue,
|
||||
importType: ImportType,
|
||||
): Operation =
|
||||
|
||||
@@ -1 +1 @@
|
||||
version=0.1.69
|
||||
version=0.1.70
|
||||
Reference in New Issue
Block a user