File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/scala/org/apache/spark/sql/connector/kinesis Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,9 +151,9 @@ object KinesisOptions {
151
151
152
152
// Sink options
153
153
val SINK_FLUSH_WAIT_TIME_MILLIS : String = SINK_PREFIX + " flushWaitTimeMs"
154
- val SINK_RECORD_MAX_BUFFERED_TIME : String = SINK_PREFIX + " . recordMaxBufferedTimeMs"
155
- val SINK_MAX_CONNECTIONS : String = SINK_PREFIX + " . maxConnections"
156
- val SINK_AGGREGATION_ENABLED : String = SINK_PREFIX + " . aggregationEnabled"
154
+ val SINK_RECORD_MAX_BUFFERED_TIME : String = SINK_PREFIX + " recordMaxBufferedTimeMs"
155
+ val SINK_MAX_CONNECTIONS : String = SINK_PREFIX + " maxConnections"
156
+ val SINK_AGGREGATION_ENABLED : String = SINK_PREFIX + " aggregationEnabled"
157
157
158
158
val DEFAULT_SINK_FLUSH_WAIT_TIME_MILLIS : String = " 100"
159
159
val DEFAULT_SINK_RECORD_MAX_BUFFERED_TIME : String = " 1000"
You can’t perform that action at this time.
0 commit comments