-
Notifications
You must be signed in to change notification settings - Fork 34
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
Allow S3Paths to be stored in Arrow files #184
Comments
(FYI: happy to try to attempt a PR for this; might be able to get a draft started later today) |
I think #175 is a prerequisite of this. We definitely don't want to be serializing the config information for Arrow |
My thought is we can just ignore the config and serialize it out as a string like |
The reason I think we should require #175 is that I think we should only perform Arrow serialization on |
231: enable S3Paths to be (de)serialized to/from Arrow r=omus a=jrevels closes #184 This adds ArrowTypes as a lightweight dependency, which is hopefully okay. Co-authored-by: Jarrett Revels <[email protected]> Co-authored-by: Curtis Vogt <[email protected]>
231: enable S3Paths to be (de)serialized to/from Arrow r=omus a=jrevels closes #184 This adds ArrowTypes as a lightweight dependency, which is hopefully okay. Co-authored-by: Jarrett Revels <[email protected]> Co-authored-by: Curtis Vogt <[email protected]>
231: enable S3Paths to be (de)serialized to/from Arrow r=omus a=jrevels closes #184 This adds ArrowTypes as a lightweight dependency, which is hopefully okay. Co-authored-by: Jarrett Revels <[email protected]> Co-authored-by: Curtis Vogt <[email protected]>
231: enable S3Paths to be (de)serialized to/from Arrow r=omus a=jrevels closes #184 This adds ArrowTypes as a lightweight dependency, which is hopefully okay. Co-authored-by: Jarrett Revels <[email protected]> Co-authored-by: Curtis Vogt <[email protected]>
231: enable S3Paths to be (de)serialized to/from Arrow r=omus a=jrevels closes #184 This adds ArrowTypes as a lightweight dependency, which is hopefully okay. Co-authored-by: Jarrett Revels <[email protected]> Co-authored-by: Curtis Vogt <[email protected]>
231: enable S3Paths to be (de)serialized to/from Arrow r=omus a=jrevels closes #184 This adds ArrowTypes as a lightweight dependency, which is hopefully okay. Co-authored-by: Jarrett Revels <[email protected]> Co-authored-by: Curtis Vogt <[email protected]>
It would be convenient if S3Paths would seamlessly serialize to Arrow files (via Arrow.jl).
As described by @ericphanson:
The text was updated successfully, but these errors were encountered: