Skip to content

Commit

Permalink
Fix Spark Example link
Browse files Browse the repository at this point in the history
The Spark page path changed.
  • Loading branch information
jimwhite authored Sep 7, 2024
1 parent 25fcd26 commit 1892698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/details.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ split data data on the values of those columns. This is done by writing a
directory structure with *key=value* names. Multiple partition columns can
be chosen, leading to a multi-level directory tree.

Consider the following directory tree from this `Spark example <http://Spark.apache.org/docs/latest/sql-programming-guide.html#partition-discovery>`_:
Consider the following directory tree from this `Spark example <https://spark.apache.org/docs/latest/sql-data-sources-parquet.html#partition-discovery>`_:

table/
gender=male/
Expand Down Expand Up @@ -261,4 +261,4 @@ the file system implementation.
.. raw:: html

<script data-goatcounter="https://fastparquet.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
async src="//gc.zgo.at/count.js"></script>

0 comments on commit 1892698

Please sign in to comment.