| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
437 (0.08s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [VOTE] Avro release 1.7.0 (rc 0) - Avro - [mail # dev]
|
|
...A new release candidate introduces at least a 1 week delay for the vote. If we can get two other PMC members to approve this release, 1.7.0 can go out and we can create a 1.7.1 immediately a...
|
|
|
Author: Scott Carey,
2012-06-07, 18:53
|
|
|
Re: Scala API - Avro - [mail # user]
|
|
...This would be fantastic. I would be excited to see it. It would be great to see a Scala language addition to the project if you wish to contribute. I believe there have bee...
|
|
|
Author: Scott Carey,
2012-05-30, 21:52
|
|
|
[AVRO-958] C: Add Deflate compression codec support - Avro - [issue]
|
|
...Add deflate codec support for Avro-C...
|
|
|
http://issues.apache.org/jira/browse/AVRO-958
Author: Scott Carey,
2012-05-23, 21:51
|
|
|
Re: Branch missing for 1.6 - Avro - [mail # dev]
|
|
...We branch lazily. If this is work locally and you do not need to commit, then the 1.6.3 tag is the correct location. Once a committer needs a branch in order to commit a change t...
|
|
|
Author: Scott Carey,
2012-05-08, 16:25
|
|
|
Re: How represent abstract in Schemas - Avro - [mail # user]
|
|
...Avro schemas can represent Union types, but not abstract types. It does not make sense to serialize an abstract class, since its data members are not known. By definition, an abstract ...
|
|
|
Author: Scott Carey,
2012-05-07, 20:00
|
|
|
Re: Support for Serialization and Externalization? - Avro - [mail # user]
|
|
... On 4/23/12 10:37 AM, "Joe Gamache" wrote: That should be possible. If not I think It is a bug. The Java reflect API is supposed to be able to handle Specific a...
|
|
|
Author: Scott Carey,
2012-05-01, 23:30
|
|
|
Re: Nested schema issue (with "munged" invalid schema) - Avro - [mail # user]
|
|
... On 5/1/12 9:55 AM, "Peter Cameron" wrote: The second time that "location" is used, it should be used by reference, and not re-defined. I believe that "name":"...
|
|
|
Author: Scott Carey,
2012-05-01, 23:24
|
|
|
Re: Nested schema issue - Avro - [mail # user]
|
|
... On 5/1/12 9:47 AM, "Peter Cameron" wrote: On the Java side, recent versions have a Parser that can deal with schema import. It requires that a schema be defined befo...
|
|
|
Author: Scott Carey,
2012-05-01, 23:20
|
|
|
Re: Specific/GenericDatumReader performance and resolving decoders - Avro - [mail # user]
|
|
...I think this approach makes sense, reader=writer is common. In addition to record fields, unions are affected. I have been thinking about the issue that resolving records is slow...
|
|
|
Author: Scott Carey,
2012-04-19, 16:20
|
|
|
Re: Avro + Snappy changing blocksize of snappy compression - Avro - [mail # user]
|
|
...Try a range from smaller block sizes (4k) and up. 256K is a larger block size than many compression codecs are sensitive to. Also for reference, try it with the deflate codec at ...
|
|
|
Author: Scott Carey,
2012-04-18, 21:18
|
|
|
|