Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Issue in page Geospatial types #87

Open
daveherrington opened this issue Nov 6, 2023 · 0 comments
Open

docs: Issue in page Geospatial types #87

daveherrington opened this issue Nov 6, 2023 · 0 comments

Comments

@daveherrington
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant