jmtlawrie commented on issue #139: URL: https://github.com/apache/arrow-julia/issues/139#issuecomment-1657217295
Hello! First off please let me say that I've been enjoying getting to know about Apache Arrow and Arrow.jl and have had a very positive experience so far; thank you for taking the time to provide this resource to the Julia community! Is it correct that the function `registertype` has been depreciated since this original post (please see snippet below)? If so, would it be appropriate to open a new issue regarding the serialization of data featuring`Unitful.jl` types to the `.arrow` format, since the approach here is no longer available? * This afternoon I successfully followed the [helpful examples](https://apache.github.io/arrow-julia/stable/manual/#Custom-types) provided in the user manual and reproduced their results as expected, but I got a bit stuck with following the examples and applying them successfully to `Unitful` types. ``` julia> using Arrow help?> Arrow.ArrowTypes.registertype! No documentation found. Binding ArrowTypes.registertype! does not exist. ``` Thank you in advance! jmtlawrie ---- ``` (@v1.9) pkg> st Arrow Status `~/.julia/environments/v1.9/Project.toml` [69666777] Arrow v2.6.2 julia> versioninfo() Julia Version 1.9.2 Commit e4ee485e909 (2023-07-05 09:39 UTC) Platform Info: OS: macOS (x86_64-apple-darwin22.4.0) CPU: 4 × Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, broadwell) Threads: 1 on 4 virtual cores Environment: JULIA_EDITOR = code JULIA_NUM_THREADS = ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
