We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Schema
Generically, wide table schemas will bypass the type system:
Tables.jl/src/Tables.jl
Lines 477 to 483 in 2cb1399
But not for MatrixTables:
MatrixTable
Tables.jl/src/matrix.jl
Line 40 in 2cb1399
Maybe the branch should be put in the constructor, such that it is done for any table type?
C.f. apache/arrow-julia#415