Skip to content

Commit

Permalink
Use non-relative ArrowTypes package
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jun 14, 2021
1 parent 6607e0f commit b5939fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ authors = ["quinnj <quinn.jacobd@gmail.com>"]
version = "1.5.0"

[deps]
ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
BitIntegers = "c3b6d118-76ef-56ca-8cc7-ebb389d030a1"
CodecLz4 = "5ba52731-8f18-5e0d-9241-30f10d1ec561"
CodecZstd = "6b39b394-51ab-5f42-8807-6242bab2b4c2"
Expand All @@ -17,6 +18,7 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
ArrowTypes = "1"
BitIntegers = "0.2"
CodecLz4 = "0.4"
CodecZstd = "0.7"
Expand Down
3 changes: 1 addition & 2 deletions src/Arrow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ using .FlatBuffers
include("metadata/Flatbuf.jl")
using .Flatbuf; const Meta = Flatbuf

include("ArrowTypes/src/ArrowTypes.jl")
using .ArrowTypes
using ArrowTypes
include("utils.jl")
include("arraytypes/arraytypes.jl")
include("eltypes.jl")
Expand Down

0 comments on commit b5939fe

Please sign in to comment.