Open aihuaxu opened 2 weeks ago
Follow up on https://github.com/apache/iceberg/pull/11324 to implement sanitized version of Variant.
Rather than returning the hash of Variant as a string, it should understand the types within the variant and recursively sanitize the fields. Example:
{ "id": 3, "date": "2024-11-05" }
=>
{ hash-id: , (1 digit number) hash-date: (date-today) }
None
Feature Request / Improvement
Follow up on https://github.com/apache/iceberg/pull/11324 to implement sanitized version of Variant.
Rather than returning the hash of Variant as a string, it should understand the types within the variant and recursively sanitize the fields. Example:
=>
Query engine
None
Willingness to contribute