diff --git a/src/datasets.jl b/src/datasets.jl index e5419528..dd52ee0a 100644 --- a/src/datasets.jl +++ b/src/datasets.jl @@ -523,7 +523,7 @@ function write_dataset( memtype::Datatype, buf::Base.ReinterpretArray, xfer::DatasetTransferProperties=dataset.xfer -) where {T} +) # We cannot obtain a pointer of a ReinterpretArrayin Julia 1.11 and beyond # https://github.com/JuliaLang/julia/issues/51962 buf_copy = copy(buf)