You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org> on 2018/12/30 05:24:00 UTC

[jira] [Updated] (AVRO-2150) Improved idl syntax support for "marker properties"

     [ https://issues.apache.org/jira/browse/AVRO-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvalluvan M. G. updated AVRO-2150:
--------------------------------------
    Component/s: spec

> Improved idl syntax support for "marker properties"
> ---------------------------------------------------
>
>                 Key: AVRO-2150
>                 URL: https://issues.apache.org/jira/browse/AVRO-2150
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: spec
>            Reporter: Zoltan Farkas
>            Priority: Minor
>
> It would be nice to allow in IDL "marker properties" like:
> {code}
> @MarkerProperty
> record TestRecord {
> ....
> }
> {code}
> this would be only a simpler syntax for:
> {code}
> @MarkerProperty("")
> record TestRecord {
> ....
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)