Re: Extending HBase support

2018-05-23 Thread Kasper Sørensen
I like the idea of reusing the WideColumn class also for Cassandra. Is "Wide Column" a term that you've encountered elsewhere, or did you make that up? I kinda like it, but would want to consider naming as important. One piece of perspective too is that some databases (notably MongoDB, CouchDB,

[GitHub] metamodel issue #179: Feature/neo4j column types

2018-05-23 Thread jhorcicka
Github user jhorcicka commented on the issue: https://github.com/apache/metamodel/pull/179 @arjansh: * JUnit test was added. * I decided to use the simple if-then block for the column type decision. ---

[GitHub] metamodel pull request #179: Feature/neo4j column types

2018-05-23 Thread arjansh
Github user arjansh commented on a diff in the pull request: https://github.com/apache/metamodel/pull/179#discussion_r190142943 --- Diff: neo4j/src/main/java/org/apache/metamodel/neo4j/utils/ColumnTypeResolver.java --- @@ -0,0 +1,117 @@ +/** + * Licensed to the Apache