We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82d617 commit 9964b7fCopy full SHA for 9964b7f
python/datafusion/catalog.py
@@ -172,8 +172,8 @@ def __repr__(self) -> str:
172
"""Print a string representation of the table."""
173
return repr(self._inner)
174
175
- @deprecated("Use Table() constructor instead.")
176
@staticmethod
+ @deprecated("Use Table() constructor instead.")
177
def from_dataset(dataset: pa.dataset.Dataset) -> Table:
178
"""Turn a :mod:`pyarrow.dataset` ``Dataset`` into a :class:`Table`."""
179
return Table(dataset)
0 commit comments