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
Historically, Deephaven would accept arrow int8 columns for boolean values, to be able to track true/false/null. That has changed on the server, and for a time the server did not validate that a client would correctly send individual bits instead of bytes for each value. This has been changed by #3401.
However, the other custom deephaven:type mappings should also be validated, to ensure they are being sent as the expected arrow type.
The text was updated successfully, but these errors were encountered:
Historically, Deephaven would accept arrow int8 columns for boolean values, to be able to track true/false/null. That has changed on the server, and for a time the server did not validate that a client would correctly send individual bits instead of bytes for each value. This has been changed by #3401.
However, the other custom
deephaven:type
mappings should also be validated, to ensure they are being sent as the expected arrow type.The text was updated successfully, but these errors were encountered: