don4get commented on PR #43607:
URL: https://github.com/apache/arrow/pull/43607#issuecomment-2316863946

   > Looks like the last call in the unit test is getting `nil` when it 
expected an error, is that a problem with the test or the fix?
   
   I manage to reproduce this locally with `./ci/scripts/go_test.sh`. However, 
when I call the test directly, either from IDE or command line, the test is OK:
   ```
   
PARQUET_TEST_BAD_DATA=/home/xxx/work/arrow-1/cpp/submodules/parquet-testing/bad_data
 go test -asan -timeout 30s -run ^TestReadParquetFile$ 
github.com/apache/arrow/go/v18/parquet/pqarrow
   ```
   
   I initially thought it was linked to `-asan` flag, but it's not like this. 
Do you have an idea what is the difference between the 


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