Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2766#discussion_r203588814
--- Diff: docs/storm-sql-example.md ---
@@ -291,9 +291,4 @@ That's it! Supposing we have UDF which queries geo
location via remote ip, we ca
## Summary
-We looked through several simple use cases for Storm SQL to learn Storm
SQL features. If you haven't looked at [Storm SQL integration](storm-sql.html)
and [Storm SQL language](storm-sql-reference.html), you need to read it to see
full supported features.
-
-Note that Storm SQL is running on Trident, which is micro-batch, and also
no strong typed. Sink doesn't actually check the type.
--- End diff --
Nice finding! Thanks for handling this.
---