You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "RyanSkraba (via GitHub)" <gi...@apache.org> on 2023/04/19 15:03:44 UTC

[GitHub] [avro] RyanSkraba commented on a diff in pull request #2192: AVRO-XXXX: Given array example in the documentation is incorrect

RyanSkraba commented on code in PR #2192:
URL: https://github.com/apache/avro/pull/2192#discussion_r1171479986


##########
doc/content/en/docs/++version++/Specification/_index.md:
##########
@@ -137,9 +137,9 @@ For example, an array of strings is declared with:
 ```json
 {
   "type": "array",
-  "items" : "string",
-  "default": []
-}
+  "items" : "string"
+},
+"default": []
 ```

Review Comment:
   I agree with @KalleOlaviNiemitalo !  We should take this out of Arrays (and Maps as well, in the next section).



-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org