luoluoyuyu opened a new pull request, #640: URL: https://github.com/apache/tsfile/pull/640
- Change compression type fields from String to CompressionType enum - Change encoding type fields from String to TSEncoding enum - Optimize getCompressor() method to use direct field access instead of string conversion - Optimize getValueEncoder() to return TSEncoding directly instead of String - Update all callers to remove unnecessary TSEncoding.valueOf() conversions - Improve performance by avoiding string conversions in hot paths -- 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]
