test: added nested field testcase for field of type list of ints
test: added another create table method with a field as list of ints
ACTION NEEDED
Lance follows the Conventional Commits specification for release automation.
The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.
For details on the error please inspect the "PR Title Check" action.
if you just want to check whether nested list of int works, that should already be covered in lance test cases. if the goal is to check scalar indices, i don't believe scalar indices are enabled for list columns (cc @westonpace). If you need to create an index, please feel free to open a feature request github issue for that.
thanks!
https://github.com/lancedb/lancedb/discussions/899 has already been opened for this.
On Mon, Feb 12, 2024 at 1:44 AM Chang She @.***> wrote:
if you just want to check whether nested list of int works, that should already be covered in lance test cases. if the goal is to check scalar indices, i don't believe scalar indices are enabled for list columns (cc @westonpace https://github.com/westonpace). If you need to create an index, please feel free to open a feature request github issue for that.
thanks!
— Reply to this email directly, view it on GitHub https://github.com/lancedb/lance/pull/1939#issuecomment-1937857409, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ6XWJ5N4INLF52QHQGBOELYTERC7AVCNFSM6AAAAABDDRJSOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXHA2TONBQHE . You are receiving this because you authored the thread.Message ID: @.***>
-- Regards Ajay 8762803277
I think this is inspired by https://github.com/lancedb/lance/issues/1946, so I'm all for it