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 2022/11/14 04:30:29 UTC

[GitHub] [flink] leonardBang commented on a diff in pull request #21308: [hotfix][docs][table] Fix versioned table example

leonardBang commented on code in PR #21308:
URL: https://github.com/apache/flink/pull/21308#discussion_r1021064692


##########
docs/content/docs/dev/table/concepts/versioned_tables.md:
##########
@@ -152,9 +153,9 @@ WHERE rownum = 1;
 +(INSERT)        09:00:00      Yen        102
 +(INSERT)        09:00:00      Euro       114
 +(INSERT)        09:00:00      USD        1
-+(UPDATE_AFTER)  10:45:00      Euro       116
 +(UPDATE_AFTER)  11:15:00      Euro       119
-+(INSERT)        11:49:00      Pounds     108
++(INSERT)        11:45:00      Pounds     107
++(UPDATE_AFTER)  11:49:00      Pounds     108

Review Comment:
   Why we need change here?



-- 
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: issues-unsubscribe@flink.apache.org

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