gustavodemorais commented on code in PR #28025: URL: https://github.com/apache/flink/pull/28025#discussion_r3195570600
########## docs/content/docs/sql/reference/queries/changelog.md: ########## @@ -127,6 +127,14 @@ SELECT * FROM FROM_CHANGELOG( -- The operation column named 'operation' is used instead of 'op' ``` +#### Partitioning by a key + Review Comment: We need to add more info to inform the user when he should use it ``` Prefer row semantics: currently, this should be only necessary if your rows for the same key were spread across partitions. In this case, consider having ORDER BY [link] to also fix ordering.``` -- 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]
