Patch attached. Fixed the issue by merging the changes into the old CfDef. Also enhanced unit test to test this error.

Note that in the new situation, to remove an index you must set the column metadata to an empty list instead of null.

was: cfDef.setColumn_metadata(null);
is: cfDef.setColumn_metadata(new ArrayList<ColumnDef>());

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to