-
Couldn't load subscription status.
- Fork 461
Open
Description
Execute the following code will result in an error
ds.sql("SELECT * FROM test WHERE id > 1").table_name("test").build().explain_plan(True)
self = <lance.dataset.SqlQuery object at 0x1122158e0>, verbose = True
def explain_plan(self, verbose: bool = False) -> str:
"""
Explain the query plan.
Parameters
----------
verbose: bool, default False
If True, print the verbose plan.
Returns
-------
str
The query plan.
"""
> return self._query.explain_plan(verbose)
^^^^^^^^^^^^^^^^^^^^^^^^
E AttributeError: '_lib.SqlQuery' object has no attribute 'explain_plan'
../lance/dataset.py:3592: AttributeError
Metadata
Metadata
Assignees
Labels
No labels