You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the first set of inserts in the CQL example (see 3rd insert statement) you insert the POLYGON value into the LineStringType column, instead of inserting it into the PolygonType column as the demo should do. It appears correctly on down in the C/C++ example.
Suggest a fix
Change the 3rd insert statement so it inserts the POLYGON(()) value into the polygon column of the demo example geotypes table, rather than inserting it into the linestring column.
The text was updated successfully, but these errors were encountered:
I would like to report an issue in page https://cpp-driver.docs.scylladb.com/master/topics/dse_features/geotypes/index
Problem
In the first set of inserts in the CQL example (see 3rd insert statement) you insert the POLYGON value into the LineStringType column, instead of inserting it into the PolygonType column as the demo should do. It appears correctly on down in the C/C++ example.
Suggest a fix
Change the 3rd insert statement so it inserts the POLYGON(()) value into the polygon column of the demo example geotypes table, rather than inserting it into the linestring column.
The text was updated successfully, but these errors were encountered: