Skip to content

Commit

Permalink
✏️ PySpark typo (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
DJSaunders1997 authored Nov 27, 2024
1 parent 09686a9 commit 148cca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Pandas on Spark implementation. The original ``SparkCompare`` implementation dif
from all the other native implementations. To align the API better, and keep behaviour
consistent we are deprecating the original ``SparkCompare`` into a new module ``LegacySparkCompare``

Subsequently in ``v0.13.0`` a PySaprk DataFrame class has been introduced (``SparkSQLCompare``)
Subsequently in ``v0.13.0`` a PySpark DataFrame class has been introduced (``SparkSQLCompare``)
which accepts ``pyspark.sql.DataFrame`` and should provide better performance. With this version
the Pandas on Spark implementation has been renamed to ``SparkPandasCompare`` and all the spark
logic is now under the ``spark`` submodule.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/spark_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Spark Usage
and keep behaviour consistent we are deprecating the original ``SparkCompare``
into a new module ``LegacySparkCompare``

Subsequently in ``v0.13.0`` a PySaprk DataFrame class has been introduced (``SparkSQLCompare``)
Subsequently in ``v0.13.0`` a PySpark DataFrame class has been introduced (``SparkSQLCompare``)
which accepts ``pyspark.sql.DataFrame`` and should provide better performance. With this version
the Pandas on Spark implementation has been renamed to ``SparkPandasCompare`` and all the spark
logic is now under the ``spark`` submodule.
Expand Down

0 comments on commit 148cca9

Please sign in to comment.