infoverload commented on a change in pull request #17260:
URL: https://github.com/apache/flink/pull/17260#discussion_r708175546
##########
File path: docs/content/docs/concepts/glossary.md
##########
@@ -172,6 +172,11 @@ A Sub-Task is a [Task](#task) responsible for processing a
[partition](#partitio
the data stream. The term "Sub-Task" emphasizes that there are multiple
parallel Tasks for the same
[Operator](#operator) or [Operator Chain](#operator-chain).
+#### Table Program
+
+Describes one or more pipelines that are declared with Flink's relational API.
It is a generic term
+for both Table API or SQL pipelines which might be used interchangeably.
Review comment:
```suggestion
This is a generic term for pipelines declared with Flink's relational APIs
(Table API or SQL).
```
--
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]