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

Support quoting columns in inferred schemas #337

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shaug
Copy link

@shaug shaug commented Dec 24, 2024

Description & motivation

If infer_schema is set to quote, then the inferred columns will be quoted. This is useful in scenarios where e.g., the schemas are generated from nested JSON objects.

Addresses issue #336

Checklist

  • I have verified that these changes work locally
  • I have updated the README.md (if applicable)
  • I have added an integration test for my fix/feature (if applicable)

If `infer_schema` is set to `quote`, then the columns will be quoted.
This is useful in scenarios e.g., where the schemas are generated from
nested JSON objects.
@shaug shaug requested a review from jeremyyeo as a code owner December 24, 2024 00:21
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