Skip to content

Commit

Permalink
[source volcano] Allow field to be used as CDC cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
burakku committed Feb 3, 2025
1 parent a9a63c6 commit 29367f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import java.time.OffsetDateTime
interface MetaFieldDecorator {

/** [MetaField] to use as a global cursor, if applicable. */
val globalCursor: MetaField?
val globalCursor: FieldOrMetaField?

/**
* All [MetaField]s to be found in [Global] stream records.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ enum class UnionBehavior {

abstract class BasicFunctionalityIntegrationTest(
/** The config to pass into the connector, as a serialized JSON blob */
configContents: String,
val configContents: String,
val configSpecClass: Class<out ConfigurationSpecification>,
dataDumper: DestinationDataDumper,
destinationCleaner: DestinationCleaner,
Expand Down

0 comments on commit 29367f3

Please sign in to comment.