|
|
+
Uhlig, Hans 2012-01-19, 18:48
-
Re: Deprecated use of org.apache.avro.Schema.parse in Generated RecordsScott Carey 2012-01-19, 19:36
Schema.Parser.parse()
Example: Schema s1 = new Schema.Parser().parse("{\"type\":\"string\"}"); This allows more advanced parsing if one parse depends on the schemas defined in a prior one: Schema.Parser p = new Schema.Parser(); Schema fixed = p.parse("{\"type\": \"fixed\", \"size\": 16, \"name\":\"md5\"}"); Schema union = p.parse("[\"null\", \"string\", \"md5\"]"); On 1/19/12 10:48 AM, "Uhlig, Hans" <[EMAIL PROTECTED]> wrote: >As this is now a deprecated method. What is the new method of parsing >finalized static schema¹s for Records? > >Hans Uhlig | Senior Systems Engineer >| R&D PMO & Ops >Aol. Inc. | Direct 650.937.2119 | Email [EMAIL PROTECTED] | AIM >hansuhlig9 >GPG Key: 0xE523CC64 | Fingerprint: 64F7 9B30 C845 CB54 EDCA 190A 1C3E >6571 E523 CC64 >This message contains privileged and confidential information. Any >dissemination, distribution, copying or other use of this message or >any of its content (data, prices...) to any third parties may only occur >with ADTECH's prior consent. > |