apache / apache/arrow-julia

Add support for FileIO

Open
#507 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
312
Forks
78
PR merge metrics
No merged PRs in 30d

Description

It is registered in FileIO however neither `load` nor `fileio_load` is defined. Not sure if the following simple code is the correct way to do it.

```
fileio_load(file) = Arrow.Table(file.filename)
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the FileIO registration and checking where load and fileio_load are expected to be defined. Compare the proposed fileio_load(file) = Arrow.Table(file.filename) behavior with the existing Arrow.Table entry point. Done means FileIO can load supported files through both load and fileio_load, with relevant tests passing.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
data
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.