You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different implementations of Java's Map serialize differently. This means that we could have the same map serialize to two different bytes representations, and therefore get sent to different partitions. This was discovered with the following pull query test:
Note: this test will fail in master because we have not yet implemented non-literal keys. It was run on a test branch where I am implementing that feature
Different implementations of Java's
Map
serialize differently. This means that we could have the same map serialize to two different bytes representations, and therefore get sent to different partitions. This was discovered with the following pull query test:Note: this test will fail in master because we have not yet implemented non-literal keys. It was run on a test branch where I am implementing that feature
The lookup could not succeed because the serialized key did not match the serialized where clause value.
The text was updated successfully, but these errors were encountered: