commit | b235f83ed10bcad174b267113479a24ca045def5 | [log] [tgz] |
---|---|---|
author | Benjamin Kietzman <bengilgit@gmail.com> | Thu Mar 14 14:18:30 2024 -0400 |
committer | GitHub <noreply@github.com> | Thu Mar 14 14:18:30 2024 -0400 |
tree | e94d7856956e69dd0e9782307a6ef1ad2f9c222e | |
parent | 9035c4e0efaf07e5314ecef9c1a91e8291534c3b [diff] |
GH-38309: [C++] build filesystems as separate modules (#39067) ### Rationale for this change Each filesystem implementation carries unique and potentially heavy dependencies, so it'd be useful to build them separately. Furthermore, one typically doesn't need all of them at the same time and building separate modules would allow them to be dynamically loaded as necessary. Finally, defining this interface allows custom filesystem implementations to be supported seamlessly. ### What changes are included in this PR? An initial sketch of a registry, with documentation as if the registry were complete to illustrate intended usage. ### Are these changes tested? A toy module is added and a single unit test too. ### Are there any user-facing changes? Users would be able to add their own filesystem implementations to the registry * Closes: #38309 Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>
Apache Arrow is a development platform for in-memory analytics. It contains a set of technologies that enable big data systems to process and move data fast.
Major components of the project include:
Arrow is an Apache Software Foundation project. Learn more at arrow.apache.org.
The reference Arrow libraries contain many distinct software components:
The official Arrow libraries in this repository are in different stages of implementing the Arrow format and related features. See our current feature matrix on git main.
Please read our latest project contribution guide.
Even if you do not plan to contribute to Apache Arrow itself or Arrow integrations in other projects, we'd be happy to have you involved: