We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071f67a commit 3077cc2Copy full SHA for 3077cc2
README.md
@@ -13,7 +13,7 @@ LOAD nanoarrow;
13
SELECT
14
commit, message
15
FROM
16
- read_arrow_stream('https://github.com/apache/arrow-experiments/raw/refs/heads/main/data/arrow-commits/arrow-commits.arrows')
+ read_arrow('https://github.com/apache/arrow-experiments/raw/refs/heads/main/data/arrow-commits/arrow-commits.arrows')
17
LIMIT 10;
18
```
19
0 commit comments