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

Stop using regex based schema parser for table schema on tresto #2098

Merged
merged 7 commits into from
Jan 16, 2025

Conversation

mtoy-googly-moogly
Copy link
Collaborator

I didn't touch the table schema parser when I added the Query Plan schema parser because it seemed to be working and I was afraid to break things. Then we discovered the regex based table schema parser fails to parse the 70K schema for a facebook post. I switched to using the new parser and it works much better.

@mtoy-googly-moogly mtoy-googly-moogly merged commit 54e6a3a into main Jan 16, 2025
15 checks passed
@mtoy-googly-moogly mtoy-googly-moogly deleted the parse-post-schema branch January 16, 2025 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant