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

Add geo data types Point and Polygon #10678

Merged
merged 10 commits into from May 31, 2020

Conversation

livace
Copy link

@livace livace commented May 5, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Add data type Point (Tuple(Float64, Float64)) and Polygon (Array(Array(Tuple(Float64, Float64)))

@blinkov blinkov added doc-alert pr-feature Pull request with new product feature labels May 5, 2020
@alexey-milovidov alexey-milovidov added can be tested st-waiting-for-fix We are waiting for fixes in this issue or pull request labels May 6, 2020
namespace
{

class DataTypeCustomPointSerialization : public DataTypeCustomSimpleTextSerialization
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing comments with description.

@alexey-milovidov alexey-milovidov self-assigned this May 10, 2020
@alexey-milovidov
Copy link
Member

alexey-milovidov commented May 10, 2020

The code LGTM. Let's merge and start using it :)

We also have to introduce a setting allow_experimental_geo_types and allow to create these types only when this setting is enabled (before merge).

@alexey-milovidov
Copy link
Member

We need to add a setting allow_experimental_geo_types.

alexey-milovidov added a commit that referenced this pull request May 31, 2020
@alexey-milovidov
Copy link
Member

Yandex synchronization check

Will fix after merge.

@alexey-milovidov alexey-milovidov merged commit bebc6f8 into ClickHouse:master May 31, 2020
alexey-milovidov added a commit that referenced this pull request May 31, 2020
alexey-milovidov added a commit that referenced this pull request May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature Pull request with new product feature st-waiting-for-fix We are waiting for fixes in this issue or pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants