Skip to content

Commit

Permalink
docs: Fix PyArrow integration code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoKF committed Feb 28, 2024
1 parent f8e281c commit 4d07d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ PyArrow `read_*` and `write_*` functions take an explicit `filesystem` parameter

The following example code illustrates the use of lakeFS-spec with PyArrow, reading a Parquet file and writing it back to a lakeFS repository as a partitioned CSV dataset in the context of a [transaction](transactions.md):

```python hl_lines="12 17"
```python hl_lines="10 15"
--8<-- "docs/_code/pyarrow_example.py"
```

0 comments on commit 4d07d8a

Please sign in to comment.