paleolimbot commented on PR #41264: URL: https://github.com/apache/arrow/pull/41264#issuecomment-2062751775
I'm not sure what's going on with the zerolength case, but it seems to be failing for Java and C# producing (with C# consuming): ``` ################# FAILURES ################# FAILED TEST: primitive_zerolength Java producing, C# consuming <class 'subprocess.CalledProcessError'>: Command '/arrow/csharp/artifacts/Apache.Arrow.IntegrationTest/Debug/net7.0/Apache.Arrow.IntegrationTest --mode stream-to-file -a /tmp/tmpaibchz2w/28737e0c_generated_primitive_zerolength.consumer_stream_as_file < /tmp/tmpaibchz2w/28737e0c_generated_primitive_zerolength.producer_file_as_stream' returned non-zero exit status 1. FAILED TEST: union Java producing, C# consuming <class 'subprocess.CalledProcessError'>: Command '/arrow/csharp/artifacts/Apache.Arrow.IntegrationTest/Debug/net7.0/Apache.Arrow.IntegrationTest --mode stream-to-file -a /tmp/tmpaibchz2w/3795be39_generated_union.consumer_stream_as_file < /tmp/tmpaibchz2w/3795be39_generated_union.producer_file_as_stream' returned non-zero exit status 1. FAILED TEST: primitive_zerolength C# producing, C# consuming <class 'subprocess.CalledProcessError'>: Command '/arrow/csharp/artifacts/Apache.Arrow.IntegrationTest/Debug/net7.0/Apache.Arrow.IntegrationTest --mode stream-to-file -a /tmp/tmpaibchz2w/fd9d0ef3_0.14.1_primitive_zerolength.gold.consumer_stream_as_file < /arrow/testing/data/arrow-ipc-stream/integration/0.14.1/generated_primitive_zerolength.stream' returned non-zero exit status 1. ``` -- 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]
