vibhatha commented on PR #41237:
URL: https://github.com/apache/arrow/pull/41237#issuecomment-2065823766
Looking into a common CI failure[1] in this PR[2] and in this PR the failure
[3], seems to be the same.
The error occurs initially for current PR at [4], and for PR[2] the same
failure[5] occurs.
```bash
Testing C ArrowArray from file 'map_non_canonical'
... with record batch #0
Traceback (most recent call last):
File "/arrow/dev/archery/archery/integration/runner.py", line 521, in
_run_c_array_test_cases
do_run()
File "/arrow/dev/archery/archery/integration/runner.py", line 501, in
do_run
importer.import_batch_and_compare_to_json(json_path,
File "/arrow/dev/archery/archery/integration/tester_csharp.py", line 135,
in import_batch_and_compare_to_json
ArrowReaderVerifier.CompareBatches(batch, imported_batch,
Xunit.Sdk.TrueException: Bit at index 0/2 is not equal
```
In other failing CIs the failure is also with a `java.net.SocketException:
Broken pipe (Write failed)`
Although there is a related failure[6], which seems to be an issue with a
test case in this PR.
```bash
Error: Errors:
Error: TestFlightSqlStateless.setUp:50->setUpClientServer:63 �
IllegalState Failed to reset Derby database!
```
Seems like there are related an unrelated reasons for failing the CIs.
[1]
https://github.com/apache/arrow/actions/runs/8746316554/job/24003804303?pr=41297#step:8:19557
[2] https://github.com/apache/arrow/pull/41297
[3]
https://github.com/apache/arrow/actions/runs/8743037827/job/23992652573?pr=41237#step:8:19559
[4]
https://github.com/apache/arrow/actions/runs/8743037827/job/23992652573?pr=41237#step:8:15258
[5]
https://github.com/apache/arrow/actions/runs/8746316554/job/24003804303?pr=41297#step:8:18118
[6]
https://github.com/apache/arrow/actions/runs/8743037859/job/24003647141?pr=41237#step:5:3160
--
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]