kiszk commented on a change in pull request #7507: URL: https://github.com/apache/arrow/pull/7507#discussion_r575853573
########## File path: ci/scripts/integration_arrow.sh ########## @@ -24,9 +24,16 @@ source_dir=${1}/cpp build_dir=${2}/cpp gold_dir_0_14_1=$arrow_dir/testing/data/arrow-ipc-stream/integration/0.14.1 gold_dir_0_17_1=$arrow_dir/testing/data/arrow-ipc-stream/integration/0.17.1 +gold_dir_1_0_0_le=$arrow_dir/testing/data/arrow-ipc-stream/integration/1.0.0-littleendian +gold_dir_1_0_0_be=$arrow_dir/testing/data/arrow-ipc-stream/integration/1.0.0-bigendian Review comment: If it takes too long, we can drop it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org