Skip to content

Conversation

@luoluoyuyu
Copy link
Member

  • 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

- 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
@jt2594838 jt2594838 merged commit 4330d7c into apache:develop Nov 18, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants