| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
82 (0.075s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1095] C++ compiler warns about control reaching end of doAdavance (in JsonIO.cc) which returns something other than void - Avro - [issue]
|
|
...This warning is because the function calls unexpected() which always throws and the compiler is unaware of it....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1095
Author: Thiruvalluvan M. G.,
2012-09-25, 22:24
|
|
|
[AVRO-1055] Race condition in Java fingerprinting code - Avro - [issue]
|
|
...There is a subtle race condition. If the fpTable64 is not yet initialized and two thread try to compute FP for two schemas (or the same schema) at the same time, one thread will start initia...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1055
Author: Thiruvalluvan M. G.,
2012-09-25, 22:24
|
|
|
[AVRO-1135] Avro C++ fails to build on Mac - Avro - [issue]
|
|
...The file unittest.cc fails to compile because the compiler gets confused about the overloaded function readFixed<N> in Parser class. There are two overloaded functions with the name re...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1135
Author: Thiruvalluvan M. G.,
2012-08-20, 18:59
|
|
|
[AVRO-1116] C++ code crashes on Data files with no data - Avro - [issue]
|
|
...It is because a single variable objectCount_ is used to represent the number of objects in the current block. There is no way to distinguish between the current block having zero objects and...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1116
Author: Thiruvalluvan M. G.,
2012-07-18, 21:54
|
|
|
[AVRO-1068] Avro Java does not build on recent Eclipse versions with m2eclipse - Avro - [issue]
|
|
...It is so because, in the recent versions of m2eclipse require manual mapping of non-standard maven lifecycle tasks. The forthcoming fix addresses that problem....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1068
Author: Thiruvalluvan M. G.,
2012-06-11, 20:01
|
|
|
[AVRO-1070] AvroSequenceFileOutputFormat is in wrong package. - Avro - [issue]
|
|
...The source directory org/apache/avro/mapreduce and package name org.apache.avro.hadoop.io do not match....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1070
Author: Thiruvalluvan M. G.,
2012-06-11, 20:01
|
|
|
[AVRO-1097] BinaryDecoder does not detect EOF sometimes - Avro - [issue]
|
|
...This is the first problem reported in AVRO-1058.The trouble is, in case of end of stream, ensureBounds() does not really ensure that the requisite number of actual bytes are available in the...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1097
Author: Thiruvalluvan M. G.,
2012-06-11, 20:01
|
|
|
RE: parsing - Avro - [mail # dev]
|
|
...Did you read this: http://avro.apache.org/docs/1.5.4/api/java/org/apache/avro/io/parsing/doc -fi les/parsing.html This has the theory behind what we do. Thanks thiru ...
|
|
|
Author: Thiruvalluvan M. G.,
2012-04-07, 10:20
|
|
|
[AVRO-956] Remove dependency on Flex/Bison - Avro - [issue]
|
|
...The current schema parser uses Flex/Bison. Making Flex/Bison work with CMake seems difficult. Moreover trying to parse Json directly into in-memory schema object appears hard. The code is no...
|
|
|
http://issues.apache.org/jira/browse/AVRO-956
Author: Thiruvalluvan M. G.,
2012-02-15, 00:49
|
|
|
[AVRO-1015] Support for C++ build using Micrsoft Visual Studio on Windows - Avro - [issue]
|
|
...At present, Avro C++ builds on Cygwin but does not build natively for Windows using Visual Studio. The main stumbling block has been integration with Flex and Bison. Now that AVRO-956 remove...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1015
Author: Thiruvalluvan M. G.,
2012-02-15, 00:46
|
|
|
|