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

improvement: parse_json function should parse one time for the same column #7468

Open
BohuTANG opened this issue Sep 4, 2022 · 0 comments
Open
Labels
C-improvement Category: improvement stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed

Comments

@BohuTANG
Copy link
Member

BohuTANG commented Sep 4, 2022

Summary

select parse_json(repo).name, parse_json(repo).url, parse_json(repo).date from github_events;

parse_json(repo) and parse_json(repo) will parse twice for the same repo JSON column, here need optimize to one time.

@BohuTANG BohuTANG added the C-improvement Category: improvement label Sep 4, 2022
@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-improvement Category: improvement stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
Projects
None yet
Development

No branches or pull requests

2 participants