[ 
https://issues.apache.org/jira/browse/KAFKA-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945434#comment-14945434
 ] 

ASF GitHub Bot commented on KAFKA-2476:
---------------------------------------

GitHub user ewencp opened a pull request:

    https://github.com/apache/kafka/pull/281

    KAFKA-2476: Add Decimal, Date, and Timestamp logical types.

    To support Decimal, this also adds support for schema parameters, which is 
an
    extra set of String key value pairs which provide extra information about 
the
    schema. For Decimal, this is used to encode the scale parameter, which is 
part
    of the schema instead of being passed with every value.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ewencp/kafka kafka-2476-copycat-logical-types

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/281.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #281
    
----
commit a97ff2f3d9ccce878d34036a8ce4e6ca35cbe08c
Author: Ewen Cheslack-Postava <m...@ewencp.org>
Date:   2015-10-05T23:23:52Z

    KAFKA-2476: Add Decimal, Date, and Timestamp logical types.
    
    To support Decimal, this also adds support for schema parameters, which is 
an
    extra set of String key value pairs which provide extra information about 
the
    schema. For Decimal, this is used to encode the scale parameter, which is 
part
    of the schema instead of being passed with every value.

----


> Define logical types for Copycat data API
> -----------------------------------------
>
>                 Key: KAFKA-2476
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2476
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: copycat
>            Reporter: Ewen Cheslack-Postava
>            Assignee: Ewen Cheslack-Postava
>             Fix For: 0.9.0.0
>
>
> We need some common types like datetime and decimal. This boils down to 
> defining the schemas for these types, along with documenting their semantics.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to