Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The hash function may return a negative value, which was not handled by the partitioner's use of modulus (which carries sign in Java).
Also, the OutgoingRecordBatch clears the schema if the last batch is empty.