We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fa5bc commit b9d36c1Copy full SHA for b9d36c1
sdk/python/feast/infra/offline_stores/contrib/spark_offline_store/spark.py
@@ -324,7 +324,7 @@ def _to_df_internal(self) -> pd.DataFrame:
324
return self.to_spark_df().toPandas()
325
326
def _to_arrow_internal(self) -> pyarrow.Table:
327
- """Return dataset as pyarrow Table synchronously"""
+ """Return dataset as pyarrow Table synchronously"""
328
return pyarrow.Table.from_pandas(self._to_df_internal())
329
330
def persist(self, storage: SavedDatasetStorage, allow_overwrite: bool = False):
0 commit comments