kou commented on PR #43564: URL: https://github.com/apache/arrow/pull/43564#issuecomment-2284929102
It seems that https://github.com/apache/arrow/issues/43506 is the next blocker: https://github.com/ursacomputing/crossbow/actions/runs/10355266474/job/28671622600#step:6:18111 ```text Error: Failures: Error: TestFragmentScanOptions.testCsvConvertOptions:84 expected: <[Id: Int(32, true), Name: Utf8, Language: Utf8]> but was: <[Id;Name;Language: Utf8]> Error: TestFragmentScanOptions.testCsvConvertOptionsDelimiterNotSet:127 expected: <[Id: Int(32, true), Name: Utf8, Language: Utf8]> but was: <[Id;Name;Language: Utf8]> Error: TestFragmentScanOptions.testCsvConvertOptionsNoOption:163 Expected: iterable containing ["1;Juno;Java\n2;Peter;Python\n3;Celin;C++"] but: item 0: was <1;Juno;Java> ``` -- 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]
