lance
lance copied to clipboard
Lance docs suggest that LanceDataset.take() accepts filters, but these are ignored
The function LanceDataset.take accepts arbitrary kwargs that the docstring suggests are handled as is done in scanner. However, these kwargs are ignored. Would be helpful to remove the kwargs from the function type.