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
Originally observed in https://github.com/influxdata/influxdb_iox/issues/6515 . There we've also looked into the raw IPC data which lead to the conclusion that this is likely related to boolean columns (since other columns seem to work) and a writer issue (not a reader issue).
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems that the IPC writer doesn't correctly account for sliced boolean columns.
To Reproduce
This fails with:
Expected behavior
Test passes.
Additional context
Tested on commit eae993f .
Originally observed in https://github.com/influxdata/influxdb_iox/issues/6515 . There we've also looked into the raw IPC data which lead to the conclusion that this is likely related to boolean columns (since other columns seem to work) and a writer issue (not a reader issue).
The text was updated successfully, but these errors were encountered: