[
https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15823818#comment-15823818
]
Fabian Hueske commented on FLINK-2168:
--------------------------------------
TableSources should go into the respective connector module, i.e, the
HBaseTableSource should go into flink-hbase.
Why do you think you could not access the TableInputFormat which is located in
the same module? However, I think we would need a custom TableInputFormat
anyway which returns Row instead of Tuple which is restricted to 25 fields and
does not support null.
Since the code in flink-hbase is implemented in Java, the new HBaseTableSource
should do the same.
Thanks,Fabian
> Add HBaseTableSource
> --------------------
>
> Key: FLINK-2168
> URL: https://issues.apache.org/jira/browse/FLINK-2168
> Project: Flink
> Issue Type: New Feature
> Components: Table API & SQL
> Affects Versions: 0.9
> Reporter: Fabian Hueske
> Assignee: ramkrishna.s.vasudevan
> Priority: Minor
> Labels: starter
>
> Add a {{HBaseTableSource}} to read data from a HBase table. The
> {{HBaseTableSource}} should implement the {{ProjectableTableSource}}
> (FLINK-3848) and {{FilterableTableSource}} (FLINK-3849) interfaces.
> The implementation can be based on Flink's {{TableInputFormat}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)