JingsongLi commented on a change in pull request #11379: [FLINK-16530][docs]
Add documentation about "GROUPING SETS" and "CUBE" support in streaming mode
URL: https://github.com/apache/flink/pull/11379#discussion_r390996571
##########
File path: docs/dev/table/sql/queries.md
##########
@@ -471,14 +471,16 @@ SELECT DISTINCT users FROM Orders
<tr>
<td>
<strong>Grouping sets, Rollup, Cube</strong><br>
- <span class="label label-primary">Batch</span>
+ <span class="label label-primary">Batch</span> <span class="label
label-primary">Streaming</span>
+ <span class="label label-info">Result Updating</span>
</td>
<td>
{% highlight sql %}
SELECT SUM(amount)
FROM Orders
GROUP BY GROUPING SETS ((user), (product))
{% endhighlight %}
+<p><b>Note:</b> Streaming mode Grouping sets, Rollup and Cube are only
supported in Blink planner.</p>
Review comment:
Indentation?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services