hteeyeoh commented on issue #39846:
URL: https://github.com/apache/arrow/issues/39846#issuecomment-1916274618

   hi @jorisvandenbossche, yes i did tried the steps mentioned and include in 
my Dockerfile, but yet it complained pushd not found error:
   #0 0.231 /bin/sh: pushd: not found
   
   Dockerfile:
   RUN git clone https://github.com/apache/arrow.git
   RUN pushd arrow && git submodule update --init
   RUN export PARQUET_TEST_DATA="${PWD}/cpp/submodules/parquet-testing/data" && 
export ARROW_TEST_DATA="${PWD}/testing/data" && popd


-- 
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]

Reply via email to