Cody Moore
Cody Moore
Hmm I think my ask is slightly different from what helios is accomplishing. If I am understanding it correctly, Helios is a JSON parser using Arrow right? However I would...
+1 and totally agree on not adding deps to serialization libs, that was never my intent or ask. It can if we were to treat the `arrow-core` datatypes as an...
Agreed, functionality like that would be awesome.
Thanks for the clarification, that all makes sense. Updated the issue title to hopefully more accurately reflect the end result, and I'll stay tuned until then.
Oh yeah that might make a lot of sense actually. I haven't tried converters, but that might fit for my use cases. Would it make sense to narrow scope of...
Cool, updated the description and title of the issue to reflect this. Let me know if it's not in sync with what you guys were thinking. Appreciated!
I guess the only assumption I made was the actual input type of the parameterized value. I am not sure if we want to use `File` or not, since it...
Yeah, that would definitely work for my case, and having the more generic solution via `InputStream` seems like it would be flexible enough to handle most cases.
Probably ok to close this out @sbrannen / @marcphilipp , since it seems like you addressed it in #1996
Yea this was sufficient for my use cases