kou commented on code in PR #153:
URL: https://github.com/apache/arrow-swift/pull/153#discussion_r3007750508
##########
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:
OK. But we don't want to add auto generated files into this repository.
Let's copy to `Tests/ArrowTests/` manually (or by script) instead of adding
them to this repository.
--
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]