You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Zhaojun-Liu (via GitHub)" <gi...@apache.org> on 2023/03/24 02:30:45 UTC

[GitHub] [arrow] Zhaojun-Liu opened a new issue, #34714: [MSVC] Arrow failed to run test with case "arrow-compute-scalar-cast-test (Failed)"

Zhaojun-Liu opened a new issue, #34714:
URL: https://github.com/apache/arrow/issues/34714

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   Hi, recently, we update the commit of Arrow, and it failed to run test with case "arrow-compute-scalar-cast-test" on windows. Could you please help look this issue? Thanks.
   
   **Repro steps:**
   1. git clone https://github.com/apache/arrow F:\gitP\apache\arrow
   2. git -C "F:\gitP\apache\arrow" submodule sync
   3. git -C "F:\gitP\apache\arrow" submodule update --init --recursive
   4. mkdir F:\gitP\apache\arrow\cpp\build_amd64 and cd F:\gitP\apache\arrow\cpp\build_amd64
   5. cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_SYSTEM_VERSION=10.0.22621.0 -DCMAKE_BUILD_TYPE=Release -DARROW_BUILD_TESTS=ON -DBOOST_ROOT=F:\tools\boost_1_77_0\x64 .. 
   6. msbuild /maxcpucount:1 /p:Platform=x64 /p:Configuration=Release arrow.sln /t:Rebuild
   7. set ARROW_TEST_DATA=F:\gitP\apache\arrow\testing\data
   8. ctest -C Release --output-on-failure 
   
   The commit we used: f9324b7
   
   **Expected Result:**
   run test pass.
   
   **Actual Result:**
   The following tests FAILED:
   	 17 - arrow-compute-scalar-cast-test (Failed)
   
   Detailed log: 
   [test.log.txt](https://github.com/apache/arrow/files/11057906/test.log.txt)
   
   **Environment:**
   OS: Windows server 2022
   Visual Studio: VS2022 V17.5.1
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #34714: [MSVC] Arrow failed to run test with case "arrow-compute-scalar-cast-test (Failed)"

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #34714:
URL: https://github.com/apache/arrow/issues/34714#issuecomment-1482179450

   You need to download timzeone data to `~\Downloads` manually.
   See also: https://github.com/apache/arrow/blob/main/ci/scripts/download_tz_database.sh


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] Zhaojun-Liu commented on issue #34714: [MSVC] Arrow failed to run test with case "arrow-compute-scalar-cast-test (Failed)"

Posted by "Zhaojun-Liu (via GitHub)" <gi...@apache.org>.
Zhaojun-Liu commented on issue #34714:
URL: https://github.com/apache/arrow/issues/34714#issuecomment-1539456349

   > You need to download timzeone data to `~\Downloads` manually. See also: https://github.com/apache/arrow/blob/main/ci/scripts/download_tz_database.sh
   
   It worked, thank you.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] Zhaojun-Liu closed issue #34714: [MSVC] Arrow failed to run test with case "arrow-compute-scalar-cast-test (Failed)"

Posted by "Zhaojun-Liu (via GitHub)" <gi...@apache.org>.
Zhaojun-Liu closed issue #34714: [MSVC] Arrow failed to run test with case "arrow-compute-scalar-cast-test (Failed)"
URL: https://github.com/apache/arrow/issues/34714


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] Zhaojun-Liu commented on issue #34714: [MSVC] Arrow failed to run test with case "arrow-compute-scalar-cast-test (Failed)"

Posted by "Zhaojun-Liu (via GitHub)" <gi...@apache.org>.
Zhaojun-Liu commented on issue #34714:
URL: https://github.com/apache/arrow/issues/34714#issuecomment-1482180747

   > You need to download timzeone data to `~\Downloads` manually. See also: https://github.com/apache/arrow/blob/main/ci/scripts/download_tz_database.sh
   
   Ok, thank you for the reply, I will have a try.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org