Thanks a lot Doug. So that means, If I need to store avro binary encoded data in Cassandra column family, then the actual schema won't get stored with that? Right? I need to have the schema through some external means whenever I am reading that binary encoded data. Right?
*Raihan Jamal* On Wed, Sep 18, 2013 at 2:28 PM, Doug Cutting [via Apache Avro] < [email protected]> wrote: > On Wed, Sep 18, 2013 at 1:53 PM, Raihan Jamal <[hidden > email]<http://user/SendEmail.jtp?type=node&node=4028215&i=0>> > wrote: > > Suppose if I am going with Binary encoding route instead of JSON then > does > > the schema also gets stored in that binary encoding format always? > > The schema is stored in Avro data files. Avro RPC also manages > schemas for you. But if you store Avro binary-encoded data in some > other container then you may need to keep track of the schema > yourself. > > Doug > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-avro.679487.n3.nabble.com/Apache-Avro-Encoding-types-tp4028194p4028215.html > To start a new topic under Avro - Users, email > [email protected] > To unsubscribe from Apache Avro, click > here<http://apache-avro.679487.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=679487&code=amFtYWxyYWloYW5AZ21haWwuY29tfDY3OTQ4N3wtMTk5OTc1MjQwMQ==> > . > NAML<http://apache-avro.679487.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-avro.679487.n3.nabble.com/Apache-Avro-Encoding-types-tp4028194p4028216.html Sent from the Avro - Users mailing list archive at Nabble.com.
