ex791857 commented on issue #13801: URL: https://github.com/apache/arrow/issues/13801#issuecomment-1210069242
I still get a segfault when I run the example. I compiled the example using CMakeList provided in the repo. There is only one version of arrow in my env. Here is cmake find_package debug info ```bash Checking file [/usr/lib64/cmake/arrow/ArrowConfig.cmake] Checking file [/usr/lib64/cmake/arrow/ParquetConfig.cmake] ``` I check the version info in the above .cmake files, they are both 9.0.0 Here is my package info: ```bash [root@3df06b313282 mdl]# yum list installed | grep arrow apache-arrow-release.noarch 9.0.0-1.el7 installed arrow-dataset-devel.x86_64 9.0.0-1.el7 @apache-arrow-centos arrow-dataset-glib-devel.x86_64 9.0.0-1.el7 @apache-arrow-centos arrow-devel.x86_64 9.0.0-1.el7 @apache-arrow-centos arrow-glib-devel.x86_64 9.0.0-1.el7 @apache-arrow-centos arrow9-dataset-glib-libs.x86_64 9.0.0-1.el7 @apache-arrow-centos arrow9-dataset-libs.x86_64 9.0.0-1.el7 @apache-arrow-centos arrow9-glib-libs.x86_64 9.0.0-1.el7 @apache-arrow-centos arrow9-libs.x86_64 9.0.0-1.el7 @apache-arrow-centos parquet-devel.x86_64 9.0.0-1.el7 @apache-arrow-centos parquet-glib-devel.x86_64 9.0.0-1.el7 @apache-arrow-centos parquet9-glib-libs.x86_64 9.0.0-1.el7 @apache-arrow-centos parquet9-libs.x86_64 9.0.0-1.el7 @apache-arrow-centos ``` -- 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]
