vibhatha commented on PR #13401:
URL: https://github.com/apache/arrow/pull/13401#issuecomment-1232342350

   > @westonpace Re: [#13401 
(comment)](https://github.com/apache/arrow/pull/13401#discussion_r956480272)
   > 
   > The URL is like `/var/<some_path>/T//data.parquet`
   
   @westonpace tracking down the issue
   
   ```bash
   Tempdir path : /var/folders/vq/2v5vdv2n1t9b_fp4lp17h3d40000gn/T//3mpj4aud/
   File Path : 
/var/folders/vq/2v5vdv2n1t9b_fp4lp17h3d40000gn/T//3mpj4aud/serde_test.parquet
   /Users/vibhatha/github/fork/arrow/cpp/src/arrow/filesystem/path_util.cc:104: 
 Check failed: !stem.empty() 
   0   libarrow.1000.0.0.dylib             0x0000000111b06aa0 
_ZN5arrow4util7CerrLog14PrintBackTraceEv + 52
   1   libarrow.1000.0.0.dylib             0x0000000111b06a54 
_ZN5arrow4util7CerrLogD2Ev + 96
   2   libarrow.1000.0.0.dylib             0x0000000111b069b4 
_ZN5arrow4util7CerrLogD1Ev + 28
   3   libarrow.1000.0.0.dylib             0x0000000111b069e0 
_ZN5arrow4util7CerrLogD0Ev + 28
   4   libarrow.1000.0.0.dylib             0x0000000111b068b0 
_ZN5arrow4util8ArrowLogD2Ev + 84
   5   libarrow.1000.0.0.dylib             0x0000000111b068ec 
_ZN5arrow4util8ArrowLogD1Ev + 28
   ```
   
   When the tempdir is created, that path contains this `/T//` component in the 
URI. 
   And this could be a MAC thing as I am developing on Mac M1. It is better to 
file a JIRA for this IMHO. 
   
   Should we fix it first and then fix this PR? Or put a macro with the ticket 
id to resolve 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to