[
https://issues.apache.org/jira/browse/PARQUET-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14206123#comment-14206123
]
Dmitriy commented on PARQUET-130:
---------------------------------
This is a part of a bigger schema. In this schema we store activity of user in
system. We store it as events which describe some user actions, and this events
have some additional info about this actions. But few events don't have any
additional info, they just show that action happens. So we have big schema
which always have some data, and not serialize as 0 bytes, but it have such
events as part of it.
> Failed to read write avro data, when it has no fields
> -----------------------------------------------------
>
> Key: PARQUET-130
> URL: https://issues.apache.org/jira/browse/PARQUET-130
> Project: Parquet
> Issue Type: Bug
> Reporter: Dmitriy
>
> Failed to write/read event when it created from following avro schema:
> {"namespace": "com.example.avro",
> "type": "record",
> "name": "UserTestTwo",
> "fields": []
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)