From 85620f51c5219230dca7d0965df677138b477f06 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 2 Jul 2025 09:14:39 +0900 Subject: [PATCH 1/2] chore: Add basic README --- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c19424 --- /dev/null +++ b/README.md @@ -0,0 +1,49 @@ + + +# Apache Arrow Swift + +[Apache Arrow](https://arrow.apache.org/) is a universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics. It contains a set of technologies that enable data systems to efficiently store, process, and move data. + +## Install + +TODO: We should update this after we register this package to Swift Package Index. + +## Getting Started + +TODO: We should refer auto generated documentation on Swift Package Index after after we register this package to Swift Package Index. + +## Getting involved + +Even if you do not plan to contribute to Apache Arrow itself or Apache Arrow integrations in other projects, we'd be happy to have you involved: + +* [Join the mailing list](https://arrow.apache.org/community/#mailing-lists): Share your ideas and use cases for the project +* Follow our activity on [GitHub Issues](https://github.com/apache/arrow-swift/issues) +* Contribute code + +We prefer to receive contributions in the form of GitHub pull requests. Please send pull requests against the [github.com/apache/arrow-swift](https://github.com/apache/arrow-swift) repository. + +If you are looking for some ideas on what to contribute, check out the [GitHub +Issues](https://github.com/apache/arrow-swift/issues) for the Apache Arrow Swift project. Comment on the issue, [GitHub Discussions](https://github.com/apache/arrow-swift/discussions) and/or contact [dev@arrow.apache.org](https://arrow.apache.org/community/#mailing-lists) with your questions and ideas. + +If you'd like to report a bug but don't have time to fix it, you can still post it on GitHub issues. + +## License + +[Apache 2.0](https://github.com/apache/arrow-swift/blob/main/LICENSE.txt) From 92c324eb1c80deb9cbcb881d64c996ccbca3cf4d Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 2 Jul 2025 15:35:31 +0900 Subject: [PATCH 2/2] Remove garbage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Raúl Cumplido --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c19424..327ea70 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ TODO: We should update this after we register this package to Swift Package Inde ## Getting Started -TODO: We should refer auto generated documentation on Swift Package Index after after we register this package to Swift Package Index. +TODO: We should refer auto generated documentation on Swift Package Index after we register this package to Swift Package Index. ## Getting involved