Re: Cassandra issue

2016-08-29 Thread Igor Rudyak
Valentin, You right, it's rather easy to handle such kind of exception and re-throw more descriptive one. Here is a new ticket for this: https://issues.apache.org/jira/browse/IGNITE-3799 Igor On Mon, Aug 29, 2016 at 8:29 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Igor, >

Re: Cassandra issue

2016-08-29 Thread Valentin Kulichenko
Igor, Thanks! How do you think, is there a way to validate this on the earlier stages and throw more descriptive exception? Currently this looks like a usability issue. -Val On Mon, Aug 29, 2016 at 8:05 PM, Igor Rudyak wrote: > Hi Valentin, > > You are right - the reason is

Cassandra issue

2016-08-29 Thread Valentin Kulichenko
Hi Igor, Will you have a chance to take another look at user's issue [1]? As far as I understand, this happens because the key column name is "id" and there is "id" field in the value class. Is this a valid configuration? [1]

[GitHub] ignite pull request #985: IGNITE-3751: ODBC: Added system functions support.

2016-08-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/985 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] ignite pull request #993: IGNITE-3773: Added GUID tests.

2016-08-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/993 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] ignite pull request #983: IGNITE-3757: Added tests for aggregate functions.

2016-08-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/983 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] ignite pull request #979: IGNITE-3736: Added SQL string functions support. A...

2016-08-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/979 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] ignite pull request #1006: IGNITE-3760: Added tests for supported SQL97 stri...

2016-08-29 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/1006 IGNITE-3760: Added tests for supported SQL97 string functions. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

How can I run CacheJdbcStore test suite with PostgreSQL?

2016-08-29 Thread Tsunakawa, Takayuki
Hello, I'm trying to see if Ignite's CacheJdbc{Blob/Pojo}Store works with PostgreSQL through PostgreSQL JDBC driver. To that end, I'd like to use the Ignite's test suite included in the source distribution, because I expect the test suite tests the feature well (and I don't have apps for

[jira] [Created] (IGNITE-3798) ODBC: Escape sequences: Ensure that escape sequences are parsed correctly irrespective of delimiter chars inside literals.

2016-08-29 Thread Andrew Mashenkov (JIRA)
Andrew Mashenkov created IGNITE-3798: Summary: ODBC: Escape sequences: Ensure that escape sequences are parsed correctly irrespective of delimiter chars inside literals. Key: IGNITE-3798 URL:

[GitHub] ignite pull request #1004: IGNITE-3741 ODBC: Escape sequences: Support LIKE ...

2016-08-29 Thread AMashenkov
GitHub user AMashenkov opened a pull request: https://github.com/apache/ignite/pull/1004 IGNITE-3741 ODBC: Escape sequences: Support LIKE escape sequence. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite

[jira] [Created] (IGNITE-3797) ODBC: Scalar functions: Support TIMESTAMPDIFF and TIMESTAMPADD functions.

2016-08-29 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3797: --- Summary: ODBC: Scalar functions: Support TIMESTAMPDIFF and TIMESTAMPADD functions. Key: IGNITE-3797 URL: https://issues.apache.org/jira/browse/IGNITE-3797 Project:

[jira] [Created] (IGNITE-3796) .NET: Platforms system cache

2016-08-29 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-3796: -- Summary: .NET: Platforms system cache Key: IGNITE-3796 URL: https://issues.apache.org/jira/browse/IGNITE-3796 Project: Ignite Issue Type: Improvement

[GitHub] ignite pull request #1003: IGNITE-3645 IGFS: Local secondary: Implement upda...

2016-08-29 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request: https://github.com/apache/ignite/pull/1003 IGNITE-3645 IGFS: Local secondary: Implement update() operation. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] ignite pull request #1002: IGNITE-3750: Added date/time functions tests.

2016-08-29 Thread isapego
GitHub user isapego opened a pull request: https://github.com/apache/ignite/pull/1002 IGNITE-3750: Added date/time functions tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-3750

[GitHub] ignite pull request #1001: IGNITE-3601 Read-only optimistic transaction shou...

2016-08-29 Thread vldpyatkov
GitHub user vldpyatkov opened a pull request: https://github.com/apache/ignite/pull/1001 IGNITE-3601 Read-only optimistic transaction shouldn't throw an excep… …tion if entry version was not changed. Read only serializable transactions are commiting without check. You

[GitHub] ignite pull request #973: IGNITE-3627: Tuned ODBC capabilities to match capa...

2016-08-29 Thread isapego
Github user isapego closed the pull request at: https://github.com/apache/ignite/pull/973 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] ignite pull request #975: IGNITE-3670 IGFS: Local secondary: Add test for li...

2016-08-29 Thread tledkov-gridgain
Github user tledkov-gridgain closed the pull request at: https://github.com/apache/ignite/pull/975 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] ignite pull request #995: IGNITE-3788: Fix flapping test

2016-08-29 Thread AMashenkov
Github user AMashenkov closed the pull request at: https://github.com/apache/ignite/pull/995 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] ignite pull request #866: Ignite 3424

2016-08-29 Thread AndreyVel
Github user AndreyVel closed the pull request at: https://github.com/apache/ignite/pull/866 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Created] (IGNITE-3795) CPP: Add test with SQL scalar functions returning java.sql.Date

2016-08-29 Thread Igor Sapego (JIRA)
Igor Sapego created IGNITE-3795: --- Summary: CPP: Add test with SQL scalar functions returning java.sql.Date Key: IGNITE-3795 URL: https://issues.apache.org/jira/browse/IGNITE-3795 Project: Ignite

[jira] [Created] (IGNITE-3794) Cleanup FormUtils.service.js

2016-08-29 Thread Vasiliy Sisko (JIRA)
Vasiliy Sisko created IGNITE-3794: - Summary: Cleanup FormUtils.service.js Key: IGNITE-3794 URL: https://issues.apache.org/jira/browse/IGNITE-3794 Project: Ignite Issue Type: Sub-task

[jira] [Created] (IGNITE-3793) Need to fix dependencies and it's licenses.

2016-08-29 Thread Anton Vinogradov (JIRA)
Anton Vinogradov created IGNITE-3793: Summary: Need to fix dependencies and it's licenses. Key: IGNITE-3793 URL: https://issues.apache.org/jira/browse/IGNITE-3793 Project: Ignite Issue

[GitHub] ignite pull request #999: Ignite 1.5.31

2016-08-29 Thread devozerov
GitHub user devozerov opened a pull request: https://github.com/apache/ignite/pull/999 Ignite 1.5.31 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-1.5.31 Alternatively you can review and apply