Open mutecamel opened 5 months ago
Hey for numeric columns null support has not yet shipped. It's enabled in the new experimental writer, but we just tested there seems to be a bug still. We'll make a bug fix release soon. And soon after that we will aim to make the new writer default
If you need a workaround in the meantime, would using a sentinel value be possible for now?
Yes. For now I generate mask boolean columns to indicate null values as a workaround. Thank you for your hard work!
LanceDB version
0.8.0
What happened?
My dataset have null values. I expect I can retrieve the same dataset from lancedb storage, but in fact the nulls are filled. This occurs in lance, too, so I will also report to upstream.
Are there known steps to reproduce?