[
https://issues.apache.org/jira/browse/AVRO-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erik van Oosten updated AVRO-2022:
----------------------------------
Description:
The keyword {{schema}} is now allowed as escaped identifier in IDL. E.g. the
following does not compile:
{noformat}
record {
string `schema`;
}
{noformat}
Patches are available for the master branch:
https://github.com/apache/avro/pull/209 and 1.7 branch:
https://github.com/apache/avro/pull/211
was:
The keyword {{schema}} is now allowed as escaped identifier in IDL. E.g. the
following does not compile:
{noformat}
record {
string `schema`;
}
{noformat}
Patches are available for the master and 1.7 branches here: (todo)
> IDL does not allow `schema` as identifier
> -----------------------------------------
>
> Key: AVRO-2022
> URL: https://issues.apache.org/jira/browse/AVRO-2022
> Project: Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.7.7, 1.8.1
> Reporter: Erik van Oosten
>
> The keyword {{schema}} is now allowed as escaped identifier in IDL. E.g. the
> following does not compile:
> {noformat}
> record {
> string `schema`;
> }
> {noformat}
> Patches are available for the master branch:
> https://github.com/apache/avro/pull/209 and 1.7 branch:
> https://github.com/apache/avro/pull/211
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)