[jira] [Commented] (METAMODEL-1093) JDBC CompiledQuery ResultSets not closed properly

2016-06-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METAMODEL-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15320141#comment-15320141 ] ASF GitHub Bot commented on METAMODEL-1093: --- Github user LosD commented on t

[GitHub] metamodel issue #107: METAMODEL-1093 close compiled ResultSets

2016-06-07 Thread LosD
Github user LosD commented on the issue: https://github.com/apache/metamodel/pull/107 I added a test (and did some general fixing up... The test assumed that non-system tables besides Sakila existed, and updated the MySQL driver, since the old one had problems with milli/microsecond p

Re: Bump cassandra driver. Separate modules?

2016-06-07 Thread Alberto Rodriguez
Thank you for your answer Kasper. I completely agree! 2016-06-07 17:21 GMT+02:00 Kasper Sørensen : > I think that as long as the driver is backwards compatible then we are > in a good place to just keep with the latest'n'greatest only. > > 2016-06-07 3:30 GMT-07:00 Alberto Rodriguez : > > Hi all,

Re: Checking compliance to a schema with metamodel

2016-06-07 Thread Juan Rodríguez Hortalá
It would be something in the lines of: DataContext hiveDataContext = DataContextFactory.createJDBCDataContext(...) Table expectedJsonSchema = hiveDataContext.getDefaultSchema().getTableByName("employessTable") DataContext jsonDataContext = new JsonDataContext(expectedJsonSchema) for (String jsonRe

Re: Bump cassandra driver. Separate modules?

2016-06-07 Thread Kasper Sørensen
I think that as long as the driver is backwards compatible then we are in a good place to just keep with the latest'n'greatest only. 2016-06-07 3:30 GMT-07:00 Alberto Rodriguez : > Hi all, > > I've just opened an issue in jira to bump the cassandra driver version to > the latest one: METAMODEL-109

[jira] [Commented] (METAMODEL-1094) Bump cassandra driver to the latest version

2016-06-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/METAMODEL-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15318594#comment-15318594 ] ASF GitHub Bot commented on METAMODEL-1094: --- GitHub user fjcano-stratio open

[GitHub] metamodel pull request #108: METAMODEL-1094 Bump Cassandra version

2016-06-07 Thread fjcano-stratio
GitHub user fjcano-stratio opened a pull request: https://github.com/apache/metamodel/pull/108 METAMODEL-1094 Bump Cassandra version TimeStamp issue: https://groups.google.com/a/lists.datastax.com/forum/#!topic/java-driver-user/pAoLlEzmGWA You can merge this pull request i

Bump cassandra driver. Separate modules?

2016-06-07 Thread Alberto Rodriguez
Hi all, I've just opened an issue in jira to bump the cassandra driver version to the latest one: METAMODEL-1094 I was wondering whether we need to create separate modules for Cassandra 2 and Cassandra 3 as we did for MongoDB. The latest versi

[jira] [Created] (METAMODEL-1094) Bump cassandra driver to the latest version

2016-06-07 Thread Alberto (JIRA)
Alberto created METAMODEL-1094: -- Summary: Bump cassandra driver to the latest version Key: METAMODEL-1094 URL: https://issues.apache.org/jira/browse/METAMODEL-1094 Project: Apache MetaModel Issu