yangxk1 opened a new issue, #724: URL: https://github.com/apache/incubator-graphar/issues/724
### Describe the bug, including details regarding any error messages, version, and platform. Related issue: #720 error log: ``` /Users/runner/work/incubator-graphar/incubator-graphar/cpp/test/test_builder.cc:139:11: error: too many arguments to function call, expected 2, have 3; did you mean 'parquet::ParquetFileReader::OpenFile'? ``` That may be due to the upgrade of `apache-arrow` in Homebrew to version 21.0.0. A simple workaround is to align with ubuntu, set version 17.0.0, which is stable and compatible with the current codebase. ### Component(s) C++, Developer Tools -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
