[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge branch 'main' into write-iter2
Browse files Browse the repository at this point in the history
  • Loading branch information
aersam committed Mar 13, 2024
2 parents 98bf7ec + 6b39cb9 commit 44cd5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/delta-lake-polars.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ print(pl.read_delta("tmp/bear_delta_lake", version=1))
+-----+
```

Read the Delta table wihout specifying a version and see how it reads the latest version by default:
Read the Delta table without specifying a version and see how it reads the latest version by default:

```
print(pl.read_delta("tmp/bear_delta_lake"))
Expand Down

0 comments on commit 44cd5b9

Please sign in to comment.