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

   ### Purpose
   
   Linked issue: close #98
   
   Fix bug where column prune is broken after rust client writes to log table 
due to parsing error caused by rust client not honoring compression 
configuration. 
   
   ZSTD Compression level config and other compression related concerns has not 
been hooked up, I suggest that  we raise a separate issue/PR to follow that up.
   
   ### Brief change log
   
   Ensure that record batch writing honors compression type by instantiating 
ArrowWriter with compression type specified in table properties,
   - Added ArrowCompressionInfo / Type
   - Passes CompressionType to Arrow ipc StreamWriter
   
   ### Tests
   
   Added UTs for ArrowCompressionInfo/Type. 
   
   Manual testings


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