jding-xyz commented on code in PR #153:
URL: https://github.com/apache/arrow-swift/pull/153#discussion_r3007585845


##########
Package.swift:
##########
@@ -70,6 +71,11 @@ let package = Package(
         .testTarget(
             name: "ArrowTests",
             dependencies: ["Arrow", "ArrowC"],
+            resources: [
+                .copy("testdata_bool.arrow"),
+                .copy("testdata_double.arrow"),
+                .copy("testdata_struct.arrow")
+            ],

Review Comment:
   I've committed the three .arrow files. The CI still regenerates them from 
the Go data generator, so the data should be fresh. This is the only way I was 
able to find.



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