GitHub user conker84 opened a pull request: https://github.com/apache/zeppelin/pull/3242
[ZEPPELIN-3882] Neo4jInterpreter - Support Point and Date Types ### 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/3242.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 #3242 ---- commit 2fb25d925a99c692ddc9e2b64aa550e4f8c9959b Author: Andrea Santurbano <santand@...> Date: 2018-11-26T22:48:06Z Added support for Neo4j temporal and point types ---- ---