This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new d5c5f39 [JS] Add note about IPC format to readme (#2122)
d5c5f39 is described below
commit d5c5f3981905530fab412cf57d32204d593ab1de
Author: Dominik Moritz <[email protected]>
AuthorDate: Fri Jun 8 17:50:03 2018 -0700
[JS] Add note about IPC format to readme (#2122)
---
js/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/README.md b/js/README.md
index 2126c39..d8e5988 100644
--- a/js/README.md
+++ b/js/README.md
@@ -38,7 +38,7 @@ Apache Arrow is the emerging standard for large in-memory
columnar data ([Spark]
# Usage
-## Get a table from an Arrow file on disk
+## Get a table from an Arrow file on disk (in IPC format)
```es6
import { readFileSync } from 'fs';
--
To stop receiving notification emails like this one, please contact
[email protected].