[jira] [Created] (IGNITE-3964) SQL: implement support for table alias

2016-09-25 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3964: Summary: SQL: implement support for table alias Key: IGNITE-3964 URL: https://issues.apache.org/jira/browse/IGNITE-3964 Project: Ignite Issue Type:

IGNITE-3963 FlinkIgniteSinkSelfTest fails with exception IllegalArgumentException

2016-09-25 Thread Saikat Maitra
Hi, I have raised PR[1] for the following jira ticket[2]. Please review and let me know if any changes required. Regards, Saikat [1] *https://github.com/apache/ignite/pull/1112 * [2] *https://issues.apache.org/jira/browse/IGNITE-3963

[GitHub] ignite pull request #1112: IGNITE-3963 FlinkIgniteSinkSelfTest fails with ex...

2016-09-25 Thread samaitra
GitHub user samaitra opened a pull request: https://github.com/apache/ignite/pull/1112 IGNITE-3963 FlinkIgniteSinkSelfTest fails with exception IllegalArgum… …entException You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (IGNITE-3963) FlinkIgniteSinkSelfTest fails with exception IllegalArgumentException

2016-09-25 Thread Saikat Maitra (JIRA)
Saikat Maitra created IGNITE-3963: - Summary: FlinkIgniteSinkSelfTest fails with exception IllegalArgumentException Key: IGNITE-3963 URL: https://issues.apache.org/jira/browse/IGNITE-3963 Project:

Re: Alias for SQL table

2016-09-25 Thread Sergi Vladykin
I don't see any problems here. Feel free to create an issue. Sergi 2016-09-25 16:30 GMT+03:00 Alexey Kuznetsov : > Hi, All! > > We have ability to specify aliases for columns > via org.apache.ignite.cache.QueryEntity#getAliases. > > But how about alias for table name?

Alias for SQL table

2016-09-25 Thread Alexey Kuznetsov
Hi, All! We have ability to specify aliases for columns via org.apache.ignite.cache.QueryEntity#getAliases. But how about alias for table name? This could be useful in case of moving legacy application to Ignite with a lot of SQL statements. Thoughts? -- Alexey Kuznetsov