diff --git a/src/rows.jl b/src/rows.jl index 751ca85..6e2964c 100644 --- a/src/rows.jl +++ b/src/rows.jl @@ -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