Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.6-SNAPSHOT map/array behavior does not correspond with README #42

Open
ldcasillas-progreso opened this issue Mar 17, 2015 · 1 comment
Assignees
Milestone

Comments

@ldcasillas-progreso
Copy link

The README.md currently in the version-2.6 branch states the following:

Avro Maps will be read in and converted to Java Maps. Avro Arrays will be read in and converted to Java Lists.

But looking at the AvroToCascading.java version currently in the branch (from commit 70d9562), this is not true. Both Avro maps and arrays will be read in and converted to Cascading Tuples. For example, an Avro map will be converted to a Tuple with keys in even indexes and values in odd indexes.

The corresponding code in the version-2.5 branch does conform with the README.md. So which is right, the README or the code?

@kkrugler
Copy link
Member

@vmagotra - I wonder if this is due to an an aborted merge with some changes @ccsevers was working on? I think we'd want to try to use maps and lists if possible, as that would facilitate the nested data structure filtering work we'd been discussing.

@kkrugler kkrugler added this to the 3.1 milestone Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants