Skip to content

Commit

Permalink
hep: use light-arrow instead of apache/arrow
Browse files Browse the repository at this point in the history
This CL replaces github.com/apache/arrow with git.sr.ht/~sbinet/go-arrow
to drop the dependency on Flight (and GRPC and google.cloud and, ...)

groot/rarrow and friends are only interested in the Arrow file format,
not the Flight features.

Signed-off-by: Sebastien Binet <[email protected]>
  • Loading branch information
sbinet committed Feb 26, 2021
1 parent 8aeeba8 commit 7024f73
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 86 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ require (
)

replace gonum.org/v1/gonum => gonum.org/v1/gonum v0.8.1-0.20210203072158-6eb8ed55bbee

replace github.com/apache/arrow/go/arrow => git.sr.ht/~sbinet/go-arrow v0.1.1
Loading

0 comments on commit 7024f73

Please sign in to comment.