Describe the bug
Problem
Calling daft.io.lance.create_scalar_index(..., index_type="FTS") with the distributed (Ray) path fails on workers with:
NotImplementedError: Only "BTREE", "BITMAP", ... or "INVERTED" or "BLOOMFILTER" are supported for scalar columns. Received FTS
To Reproduce
No response
Expected behavior
No response
Component(s)
Lance Integration
Additional context
No response
Describe the bug
Problem
Calling
daft.io.lance.create_scalar_index(..., index_type="FTS")with the distributed (Ray) path fails on workers with:NotImplementedError: Only "BTREE", "BITMAP", ... or "INVERTED" or "BLOOMFILTER" are supported for scalar columns. Received FTS
To Reproduce
No response
Expected behavior
No response
Component(s)
Lance Integration
Additional context
No response