Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 6 from 6 (0.335s).
Loading phrases to help you
refine your search...
[AVRO-1080] JsonIO.cc should allow \u escape sequence in string - Avro - [issue]
...If an avro string contains a unicode escape sequence that begins with "\u" instead of "\U" an exception is thrown by the parser. The problematic code is at JsonIO.cc line 269.JsonParser::Tok...
http://issues.apache.org/jira/browse/AVRO-1080    Author: Keh-Li Sheng, 2013-06-13, 20:07
[AVRO-1176] ResolvingDecoder fails to resolve or parse schemas - Avro - [issue]
...We have encountered a number of problems using ResolvingDecoder in the C++ project that we can trace to1. Incorrectly swapped reader/writer arguments passed to ResolvingGrammarGenerator::gen...
http://issues.apache.org/jira/browse/AVRO-1176    Author: Keh-Li Sheng, 2013-02-20, 00:48
[AVRO-1190] C++ json parser fails to decode multibyte unicode code points - Avro - [issue]
...The parser in JsonIO.cc does not handle decoding a multibyte unicode character into any kind of valid character encoding for a std::string in c++. The following snippet from JsonParser::tryS...
http://issues.apache.org/jira/browse/AVRO-1190    Author: Keh-Li Sheng, 2012-11-05, 22:35
[AVRO-1191] C++ json encoder uses \U instead of \u - Avro - [issue]
...From the JSON spec http://www.ietf.org/rfc/rfc4627.txt:2.5.  Strings   The representation of strings is similar to conventions used in the C   family of programming ...
http://issues.apache.org/jira/browse/AVRO-1191    Author: Keh-Li Sheng, 2012-11-05, 21:41
[AVRO-1065] NodeRecord::isValid() treats records with no fields as invalid - Avro - [issue]
...Implementation of NodeRecord in NodeImpl.hh requires that a record have at least 1 field in it but this is not required as per the specification at http://avro.apache.org/docs/1.6.3/spec.htm...
http://issues.apache.org/jira/browse/AVRO-1065    Author: Keh-Li Sheng, 2012-09-25, 22:24
[AVRO-1026] Add namespace support to C++ - Avro - [issue]
...This patch adds support for reading and resolving schemas that use namespaces for named types. Looking for a code review and application of the patch to codebase.Node is modified to take an ...
http://issues.apache.org/jira/browse/AVRO-1026    Author: Keh-Li Sheng, 2012-06-11, 20:01
Sort:
project
Avro (6)
type
issue (6)
date
last 7 days (1)
last 30 days (1)
last 90 days (1)
last 6 months (2)
last 9 months (6)
author
Doug Cutting (806)
Scott Carey (440)
Jeff Hammerbacher (175)
Philip Zeyliger (118)
Matt Massie (102)
Bruce Mitchener (89)
Douglas Creager (82)
Thiruvalluvan M. G. (82)
Harsh J (74)
Jeff Hodges (65)
James Baldassari (53)
Yang (52)
Scott Banachowski (48)
Jeremy Lewi (46)
Miki Tebeka (46)
Keh-Li Sheng