You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we validate accessor length in _validate_accessor_length on the layer itself, but that's probably not able to dynamically validate all accessors, even those added by an extension. Instead, we can check during serialization that the length of the column is the same as the length of the table.
The text was updated successfully, but these errors were encountered:
Closes#329
Currently we validate accessor length in `_validate_accessor_length` on
the layer itself, but that's probably not able to dynamically validate
all accessors, even those added by an extension. Instead, we can check
during serialization that the length of the column is the same as the
length of the table.
This additionally adds a test that accessor length validation is checked
for extension accessors
Currently we validate accessor length in
_validate_accessor_length
on the layer itself, but that's probably not able to dynamically validate all accessors, even those added by an extension. Instead, we can check during serialization that the length of the column is the same as the length of the table.The text was updated successfully, but these errors were encountered: