[jira] [Created] (IGNITE-3965) @GridInternal tasks should not go through user load balancing SPI

2016-09-25 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3965: Summary: @GridInternal tasks should not go through user load balancing SPI Key: IGNITE-3965 URL: https://issues.apache.org/jira/browse/IGNITE-3965 Project: Ig

Re: Alias for SQL table

2016-09-25 Thread Alexey Kuznetsov
Created issue: SQL: implement support for table alias https://issues.apache.org/jira/browse/IGNITE-3964 On Sun, Sep 25, 2016 at 9:39 PM, Sergi Vladykin wrote: > 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

[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: T

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 https://github.com/samait

[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: Igni

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? This could be useful in cas

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