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

feat: Add JsonUpdate and JsonQuery scalar udfs #215

Merged
merged 5 commits into from Nov 15, 2022
Merged

Conversation

Shreyansh228
Copy link
Contributor

As of the current version of Flink 1.14.3, to update or to add particular value in input json object using JsonPath and to query child object from parent json using JsonPath are missing. These UDFs will help us in handling such use-cases in flink-sql.

As of the current version of Flink 1.14.3, to update or to add particular value in input json object using JsonPath and to query child object from parent json using JsonPath are missing. These UDFs will help us in handling such use-cases in flink-sql.
@vercel
Copy link

vercel bot commented Nov 9, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
dagger ✅ Ready (Inspect) Visit Preview Nov 14, 2022 at 3:50PM (UTC)

@Meghajit Meghajit added the enhancement New feature or request label Nov 15, 2022
@Meghajit Meghajit merged commit f03cfec into main Nov 15, 2022
@Meghajit Meghajit deleted the add-json-update-udf branch November 15, 2022 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants