Repository: calcite
Updated Branches:
  refs/heads/master a36ffc35c -> 11ff06120


Remove incorrect "Not implemented" message from CALCITE-2031


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/11ff0612
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/11ff0612
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/11ff0612

Branch: refs/heads/master
Commit: 11ff061205604950d8fdfade62cb84236a3fc1e4
Parents: a36ffc3
Author: Michael Mior <[email protected]>
Authored: Tue Nov 13 16:15:10 2018 -0500
Committer: Michael Mior <[email protected]>
Committed: Tue Nov 13 16:15:10 2018 -0500

----------------------------------------------------------------------
 core/src/test/resources/sql/spatial.iq | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/11ff0612/core/src/test/resources/sql/spatial.iq
----------------------------------------------------------------------
diff --git a/core/src/test/resources/sql/spatial.iq 
b/core/src/test/resources/sql/spatial.iq
index fa32f49..67e1d46 100755
--- a/core/src/test/resources/sql/spatial.iq
+++ b/core/src/test/resources/sql/spatial.iq
@@ -574,7 +574,6 @@ EXPR$0
 # Not implemented
 
 # ST_Y(geom) Returns the y-value of the first coordinate of *geom*
-# Not implemented
 
 SELECT ST_Y(ST_GeomFromText('POINT Z(1 2 3)'));
 EXPR$0

Reply via email to