You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/12/09 06:48:15 UTC

[GitHub] [flink] V1ncentzzZ commented on a change in pull request #14343: [FLINK-20543][docs] Fix typo in upsert kafka docs.

V1ncentzzZ commented on a change in pull request #14343:
URL: https://github.com/apache/flink/pull/14343#discussion_r539050804



##########
File path: docs/dev/table/connectors/upsert-kafka.zh.md
##########
@@ -80,11 +80,11 @@ CREATE TABLE pageviews (
 -- 计算 pv、uv 并插入到 upsert-kafka sink
 INSERT INTO pageviews_per_region
 SELECT
-  region,
+  user_region,
   COUNT(*),
   COUNT(DISTINCT user_id)
 FROM pageviews
-GROUP BY region;
+GROUP BY user_region;

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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org