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

Add json_format Presto function (#3398) #3525

Conversation

arpitporwal2293
Copy link
Contributor

Summary:
Pull Request resolved: #3398
Add 'json_format' udf to prestosql.
Doc: https://prestodb.io/docs/current/functions/json.html?highlight=json_format#json_format

Differential Revision: D42060671

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 15, 2022
@netlify
Copy link

netlify bot commented Dec 15, 2022

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 76ec7cc
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/63b5ce3807e58d0008f8e3a8

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42060671

arpitporwal2293 pushed a commit to arpitporwal2293/velox that referenced this pull request Dec 15, 2022
Summary:
Pull Request resolved: facebookincubator#3525

Pull Request resolved: facebookincubator#3398
Add 'json_format' udf to prestosql.
Doc: https://prestodb.io/docs/current/functions/json.html?highlight=json_format#json_format

Differential Revision: D42060671

fbshipit-source-id: 6b652de2fda6abff7bbde3465307de5fdf311787
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42060671

arpitporwal2293 pushed a commit to arpitporwal2293/velox that referenced this pull request Dec 15, 2022
Summary:
Pull Request resolved: facebookincubator#3525

Pull Request resolved: facebookincubator#3398
Add 'json_format' udf to prestosql.
Doc: https://prestodb.io/docs/current/functions/json.html?highlight=json_format#json_format

Differential Revision: D42060671

fbshipit-source-id: 095c3bb32951b1578476040b0556425f77e29e6a
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42060671

Copy link
Contributor

@mbasmanova mbasmanova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arpitporwal2293 Looks good to me. Please, run Fuzzer tests as described in https://github.com/facebookincubator/velox/blob/main/CONTRIBUTING.md#prestos-sql-functions and report the results.

velox/functions/prestosql/tests/JsonFunctionsTest.cpp Outdated Show resolved Hide resolved
velox/functions/prestosql/tests/JsonFunctionsTest.cpp Outdated Show resolved Hide resolved
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42060671

arpitporwal2293 pushed a commit to arpitporwal2293/velox that referenced this pull request Dec 16, 2022
Summary:
Pull Request resolved: facebookincubator#3525

Pull Request resolved: facebookincubator#3398
Add 'json_format' udf to prestosql.
Doc: https://prestodb.io/docs/current/functions/json.html?highlight=json_format#json_format

Differential Revision: D42060671

fbshipit-source-id: 7806d25d21ddff541e428b8f1077d6375bd30154
arpitporwal2293 pushed a commit to arpitporwal2293/velox that referenced this pull request Dec 20, 2022
Summary:
Pull Request resolved: facebookincubator#3525

Pull Request resolved: facebookincubator#3398
Add 'json_format' udf to prestosql.
Doc: https://prestodb.io/docs/current/functions/json.html?highlight=json_format#json_format

Differential Revision: D42060671

fbshipit-source-id: 4e59f9ce0de8135d3b046432cc591a6e73561d96
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42060671

arpitporwal2293 pushed a commit to arpitporwal2293/velox that referenced this pull request Dec 20, 2022
Summary:
Pull Request resolved: facebookincubator#3525

Pull Request resolved: facebookincubator#3398
Add 'json_format' udf to prestosql.
Doc: https://prestodb.io/docs/current/functions/json.html?highlight=json_format#json_format

Differential Revision: D42060671

fbshipit-source-id: 03b6db4247042fd732c1c32f4ef95cd47a828a68
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42060671

arpitporwal2293 pushed a commit to arpitporwal2293/velox that referenced this pull request Dec 21, 2022
Summary:
Pull Request resolved: facebookincubator#3525

Pull Request resolved: facebookincubator#3398
Add 'json_format' udf to prestosql.
Doc: https://prestodb.io/docs/current/functions/json.html?highlight=json_format#json_format

Differential Revision: D42060671

fbshipit-source-id: 9044a8a1d69c7abab51d95ea64384f5a877c7698
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42060671

Copy link
Contributor

@mbasmanova mbasmanova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arpitporwal2293 Thank you for iterating on this PR. Some comments.

velox/docs/functions/json.rst Outdated Show resolved Hide resolved
velox/docs/functions/json.rst Outdated Show resolved Hide resolved
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42060671

arpitporwal2293 pushed a commit to arpitporwal2293/velox that referenced this pull request Dec 22, 2022
Summary:
Pull Request resolved: facebookincubator#3525

Pull Request resolved: facebookincubator#3398
Add 'json_format' udf to prestosql.
Doc: https://prestodb.io/docs/current/functions/json.html?highlight=json_format#json_format

Differential Revision: D42060671

fbshipit-source-id: eeaf6d49328d3e194eb3847be38f71f2f9ae0a6d
arpitporwal2293 pushed a commit to arpitporwal2293/velox that referenced this pull request Dec 22, 2022
Summary:
Pull Request resolved: facebookincubator#3525

Pull Request resolved: facebookincubator#3398
Add 'json_format' udf to prestosql.
Doc: https://prestodb.io/docs/current/functions/json.html?highlight=json_format#json_format

Differential Revision: D42060671

fbshipit-source-id: d4bdf41a86d435acd519a4ece105bb0cec4002bd
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42060671

arpitporwal2293 pushed a commit to arpitporwal2293/velox that referenced this pull request Dec 22, 2022
Summary:
Pull Request resolved: facebookincubator#3525

Pull Request resolved: facebookincubator#3398
Add 'json_format' udf to prestosql.
Doc: https://prestodb.io/docs/current/functions/json.html?highlight=json_format#json_format

Differential Revision: D42060671

fbshipit-source-id: 4d747d7974f10cda4831d4008312a166de626cd2
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42060671

Copy link
Contributor

@mbasmanova mbasmanova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arpitporwal2293 Thank you, Arpit.

arpitporwal2293 pushed a commit to arpitporwal2293/velox that referenced this pull request Jan 3, 2023
Summary:
Pull Request resolved: facebookincubator#3525

Pull Request resolved: facebookincubator#3398
Add 'json_format' udf to prestosql.
Doc: https://prestodb.io/docs/current/functions/json.html?highlight=json_format#json_format

Reviewed By: mbasmanova

Differential Revision: D42060671

fbshipit-source-id: b12fe8c0c2a1757adbe446fd3943283311dbb13a
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42060671

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42060671

arpitporwal2293 pushed a commit to arpitporwal2293/velox that referenced this pull request Jan 4, 2023
Summary:
Pull Request resolved: facebookincubator#3525

Pull Request resolved: facebookincubator#3398
Add 'json_format' udf to prestosql.
Doc: https://prestodb.io/docs/current/functions/json.html?highlight=json_format#json_format

Reviewed By: mbasmanova

Differential Revision: D42060671

fbshipit-source-id: 4db561f302534cf9661bd086e161d83c9b0dbfc0
Summary:
Pull Request resolved: facebookincubator#3525

Pull Request resolved: facebookincubator#3398
Add 'json_format' udf to prestosql.
Doc: https://prestodb.io/docs/current/functions/json.html?highlight=json_format#json_format

Reviewed By: mbasmanova

Differential Revision: D42060671

fbshipit-source-id: 806f9a2b8d20ee23558ee2f72112d8f33ac289ac
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42060671

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 05e5aae.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants