-
Notifications
You must be signed in to change notification settings - Fork 13
Add datafusion-functions-json #130
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
Comments
💯 |
I will plan to try this after I have completed #132 |
matthewmturner
added a commit
that referenced
this issue
Sep 14, 2024
Last part of #132 Closes #132 # Rationale I want to begin working on integration other components (e.g. #130) and I want to avoid littering the code with `cfg` flags. I think after this PR we'll have two `cfg` uses for each extension. Short of macros this is the best I can come up with Changes: 1. Pull deltalake and s3 registration into their own module 2. Create a new API for registering extensions 3. Create a list of nice to have APIs upstream in DataFusion --------- Co-authored-by: Matthew Turner <[email protected]>
I have a PR ready: #143 It went quite smootly |
matthewmturner
pushed a commit
that referenced
this issue
Sep 16, 2024
Closes #130 Changes: 1. Integrates the functions https://github.com/datafusion-contrib/datafusion-functions-json 2. Adds some basic testing for these extensions (I need to figure out how to do something similar for s3 and delta)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add feature for https://github.com/datafusion-contrib/datafusion-functions-json
The text was updated successfully, but these errors were encountered: