liunaijie commented on code in PR #8608: URL: https://github.com/apache/seatunnel/pull/8608#discussion_r1945898512
########## docs/en/connector-v2/sink/Cassandra.md: ########## @@ -12,19 +12,19 @@ Write data to Apache Cassandra. ## Options -| name | type | required | default value | -|-------------------|---------|----------|---------------| -| host | String | Yes | - | -| keyspace | String | Yes | - | -| table | String | Yes | - | -| username | String | No | - | -| password | String | No | - | -| datacenter | String | No | datacenter1 | -| consistency_level | String | No | LOCAL_ONE | -| fields | String | No | LOCAL_ONE | -| batch_size | int | No | 5000 | -| batch_type | String | No | UNLOGGED | -| async_write | boolean | No | true | +| name | type | required | default value | +|-------------------|--------------|----------|---------------| +| host | String | Yes | - | +| keyspace | String | Yes | - | +| table | String | Yes | - | +| username | String | No | - | +| password | String | No | - | +| datacenter | String | No | datacenter1 | +| consistency_level | String | No | LOCAL_ONE | +| fields | String Array | No | - | Review Comment: Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
