adjust / parquet_fdw

Parquet foreign data wrapper for PostgreSQL
PostgreSQL License
333 stars 37 forks source link

'api.h file not found' #34

Closed tlskr closed 2 years ago

tlskr commented 2 years ago

When I run make install, I get:

src/common.hpp:7:10: fatal error: 'arrow/api.h' file not found

This is on MacOS Big Sur 11.3.1. I have installed Arrow (with brew install apache-arrow and brew install apache-arrow-glib.

We are interested in the project and would appreciate any help with this.

tlskr commented 2 years ago

This seems to have resolved itself.

Ricco1010 commented 10 months ago

@tlskr Hello tlskr, can you share how you solved this problem?