You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Jeff Hammerbacher (JIRA)" <ji...@apache.org> on 2009/11/25 07:21:39 UTC

[jira] Created: (AVRO-239) Implement __len__ for Avro Schemas

Implement __len__ for Avro Schemas
----------------------------------

                 Key: AVRO-239
                 URL: https://issues.apache.org/jira/browse/AVRO-239
             Project: Avro
          Issue Type: New Feature
          Components: python
            Reporter: Jeff Hammerbacher


BSON has a nice implementation of __len__:

>>> from pymongo.bson import BSON
>>> len(BSON.from_dict({"hello": "world"}))
22

We should too!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.