Open costin opened 5 years ago
Pinging @elastic/es-search
The latest version at the moment is 1.4.200
I had look at upgrading H2 and this is what I found:
AccessControlException
when using a java security policy (https://github.com/h2database/h2database/issues/2397). A fix has already been merged and will be available with the next H2 release. 1.4.199 does not have this issue.So it looks like we're stuck with 1.4.197 until a new version of H2GIS is released.
For future reference, https://github.com/elastic/elasticsearch/pull/75173 documents the necessary changes to make the non-GIS related tests work with 1.4.199.
Thanks @Luegg . Let's revisit this when the next release of H2 will show up - based on #75173 we already have a cost associated with the upgrade, let's see whether there's an upside to it (INTERVAL
support).
Pinging @elastic/es-ql (Team:QL)
Pinging @elastic/es-analytical-engine (Team:Analytics)
H2 had a new release in February 2019 with a long changelog - besides a lot of bugfixes, it introduced support for Geometry (still based on JTS) and
INTERVAL
s. We should upgrade the jar but also, if possible, update our tests from CSV to SQL on the interval front.