slinkydeveloper commented on a change in pull request #18813:
URL: https://github.com/apache/flink/pull/18813#discussion_r823723315
##########
File path: docs/content/docs/dev/table/types.md
##########
@@ -1487,6 +1481,88 @@ Not supported.
{{< /tab >}}
{{< /tabs >}}
+Casting
+-------
+
+Flink SQL can perform casting between a defined pair `from` type and `target`
type pair. While some
Review comment:
> defined `from` type pair and `target` type pair
This doesn't make sense, as it's one pair `(from, target)`. This wording
sounds like there are two pairs, one called `from` and the other called `target`
--
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]