You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by nk...@apache.org on 2019/07/23 09:46:59 UTC

[avro] branch master updated: AVRO-2466: Fix a malformed schema in the share/test/schemas directory (#578)

This is an automated email from the ASF dual-hosted git repository.

nkollar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new e0ae0cd  AVRO-2466: Fix a malformed schema in the share/test/schemas directory (#578)
e0ae0cd is described below

commit e0ae0cd8a36520907304d52f4a19668a3218d5ea
Author: Kengo Seki <se...@apache.org>
AuthorDate: Tue Jul 23 18:46:54 2019 +0900

    AVRO-2466: Fix a malformed schema in the share/test/schemas directory (#578)
---
 share/test/schemas/reserved.avsc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/test/schemas/reserved.avsc b/share/test/schemas/reserved.avsc
index 40f4849..fbae693 100644
--- a/share/test/schemas/reserved.avsc
+++ b/share/test/schemas/reserved.avsc
@@ -1,2 +1,2 @@
 {"name": "org.apache.avro.test.Reserved", "type": "enum",
- "symbols": ["default","class","int"]},
+ "symbols": ["default","class","int"]}