Caleb Winston
Caleb Winston
Related issue: https://github.com/JuliaIO/Parquet.jl/issues/145
@tanmaykm I don't have first-hand knowledge on this but it seems like you could easily incur overhead from reading over the network for each fetch of bytes. And so a...
I see. Looks like AWSS3.jl supports [reading byte ranges from files in S3](https://github.com/JuliaCloud/AWSS3.jl/blob/master/src/AWSS3.jl#L69). But if this was behind an implementation of `File` (is there even such a thing as an...
> The filepath is not used apart from initial opening of file, and for filtering partitioned datasets. Those may work too with minor changes if we use URLs instead. Got...
@tanmaykm @quinnj I unfortunately don't have the time to develop this at the moment - do you think this might be a valid case to just use S3FS via FUSE?
@tanmaykm Okay, my only concern is - do you know if S3FS will download files to disk if it isn't using cache? I would hope that it would just download...
That definitely won't work - `Arrow.Stream` is expecting Arrow data. But you provided it Parquet data. Arrow and Parquet are different formats. And note that the format of Arrow data...
I see, thanks for clarifying. Are you aware of any other approaches for code highlighting with a link embedded?
Interesting, thanks for reporting the issue. Not sure if it can be fixed within Emu though. May be an issue in WGPU or the Vulkan implementation.
@wbrickner Thanks for doing this investigation in this issue. I see how the staging buffer creation is problematic... If anyone has a PR that fixes this, I can review/edit/merge.