We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Generically, wide table schemas will bypass the type system:
Tables.jl/src/Tables.jl
Lines 477 to 483 in 2cb1399
But not for
MatrixTable
s: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
The text was updated successfully, but these errors were encountered: