[
https://issues.apache.org/jira/browse/FLINK-5441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15877785#comment-15877785
]
ASF GitHub Bot commented on FLINK-5441:
---------------------------------------
Github user fpompermaier commented on the issue:
https://github.com/apache/flink/pull/3107
It's for this reason that I think that Flink needs a "source catalog"
somewhere..
On 22 February 2017 at 09:35, twalthr <[email protected]> wrote:
> We don't have to intercept inline string arguments. We just have to make
> sure that Table.toString() returns an unique identifier that the method
> previously registered in it's table environment. Table.toString() should
> then always return the same identifier.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/apache/flink/pull/3107#issuecomment-281603488>, or
mute
> the thread
>
<https://github.com/notifications/unsubscribe-auth/ADmeJYvF3DJZFWQ2oYcR_mUgC-2WFll8ks5re_NdgaJpZM4Lhz5Y>
> .
>
> Directly allow SQL queries on a Table
> -------------------------------------
>
> Key: FLINK-5441
> URL: https://issues.apache.org/jira/browse/FLINK-5441
> Project: Flink
> Issue Type: New Feature
> Components: Table API & SQL
> Reporter: Timo Walther
> Assignee: Jark Wu
>
> Right now a user has to register a table before it can be used in SQL
> queries. In order to allow more fluent programming we propose calling SQL
> directly on a table. An underscore can be used to reference the current table:
> {code}
> myTable.sql("SELECT a, b, c FROM _ WHERE d = 12")
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)