plusplusjiajia opened a new pull request, #6988:
URL: https://github.com/apache/paimon/pull/6988
### Purpose
Introduces four new Transform implementations for data masking:
1. HashTransform: Masks string columns by hashing with configurable
algorithm (default SHA-256) and optional salt
2. PartialMaskTransform: Masks the middle part of string
3. NullTransform: Always returns null for the input field
4. DefaultValueTransform: Returns the default value based on the field's
data type
--
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]