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, Range Index is not supported for dictionary columns. We should support non-dictionary columns.
The index itself supports any numeric data type (String and bytes are not supported). The work involved here is to change RangeIndexHandler and RangeIndexFilterOperator
Activity