[
https://issues.apache.org/jira/browse/FLINK-39904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Chaava updated FLINK-39904:
---------------------------------
Description:
Problem
Flink has no native logical type for geography values.
Goal
Introduce GEOGRAPHY into the core Flink type system.
Solution / Scope
Add LogicalTypeRoot.GEOGRAPHY and GeographyType with expected equality,
nullability, summary, and serializable string behavior.
Acceptance Criteria
GEOGRAPHY and GEOGRAPHY NOT NULL are represented correctly as LogicalType
instances.
Pull request: https://github.com/apache/flink/pull/28740
Discussion: https://lists.apache.org/thread/flbj8dfdfgs26klrxt7xch3r9785ky67
was:
Problem
Flink has no native logical type for geography values.
Goal
Introduce GEOGRAPHY into the core Flink type system.
Solution / Scope
Add LogicalTypeRoot.GEOGRAPHY and GeographyType with expected equality,
nullability, summary, and serializable string behavior.
Acceptance Criteria
GEOGRAPHY and GEOGRAPHY NOT NULL are represented correctly as LogicalType
instances.
> Add GEOGRAPHY logical type model
> --------------------------------
>
> Key: FLINK-39904
> URL: https://issues.apache.org/jira/browse/FLINK-39904
> Project: Flink
> Issue Type: Sub-task
> Reporter: David Chaava
> Priority: Major
>
> Problem
> Flink has no native logical type for geography values.
> Goal
> Introduce GEOGRAPHY into the core Flink type system.
> Solution / Scope
> Add LogicalTypeRoot.GEOGRAPHY and GeographyType with expected equality,
> nullability, summary, and serializable string behavior.
> Acceptance Criteria
> GEOGRAPHY and GEOGRAPHY NOT NULL are represented correctly as LogicalType
> instances.
> Pull request: https://github.com/apache/flink/pull/28740
> Discussion: https://lists.apache.org/thread/flbj8dfdfgs26klrxt7xch3r9785ky67
--
This message was sent by Atlassian Jira
(v8.20.10#820010)