GitHub user conker84 opened a pull request: https://github.com/apache/zeppelin/pull/3244
Update neo4j datatypes ### What is this PR for? Add the support for Point and Date data types introduced since Neo4j 3.4 ### What type of PR is it? [Improvement] In order to allow users to use the Neo4j Interpreter with the last introduced Data types ### Todos * [x] - Bumped Neo4j dependecies version * [x] - Added new data types to test ### What is the Jira issue? * Put link here, and add [ZEPPELIN-3882](https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-3882) ### How should this be tested? * Execute the unit tests ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/conker84/zeppelin update-neo4j-datatypes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/3244.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 #3244 ---- commit 2fb25d925a99c692ddc9e2b64aa550e4f8c9959b Author: Andrea Santurbano <santand@...> Date: 2018-11-26T22:48:06Z Added support for Neo4j temporal and point types commit 41e85e3ff35a45c1d24e8e5f014b3d1707cefcec Author: Andrea Santurbano <santand@...> Date: 2018-11-26T22:48:06Z Added support for Neo4j temporal and point types commit 9e8d6f3b440abe85831c76bf05416ea898d1782b Author: Andrea Santurbano <santand@...> Date: 2018-11-28T09:27:59Z Merge branch 'update-neo4j-datatypes' of https://github.com/conker84/zeppelin into update-neo4j-datatypes commit e2740371739bb6e49eaad6c1768781d25132784e Author: Andrea Santurbano <santand@...> Date: 2018-11-29T08:44:11Z fix checkstyle ---- ---