[
https://issues.apache.org/jira/browse/AVRO-3212?focusedWorklogId=652771&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-652771
]
ASF GitHub Bot logged work on AVRO-3212:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Sep/21 05:28
Start Date: 20/Sep/21 05:28
Worklog Time Spent: 10m
Work Description: martin-g commented on a change in pull request #1342:
URL: https://github.com/apache/avro/pull/1342#discussion_r711883732
##########
File path: doc/src/content/xdocs/spec.xml
##########
@@ -254,14 +254,16 @@
<section>
<title>Fixed</title>
<p>Fixed uses the type name <code>"fixed"</code> and supports
- two attributes:</p>
+ the following attributes:</p>
<ul>
<li><code>name</code>: a string naming this fixed (required).</li>
<li><em>namespace</em>, a string that qualifies the name;</li>
Review comment:
A few questions to Avro devs not directly related to this PR:
1) Should we add `(optional)` for namespace too ?
2) Why it uses `<em>` instead of `<code>` like all other attributes ?
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 652771)
Time Spent: 0.5h (was: 20m)
> Avro Specification does not allow type fixed to have a doc property
> -------------------------------------------------------------------
>
> Key: AVRO-3212
> URL: https://issues.apache.org/jira/browse/AVRO-3212
> Project: Apache Avro
> Issue Type: Bug
> Components: doc
> Affects Versions: 1.10.2
> Reporter: radai rosenblatt
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> according to the [latest
> spec|http://avro.apache.org/docs/current/spec.html#Fixed]:
> {quote}
> Fixed uses the type name "fixed" and supports two attributes:
> name
> namespace
> aliases
> size
> {quote}
>
> those are 4 attributes, and also "doc" isnt mentioned (though very much
> supported at least in java code)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)