GitHub user jhorcicka opened a pull request:
https://github.com/apache/metamodel/pull/179
Feature/neo4j column types
This PR adds column types to the neo4j table definitions. In the previous
version all column types were treated as Strings.

You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jhorcicka/metamodel feature/neo4j-column-types
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/179.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #179
----
commit fdaaed05d7ed3aadfe79b3ce71dd49bc45b6b9f4
Author: jakub <j.horcicka@...>
Date: 2018-05-18T07:49:48Z
Neo4j: column types support.
commit b60601e76e0218ae314f1dbf3e50c6a27a0877cf
Author: jakub <j.horcicka@...>
Date: 2018-05-22T10:22:26Z
Refactoring.
commit 59ec9ccbd569b33a3281a7adc2153e244e4f8a5d
Author: jakub <j.horcicka@...>
Date: 2018-05-22T11:22:20Z
Node ID from metadata is Integer, not Long.
----
---