Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,9 @@ This is an independent Swift-focused project maintained by the Swift
community. It implements the Apache Arrow specification and is fully
compatible with other Arrow implementations.

## Why operate independently of Apache Software Foundation (ASF)

Good project governance requires maintainers with knowledge of Swift and the
Swift community. Currently there are no active ASF maintaners with knowledge of
Swift. Apache's CI infrastructure for Swift is unmaintained, leading to constant
CI failures. Moving to a Swift-focused organisation allows decisions to be made
according to the requirements of the Swift community.

## Relationship to Apache Arrow
This project is based on Apache Arrow-Swift and maintains specification
compatibility. See [LICENSE](LICENSE) for details.
This project is based on Apache Arrow-Swift and maintains specification compatibility. See [LICENSE](LICENSE) for details.

The decision was made to operate independently of the Apache Software Foundation (ASF). Good project governance requires maintainers with knowledge of Swift and the Swift community. Currently there are no active ASF maintaners with knowledge of Swift. Apache's CI infrastructure for Swift is unmaintained, leading to intermittent CI failures. Moving to a Swift-focused organisation allows decisions to be made according to the requirements of the Swift community.

Original source: https://github.com/apache/arrow-swift
Loading