From 2f8c5ac6f878125a79ef0955047a019c6717d183 Mon Sep 17 00:00:00 2001 From: Igor Motov Date: Wed, 15 May 2019 10:50:54 -0400 Subject: [PATCH] Docs: Mark SQL Geo functionality as beta (#42138) Adds beta marker to geosql documentation --- docs/reference/sql/functions/geo.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/sql/functions/geo.asciidoc b/docs/reference/sql/functions/geo.asciidoc index f5ed716eaeb..112ddfffce6 100644 --- a/docs/reference/sql/functions/geo.asciidoc +++ b/docs/reference/sql/functions/geo.asciidoc @@ -3,6 +3,8 @@ [[sql-functions-geo]] === Geo Functions +beta[] + The geo functions work with geometries stored in `geo_point` and `geo_shape` fields, or returned by other geo functions. ==== Limitations