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

Support nested Map transformations #15

Open
MichailKaramanos opened this issue Jun 23, 2020 · 1 comment
Open

Support nested Map transformations #15

MichailKaramanos opened this issue Jun 23, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@MichailKaramanos
Copy link

Currently, when encountered a nested Map the following error is given:

java.lang.IllegalArgumentException: Field 'someNestedMap' is not a struct type or an array.

Would be a nice to have improvement. Are there plans to introduce this feature?

@yruslan yruslan added the enhancement New feature or request label Jun 24, 2020
@yruslan
Copy link
Contributor

yruslan commented Jun 24, 2020

Yes, definitely we need to add support nestedMaps.

We need to investigate if we can use transform(...) on maps similarly how we use it on arrays.

Let's use this issue to track progress on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants