You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Askar Safin (Jira)" <ji...@apache.org> on 2022/01/03 09:50:00 UTC

[jira] [Created] (AVRO-3279) How many fields one can have in record?

Askar Safin created AVRO-3279:
---------------------------------

             Summary: How many fields one can have in record?
                 Key: AVRO-3279
                 URL: https://issues.apache.org/jira/browse/AVRO-3279
             Project: Apache Avro
          Issue Type: Bug
          Components: spec
            Reporter: Askar Safin


The specification doesn't say how many fields one can have in a record, i. e. what is minimal count of fields. I think minimal count should be zero, because many programming languages allow empty records.

 

In my homegrown Rust Avro lib I allow empty records, because they are perfectly compatible with Rust type system



--
This message was sent by Atlassian Jira
(v8.20.1#820001)