GitHub user ivandasch opened a pull request: https://github.com/apache/ignite/pull/3619
IGNITE-7654 Add processing for JTS Geometry Now geometry deserializes to WKT. Also, add Spatial JDBC Example You can merge this pull request into a Git repository by running: $ git pull https://github.com/ivandasch/ignite ignite-7654 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3619.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 #3619 ---- commit abb0cf03df0da97efa0701ddbaa3eb4a43b8dac0 Author: Ivan <ivandasch@...> Date: 2018-03-10T19:38:51Z IGNITE-7654 Add processing for jts Geometry in jdbc processor, now geometry deserializes to WKT. Also, add Spatial JDBC Example ---- ---