strickek

Results 2 issues of strickek

In this doc example [Testing Tables.jl Implementations](https://tables.juliadata.org/stable/#Testing-Tables.jl-Implementations) the behavior of Tables 1.6.1 seams to be different to 1.6.0: ``` Expression: Tables.rows(mattbl) === mattbl Evaluated: Tables.MatrixRowTable{Matrix{Any}}([:Column1, :Column2, :Column3], Dict(:Column2 => 2,...

I'm not sure if the problem comes from `CSV` or `BenchmarkTools` or `Julia`. When I start Julia with 1 thread everything is ok. I discoverd this on IJulia but kann...

bug