8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4e35e commit 21cb9e3Copy full SHA for 21cb9e3
CHANGELOG
@@ -1,6 +1,12 @@
1
v3.7.14 (XXXX-XX-XX)
2
--------------------
3
4
+* Fixed: getResponsibleShard call on disjoint Smart Graphs
5
+ if you asked for the responsible shard on a disjoint edge collection
6
+ where the _from and _to differ (invalid), the server would respond with
7
+ "DATASOURCE_NOT_FOUND". This is now fixed to "BAD_PARAMETER"
8
+ to emphasize that the collection is fine but the input is invalid.
9
+
10
* Fixed various problems in GEO_INTERSECTS: wrong results, not implemented cases
11
and numerically unstable behaviour. In particular, the case of the
12
intersection of two polygons in which one is an S2LngLatRect is fixed
0 commit comments