Skip to content

Commit

Permalink
tweak UnknownSchemaError language (#38)
Browse files Browse the repository at this point in the history
* tweak UnknownSchemaError language

In some Beacon-internal code, I'm using TOML as a serialization format for small tables. You can get UnknownSchemaErrors, which are then confusing if they tell you to `Arrow.Table` it.

Co-authored-by: Jarrett Revels <[email protected]>
  • Loading branch information
ericphanson and jrevels authored Apr 21, 2022
1 parent b8b6197 commit 8fa3eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rows.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function Base.showerror(io::IO, e::UnknownSchemaError)
your environment is as expected).
Note that if you're in this particular situation, you can still load
the raw Arrow table as-is via `Arrow.Table`.
the raw table as-is without Legolas; e.g., to load an Arrow table, call `Arrow.Table(path)`.
""")
return nothing
end
Expand Down

0 comments on commit 8fa3eae

Please sign in to comment.