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

   ### Purpose
   Introduce utility classes for data type conversion, field type 
introspection, file type classification, and decimal operations.
   
   ### Changes
   `DataConverterUtils`: Provides bidirectional converters between string 
values and `BinaryRow` fields 
   
   `FieldTypeUtils`: Utility for `FieldType`, e.g., integer type checking, 
scale comparison
   
    `FileType`: Enum class defining file types: `kMeta`, `kData`, 
`kBucketIndex`, `kGlobalIndex`, `kFileIndex`. 
   
   `DecimalUtils`: validates Arrow decimal type constraints
   
   ### Tests
   - `DataConverterUtilsTest`
   - `FieldTypeUtilsTest`
   - `FileTypeTest`
   - `DecimalUtilsTest`


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