You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes Made
Update deprecated Lance wrapper docstrings to point to the public
`daft-engine/daft-lance` repository.
## Related Issues
None.
Co-authored-by: lijunqing <lijunqing@MacBook-Pro.local>
"""This method is deprecated and will be removed in a future release.
151
151
152
-
Please use ``daft_lance.merge_columns_df`` from the [`daft-lance`](https://github.com/Eventual-Inc/daft-lance) package instead: `pip install daft-lance`.
152
+
Please use ``daft_lance.merge_columns_df`` from the [`daft-lance`](https://github.com/daft-engine/daft-lance) package instead: `pip install daft-lance`.
153
153
"""
154
154
warnings.warn(
155
155
"daft.io.lance.merge_columns_df is deprecated and will be removed in a future release. "
"""This method is deprecated and will be removed in a future release.
165
165
166
-
Please use ``daft_lance.create_scalar_index`` from the [`daft-lance`](https://github.com/Eventual-Inc/daft-lance) package instead: `pip install daft-lance`.
166
+
Please use ``daft_lance.create_scalar_index`` from the [`daft-lance`](https://github.com/daft-engine/daft-lance) package instead: `pip install daft-lance`.
167
167
"""
168
168
warnings.warn(
169
169
"daft.io.lance.create_scalar_index is deprecated and will be removed in a future release. "
0 commit comments