hazelcast-nodejs-client
hazelcast-nodejs-client copied to clipboard
[TRACKING ISSUE] [API-1250] Do not allow different item types in Compact array fields [API-1585]
The tracking issue for the Java side PR.
See https://github.com/hazelcast/hazelcast/pull/21958 for details.
The team decided that we wouldn't allow different item types/schemas in the Compact array fields.
This PR adds the necessary checks to the array of Compact and array of GenericRecord object fields
Internal Jira issue: API-1585
@harunalpak @srknzl did we ported the necessary changes for this fix to Node.js? If so, can you please close the issue by linking the PR we did this change?
We ported this changes to Nodejs client. See PR for details.