Skip to content

Commit 3077cc2

Browse files
fix: fix read_arrow_stream => read_arrow in README (#21)
Signed-off-by: Achille Roussel <achille.roussel@gmail.com>
1 parent 071f67a commit 3077cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LOAD nanoarrow;
1313
SELECT
1414
commit, message
1515
FROM
16-
read_arrow_stream('https://github.com/apache/arrow-experiments/raw/refs/heads/main/data/arrow-commits/arrow-commits.arrows')
16+
read_arrow('https://github.com/apache/arrow-experiments/raw/refs/heads/main/data/arrow-commits/arrow-commits.arrows')
1717
LIMIT 10;
1818
```
1919

0 commit comments

Comments
 (0)