leekeiabstraction opened a new pull request, #124:
URL: https://github.com/apache/fluss-rust/pull/124

   
   ### Purpose
   
   Linked issue: close #119
   
   
   ### Brief change log
   
   - Added CompactedKeyEncoder
   - Added CompactedKeyWriter
   - Added FieldGetter
   - Added Value enum (not in Java) to allow more graceful/polymorphic 
BinaryWriter implementations
   
   Several TODOs that may benefit from being broken up into smaller task to 
prevent PR from becoming too large:
   
   1. BinaryWriter functions to return Result<?> for exception handling instead 
of panic!
   2. Decimal, Timestamp, Date, InternalArray, Row and other data type's 
BinaryWriter functions, FieldGetter etc. implementation
   3. CompactedKeyEncoder's all data type unit test
   
   ### Tests
   
   - Added CompactedKeyEncoder UTs similar to Java UTs


-- 
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]

Reply via email to