| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
82 (0.047s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-390] ResolvingDecoder does not handle default values for records well - Avro - [issue]
|
|
...Default values for simple fields work fine. But if a field is of type record and that field has default value, the values are inserted fine. But since the client has no knowledge that what i...
|
|
|
http://issues.apache.org/jira/browse/AVRO-390
Author: Thiruvalluvan M. G.,
2010-03-01, 17:09
|
|
|
[AVRO-383] Optimizing ResolvingDecoder for default values - Avro - [issue]
|
|
...When the reader's and writer's schemas are records and the reader's schema has a field with default value and the writer's schema doesn't have the field, the ResolvingDecoder keeps the defau...
|
|
|
http://issues.apache.org/jira/browse/AVRO-383
Author: Thiruvalluvan M. G.,
2010-03-01, 17:09
|
|
|
[AVRO-385] Initializing uninitialized BlockingBinaryEncoder fails - Avro - [issue]
|
|
...The problem is the same as in AVRO-375. AVRO-375 missed BlockingBinaryEncoder and fixed others. This patch fixes BlockingBinaryEncoder....
|
|
|
http://issues.apache.org/jira/browse/AVRO-385
Author: Thiruvalluvan M. G.,
2010-03-01, 17:09
|
|
|
[AVRO-374] After a fresh 'build.sh test' svn reports certain files modified in Ubuntu 9.10 - Avro - [issue]
|
|
...After fresh checkout and a "build.sh test", svn says certain C++ related files as modified:M lang/c++/configureM lang/c++/Makefile.inM ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-374
Author: Thiruvalluvan M. G.,
2010-03-01, 17:09
|
|
|
[AVRO-375] Initializing uninizialized encoders fail - Avro - [issue]
|
|
...If you construct an encoder with null as OutputStream and try to call init() with a valid OutputStream later, the code throws NullPointerException....
|
|
|
http://issues.apache.org/jira/browse/AVRO-375
Author: Thiruvalluvan M. G.,
2010-03-01, 17:09
|
|
|
[AVRO-345] Optimization for ResolvingDecoder - Avro - [issue]
|
|
...If the writer's and reader's schema are records, we allow the order of fields to be different in them. The ResolvingDecoder returns the fields in the writer's order. This is to avoid bufferi...
|
|
|
http://issues.apache.org/jira/browse/AVRO-345
Author: Thiruvalluvan M. G.,
2010-03-01, 17:09
|
|
|
[AVRO-328] Performance improvements Validating encoder/decoder for nested records - Avro - [issue]
|
|
...With nested records, Parser.pushProduction() gets called multiple times (once per record nesting). Since we do not have any events for beginning and end of records, it enhances the performan...
|
|
|
http://issues.apache.org/jira/browse/AVRO-328
Author: Thiruvalluvan M. G.,
2010-03-01, 17:09
|
|
|
[AVRO-337] ant test-java fails in Cygwin due to CRLF v LF problem - Avro - [issue]
|
|
...Since the PrintWriter under Cygwin (since the Java runtime is for Windows) generates CRLF for newline instead of LF. This causes JUnit assertions to fail. The accompanying patch fixes these ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-337
Author: Thiruvalluvan M. G.,
2010-03-01, 17:09
|
|
|
[AVRO-313] Default values for fields or records and array (or map) don't work with ResolvingDecoder - Avro - [issue]
|
|
...If the writer's and reader's schema are different and reader's schema defines a field with a default while the writer's does not have that field, the ResolovingDecoder returns the default va...
|
|
|
http://issues.apache.org/jira/browse/AVRO-313
Author: Thiruvalluvan M. G.,
2010-03-01, 17:09
|
|
|
[AVRO-315] Performance improvements to BinaryDecoder - Avro - [issue]
|
|
...The forthcoming patch improves the performance of BinaryDecoder.readLong(), readFloat() and readDouble().The test-patch has a command-line program Perf in org.apache.avro.io in the (test par...
|
|
|
http://issues.apache.org/jira/browse/AVRO-315
Author: Thiruvalluvan M. G.,
2010-03-01, 17:09
|
|
|
|