You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/08/13 21:36:10 UTC

[GitHub] alexeyt820 opened a new pull request #6549: [FLINK-10127] Add Instant to basic types

alexeyt820 opened a new pull request #6549: [FLINK-10127] Add Instant to basic types
URL: https://github.com/apache/flink/pull/6549
 
 
   ## What is the purpose of the change
   This pull requests add JDK8 Instant type as basic type to Flink type system
   ## Brief change log
     - *InstantSerializer* added 
     - *InstantComparator* added
     - *BasicTypeInfo* modified to include *INSTANT_TYPE_INFO*
     - "Types" modified to include *INSTANT*
   
   ## Verifying this change
   
   This change added tests and can be verified as follows:
   - *Added unit tests for InstantSerializer and InstantComparator*
   - *Modified BasicTypeInfoTest to include Instant*
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: yes
     - The serializers: yes
     - The runtime per-record code paths (performance sensitive):  don't know
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: don't know
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/types_serialization.html#flinks-typeinformation-class should be modified to include Instant  
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services