willtemperley commented on code in PR #77:
URL: https://github.com/apache/arrow-swift/pull/77#discussion_r2311853880
##########
Tests/ArrowTests/IPCTests.swift:
##########
@@ -329,7 +329,7 @@ final class IPCFileReaderTests: XCTestCase { //
swiftlint:disable:this type_body
}
func testFileReader_struct() throws {
- let fileURL =
currentDirectory().appendingPathComponent("../../testdata_struct.arrow")
+ let fileURL =
currentDirectory().appendingPathComponent("../testdata_struct.arrow")
Review Comment:
Is this a good idea though? It makes it difficult to test in a local setup.
--
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]