| clear query|facets|time |
Search criteria: .
Results from 1 to 7 from
7 (1.064s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1140] Buffer.hh includes Config.hh without "../" - Avro - [issue]
|
|
...Buffer.hh includes the file Config.hh, which is located in the parent directory. Config.hh is included like via #include "Config.hh", but this should be #include "../Config.hh". Both work wh...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1140
Author: Jan van der Lugt,
2012-09-25, 22:24
|
|
|
Re: Config.hh not found in buffer/Buffer.hh - Avro - [mail # user]
|
|
...Hi Manuel, I also had this issue. If you check out the latest release from svn, does that give you the same error? It should be fixed there. - Jan On Fri, Sep 14, 2012 at 2...
|
|
|
Author: Jan van der Lugt,
2012-09-14, 22:23
|
|
|
[AVRO-1143] avrogencpp generates $Undefined$ for some union types - Avro - [issue]
|
|
...When converting the attached file to a C++ header, a vector of type $Undefined$ is generated. I believe this is because there is no check for AVRO_UNION in CodeGen::cppTypeOf()....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1143
Author: Jan van der Lugt,
2012-09-09, 05:47
|
|
|
Re: avrogencpp generates vector of $Undefined$ type - Avro - [mail # user]
|
|
...It seems the $Undefined$ is coming from an AVRO_UNION type, which is also not checked in the cppTypeOf method. I could try to come up with some solution, but if someone with knowledge of thi...
|
|
|
Author: Jan van der Lugt,
2012-08-28, 00:00
|
|
|
Re: avrogencpp generates vector of $Undefined$ type - Avro - [mail # user]
|
|
...Good find! I'll take a look at this tomorrow, see if I can come up with a fix. On Sun, Aug 26, 2012 at 5:26 AM, Harsh J wrote: ...
|
|
|
Author: Jan van der Lugt,
2012-08-27, 04:56
|
|
|
Re: avrogencpp generates vector of $Undefined$ type - Avro - [mail # user]
|
|
...Hi all, Sorry to be impatient, but could someone please comment on this issue? I know that the C++ version isn't as popular as the Java version, but the whole idea is to make informati...
|
|
|
Author: Jan van der Lugt,
2012-08-26, 08:24
|
|
|
avrogencpp generates vector of $Undefined$ type - Avro - [mail # user]
|
|
...Hi all, After deciding on Apache Avro for one of the main formats for storing our graph data, I tried to integrate it with our graph processing system built in C++. If I generate a hea...
|
|
|
Author: Jan van der Lugt,
2012-08-18, 07:10
|
|
|
|