JuliaParallel / JuliaParallel/Elly.jl

UndefVarError: write_sub not defined. Cannot access internal Base API

Open
#55 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
45
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Elly tries to access the internal Base method Base.write_sub in rpc.jl:861

This leads to an UndefVarError in julia 1.7.2:
```
ERROR: UndefVarError: write_sub not defined
Stacktrace:
[1] getproperty
@ ./Base.jl:35 [inlined]
[2] write(writer::Elly.HDFSBlockWriter, buff::Vector{UInt8})
@ Elly ~/.julia/packages/Elly/Ia03N/src/rpc.jl:861
[3] _write(writer::Elly.HDFSFileWriter, data::Vector{UInt8})
@ Elly ~/.julia/packages/Elly/Ia03N/src/api_hdfs_io.jl:298
[4] write
@ ~/.julia/packages/Elly/Ia03N/src/api_hdfs_io.jl:309 [inlined]
[5] cp(frompath::String, topath::Elly.HDFSFile; offset::UInt64, len::UInt64, crc::Bool)
@ Elly ~/.julia/packages/Elly/Ia03N/src/api_hdfs_io.jl:385
[6] cp
@ ~/.julia/packages/Elly/Ia03N/src/api_hdfs_io.jl:365 [inlined]
```
It still works in julia 1.6

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.