[
https://issues.apache.org/jira/browse/FLINK-14390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17328246#comment-17328246
]
Flink Jira Bot commented on FLINK-14390:
----------------------------------------
This major issue is unassigned and itself and all of its Sub-Tasks have not
been updated for 30 days. So, it has been labeled "stale-major". If this ticket
is indeed "major", please either assign yourself or give an update. Afterwards,
please remove the label. In 7 days the issue will be deprioritized.
> Add class for SqlOperators, and add sql operations to AlgoOperator,
> BatchOperator and StreamOperator.
> -----------------------------------------------------------------------------------------------------
>
> Key: FLINK-14390
> URL: https://issues.apache.org/jira/browse/FLINK-14390
> Project: Flink
> Issue Type: Sub-task
> Components: Library / Machine Learning
> Reporter: Xu Yang
> Priority: Major
> Labels: pull-request-available, stale-major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> This PR adds sql operators (select, groupby, join, etc.) which apply on
> <code>AlgoOperator</code>s. It is equivalent to applying the sql operators on
> the output tables of the <code>AlgoOperator</code>s.
> * Add SqlOperators for implementation of the sql operators that apply on
> <code>AlgoOperator</code>s.
> * Update AlgoOperator by adding some methods of sql operations.
> * Update BatchOperator by adding some methods of sql operations.
> * Update StreamOperator by adding some methods of sql operations.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)