QuakeWang opened a new pull request, #9057: URL: https://github.com/apache/paimon/pull/9057
### Purpose `MAP<K, BLOB>` rejects `BINARY` and `VARBINARY` keys. In Java, `byte[]` map keys also use identity equality, so equal key bytes can survive as duplicate entries and overridden BLOB payloads can still be externalized. Add Java and Python binary key codecs, normalize Java binary keys by content across map reads, copies, and primary-key externalization, and document the byte encoding. ### Tests - Java MAP BLOB format and map semantics tests - Python MAP BLOB key tests - Java/Python interoperability tests - Checkstyle, Spotless, Flake8, license check, and docs build -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
