Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: Follow up on adding Variant data type to implement sanitizing for Variant #11479

Open
2 of 3 tasks
aihuaxu opened this issue Nov 5, 2024 · 0 comments
Open
2 of 3 tasks
Labels
improvement PR that improves existing functionality

Comments

@aihuaxu
Copy link
Contributor

aihuaxu commented Nov 5, 2024

Feature Request / Improvement

Follow up on #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) 
 } 

Query engine

None

Willingness to contribute

  • I can contribute this improvement/feature independently
  • I would be willing to contribute this improvement/feature with guidance from the Iceberg community
  • I cannot contribute this improvement/feature at this time
@aihuaxu aihuaxu added the improvement PR that improves existing functionality label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement PR that improves existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant