davidchaava opened a new pull request, #28679:
URL: https://github.com/apache/flink/pull/28679

   ## What is the purpose of the change
   
   This draft PR adds the initial GEOGRAPHY logical type model for Flink.
   
   It is intended to support the ongoing FLIP discussion for native GEOGRAPHY
   support in Flink SQL / Table API and to make the proposed Flink-side type 
shape
   easier to review.
   
   This PR is not intended to be merged before the FLIP direction is agreed.
   
   ## Brief change log
   
   - Add `LogicalTypeRoot.GEOGRAPHY`.
   - Add `GeographyType`.
   - Extend logical type visitors for `GEOGRAPHY`.
   - Extend logical type parsing for the `GEOGRAPHY` serializable string.
   - Add logical type tests.
   
   ## Verifying this change
   
   This change adds tests for the new logical type model:
   
   - `LogicalTypesTest`
   - `LogicalTypeParserTest`
   
   ## Does this pull request potentially affect one of the following parts:
   
   - Dependencies: no
   - Public API: no
   - Serializers: no
   - Runtime per-record code paths: no
   - Deployment or recovery: no
   - S3 file system connector: no
   
   ## Documentation
   
   - Does this pull request introduce a new feature? yes
   - If yes, how is the feature documented? not documented yet; this is a draft 
PR for the FLIP discussion


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to