Remi
Remi
If something empty is set to the post_filter (e.g. empty Bool Filter), the post_field is added to the request body as an empty array. ``` $query = new \Elastica\Query(); $query->setPostFilter(new...
In Python 3.10 this class has been moved. `from collections import Iterable` is now `from collections.abc import Iterable` Error message: ``` Traceback (most recent call last): File ".../app/onemax_island_scoop.py", line 28,...
H3 functions missing methods on Databricks: `java.lang.NoSuchMethodError: com.uber.h3core.H3Core...`
## Expected behavior When following the install information to use Sedona with Databricks. When using `ST_H3CellIDs` I expect to get the H3 indices of the given polygon. As example I...