lszskye opened a new pull request, #28:
URL: https://github.com/apache/paimon-cpp/pull/28

   ### Purpose
   
   GenericRow: A generic implementation of InternalRow backed by an array of 
VariantType, supporting all Paimon data types.
   
   RecordBatch: Encapsulates a batch of columnar data with partition info, 
bucket id, and per-row RowKind (INSERT / UPDATE_BEFORE / UPDATE_AFTER / DELETE).
   
   MemorySize: Parses human-readable memory size strings (e.g., "1024mb", "2g") 
into byte values.
   Supports units: bytes, kibibytes, mebibytes, gibibytes, tebibytes, with 
case-insensitive matching.
   
   TimeDuration: Parses human-readable time duration strings (e.g., "500ms", 
"10s", "2h") into millisecond values.
   Supports units: nanoseconds, microseconds, milliseconds, seconds, minutes, 
hours, days.
   
   ### Tests
   GenericRowTest
   RecordBatchTest
   MemorySizeTest
   TimeDurationTest
   


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