Skip to content

Commit 6e732f6

Browse files
author
Ben Baumgold
committed
#62 fix failing test by setting schema to non-nothing
1 parent 8d37ba6 commit 6e732f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TableView.jl

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ function showtable(table, options::Dict{Symbol, Any} = Dict{Symbol, Any}();
9292
push!(names, nm)
9393
push!(types, typeof(getproperty(row, nm)))
9494
end
95+
schema = Tables.Schema(names, types)
9596
else
9697
# no schema and no rows
9798
end

0 commit comments

Comments
 (0)