Skip to content

Commit

Permalink
Fix the error to correctly use FlushInterval (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: stheppi <[email protected]>
  • Loading branch information
stheppi and stheppi authored Nov 14, 2024
1 parent cf1ac65 commit fac4ffd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ object CloudSinkBucketOptions extends LazyLogging {
|
|Replace WITH_FLUSH_COUNT with: PROPERTIES('${FlushCount.entryName}'=123).
|Replace WITH_FLUSH_SIZE with: PROPERTIES('${FlushSize.entryName}'=456).
|Replace WITH_FLUSH_Interval with: PROPERTIES('${FlushInterval}'=789).""".stripMargin
|Replace WITH_FLUSH_Interval with: PROPERTIES('${FlushInterval.entryName}'=789).""".stripMargin

val WithPartitionerError = s"""
|Invalid KCQL setting. WITHPARTITIONER feature has been replaced.
Expand Down

0 comments on commit fac4ffd

Please sign in to comment.