[GitHub] gora pull request #110: [WIP] GORA-497 : Rewrite Cassandra data store

2017-08-12 Thread djkevincr
Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r132823605 --- Diff: gora-cassandra-cql/src/test/java/org/apache/gora/cassandra/store/TestAvroSerializationWithUDT.java --- @@ -0,0 +1,91 @@ +/** + * Licensed

[GitHub] gora pull request #110: [WIP] GORA-497 : Rewrite Cassandra data store

2017-08-12 Thread djkevincr
Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r132823832 --- Diff: gora-cassandra-cql/src/main/java/org/apache/gora/cassandra/compiler/GoraCassandraNativeCompiler.java --- @@ -0,0 +1,319 @@ +/** + *

[jira] [Commented] (GORA-497) Migrate CassandraThrift to CQL

2017-08-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124674#comment-16124674 ] ASF GitHub Bot commented on GORA-497: - Github user djkevincr commented on a diff in the pull request:

[GitHub] gora pull request #110: [WIP] GORA-497 : Rewrite Cassandra data store

2017-08-12 Thread djkevincr
Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r132824405 --- Diff: gora-cassandra-cql/src/test/conf/gora.properties --- @@ -0,0 +1,27 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or

[jira] [Commented] (GORA-497) Migrate CassandraThrift to CQL

2017-08-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124675#comment-16124675 ] ASF GitHub Bot commented on GORA-497: - Github user djkevincr commented on a diff in the pull request:

[GitHub] gora pull request #110: [WIP] GORA-497 : Rewrite Cassandra data store

2017-08-12 Thread djkevincr
Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r132824702 --- Diff: gora-cassandra-cql/src/test/java/org/apache/gora/cassandra/GoraCassandraTestDriver.java --- @@ -0,0 +1,166 @@ +/* + * Licensed to the

[GitHub] gora pull request #110: [WIP] GORA-497 : Rewrite Cassandra data store

2017-08-12 Thread djkevincr
Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r132825580 --- Diff: gora-cassandra-cql/src/main/java/org/apache/gora/cassandra/store/CassandraStore.java --- @@ -0,0 +1,279 @@ +/* + * Licensed to the

[jira] [Commented] (GORA-497) Migrate CassandraThrift to CQL

2017-08-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124699#comment-16124699 ] ASF GitHub Bot commented on GORA-497: - Github user djkevincr commented on a diff in the pull request:

[jira] [Commented] (GORA-497) Migrate CassandraThrift to CQL

2017-08-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124663#comment-16124663 ] ASF GitHub Bot commented on GORA-497: - Github user djkevincr commented on a diff in the pull request:

[jira] [Commented] (GORA-497) Migrate CassandraThrift to CQL

2017-08-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124664#comment-16124664 ] ASF GitHub Bot commented on GORA-497: - Github user djkevincr commented on a diff in the pull request:

[GitHub] gora pull request #110: [WIP] GORA-497 : Rewrite Cassandra data store

2017-08-12 Thread djkevincr
Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r132823884 --- Diff: gora-cassandra-cql/src/main/java/org/apache/gora/cassandra/store/CassandraClient.java --- @@ -0,0 +1,515 @@ +/* + * Licensed to the

[jira] [Commented] (GORA-497) Migrate CassandraThrift to CQL

2017-08-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124665#comment-16124665 ] ASF GitHub Bot commented on GORA-497: - Github user djkevincr commented on a diff in the pull request:

[jira] [Commented] (GORA-497) Migrate CassandraThrift to CQL

2017-08-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124666#comment-16124666 ] ASF GitHub Bot commented on GORA-497: - Github user djkevincr commented on a diff in the pull request:

[GitHub] gora pull request #110: [WIP] GORA-497 : Rewrite Cassandra data store

2017-08-12 Thread djkevincr
Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r132824045 --- Diff: gora-cassandra-cql/src/test/java/org/apache/gora/cassandra/store/TestCassandraStore.java --- @@ -0,0 +1,204 @@ +/** + * Licensed to the

[GitHub] gora pull request #110: [WIP] GORA-497 : Rewrite Cassandra data store

2017-08-12 Thread djkevincr
Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r132824244 --- Diff: gora-cassandra-cql/src/test/java/org/apache/gora/cassandra/store/TestNativeSerializationWithUDT.java --- @@ -0,0 +1,84 @@ +/** + *

[jira] [Commented] (GORA-497) Migrate CassandraThrift to CQL

2017-08-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124670#comment-16124670 ] ASF GitHub Bot commented on GORA-497: - Github user djkevincr commented on a diff in the pull request:

[GitHub] gora pull request #110: [WIP] GORA-497 : Rewrite Cassandra data store

2017-08-12 Thread djkevincr
Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r132824225 --- Diff: gora-cassandra-cql/src/test/java/org/apache/gora/cassandra/store/TestNativeSerializationWithUDT.java --- @@ -0,0 +1,84 @@ +/** + *

[jira] [Commented] (GORA-497) Migrate CassandraThrift to CQL

2017-08-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124672#comment-16124672 ] ASF GitHub Bot commented on GORA-497: - Github user djkevincr commented on a diff in the pull request:

[GitHub] gora pull request #110: [WIP] GORA-497 : Rewrite Cassandra data store

2017-08-12 Thread djkevincr
Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r132824517 --- Diff: gora-cassandra-cql/src/test/java/org/apache/gora/cassandra/store/TestCassandraStore.java --- @@ -0,0 +1,204 @@ +/** + * Licensed to the

[jira] [Commented] (GORA-497) Migrate CassandraThrift to CQL

2017-08-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124676#comment-16124676 ] ASF GitHub Bot commented on GORA-497: - Github user djkevincr commented on a diff in the pull request:

[jira] [Commented] (GORA-497) Migrate CassandraThrift to CQL

2017-08-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124685#comment-16124685 ] ASF GitHub Bot commented on GORA-497: - Github user djkevincr commented on a diff in the pull request:

[GitHub] gora pull request #110: [WIP] GORA-497 : Rewrite Cassandra data store

2017-08-12 Thread djkevincr
Github user djkevincr commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r132824780 --- Diff: gora-cassandra-cql/src/main/java/org/apache/gora/cassandra/compiler/GoraCassandraNativeCompiler.java --- @@ -0,0 +1,319 @@ +/** + *