-
Notifications
You must be signed in to change notification settings - Fork 96
NullPointerException serializing array with null element #88
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
Comments
Hi, Thanks & Best |
Thanks! |
Imagine, for example, my array can represent the bars of a bar plot, and null may mean "no data", which is not the same as zero; yet, the space for the bar must be there anyway. |
You are totally right. I changed it. Thanks & Best |
Looks perfect now; thanks! |
Hi,
It seems it is not possible to update a document with a bean with an array field with null element, like
somefield: [3, null]
, it throws a NPE!However, I can do it in AQL, so it's perfectly legal.
Cheers.
Miguel
The text was updated successfully, but these errors were encountered: