Skip to content

Commit 66b1c91

Browse files
committed
Fix
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 70c5efb commit 66b1c91

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/reference/feature-servers/go-feature-retrieval.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ However, some additional dependencies are required for Go <-> Python interoperab
1717
pip install feast[go]
1818
```
1919

20-
For developers, if you want to build from source, run `make compile-go-lib` to build and compile the go server.
20+
For developers, if you want to build from source, run `make compile-go-lib` to build and compile the go server. In order to build the go binaries, you will need to install the `apache-arrow` c libraries.
21+
For macs, run `brew install apache-arrow`.
22+
For linux users, run `sudo apt-get install apache-arrow`.
2123

2224
## Usage
2325

@@ -63,7 +65,7 @@ feature_server:
6365
emit_timeout_micro_secs: 10000
6466
queue_capacity: 10000
6567
```
66-
All these parameters are optional.
68+
All these parameters are optional.
6769

6870
## Future/Current Work
6971

0 commit comments

Comments
 (0)