wuchong commented on a change in pull request #14357:
URL: https://github.com/apache/flink/pull/14357#discussion_r540778437



##########
File path: docs/dev/connectors/cassandra.zh.md
##########
@@ -122,7 +122,7 @@ CREATE KEYSPACE IF NOT EXISTS example
     WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '1'};
 CREATE TABLE IF NOT EXISTS example.wordcount (
     word text,
-    count bigint,
+    `count` bigint,

Review comment:
       Yes. 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to