Anton Solovev created FLINK-5554: ------------------------------------ Summary: 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} -- This message was sent by Atlassian JIRA (v6.3.4#6332)