[
https://issues.apache.org/jira/browse/FLINK-5554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anton Solovev closed FLINK-5554.
--------------------------------
Resolution: Not A Problem
> Add sql operator to table api for getting columns from HBase
> ------------------------------------------------------------
>
> Key: FLINK-5554
> URL: https://issues.apache.org/jira/browse/FLINK-5554
> Project: Flink
> Issue Type: Improvement
> Components: Table API & SQL
> Reporter: Anton Solovev
>
> example of select query
> {code}
> table.select("f1:q1, f1:q2, f1:q3");
> {code}
> or/and
> {code}
> table.select('f1:'q1, 'f1:'q2, 'f1:'q3);
> {code}
> let's discuss how to provide better api for selecting from HBase
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)