There is a error on Debian Stretch when execute _make install_ : - schema.cc:32:14: error: 'arrow::TypePtr' has not been declared - schema.cc:32:14: error: 'arrow::TypePtr' has not been declared
You can test it easily change the first line from dockerfile [DockerfileRV.zip](https://github.com/apache/arrow/files/2364749/DockerfileRV.zip): ``` docker build -f DockerfileRV -t arrow_rw2 . docker run -it arrow_rw2 bash ``` NOTE: [credits of main idea](https://hub.docker.com/r/rvernica/apache-arrow/) [ Full content available at: https://github.com/apache/arrow/issues/2533 ] This message was relayed via gitbox.apache.org for [email protected]
