Apache Arrow Improves C++ Support |
Written by Kay Ewbank | |||
Monday, 08 February 2021 | |||
Apache Arrow is now at version 3.0. The updated release improves support for the Arrow columnar format specification, has overhauled authentication in C++, Java and Python, and has a number of other improvements to C++ support. New in this release is support for Julia. Apache Arrow is a development platform for in-memory analytics. It has technologies that enable big data systems to process and move data fast..It is language independent, can be used for flat and hierarchical data, and the data store is organized for efficient analytic operations. It also provides computational libraries. Languages currently supported are C, C++, C#, Go, Java, JavaScript, Julia, MATLAB, Python, R, Ruby, and Rust. The new release implements the Arrow columnar format in C++ and Java, and also has better support for Flight authentication in C++, Java and Python to permit more flexible authentication methods and use of standard headers. Support for cookies has also been added. C++ memory management has also received work, so the default memory pool can now be changed at runtime. Threads in a thread pool are now spawned lazily as needed for enqueued tasks, up to the configured capacity. C# improvements mean the .NET package now has initial support for Arrow Flight clients and servers. The Rust support in Arrow has received a number of improvements in this release. The core Arrow crate has been improved for Rust developers, and all project crates, including Arrow, Parquet, and DataFusion, now build with stable Rust by default. The Parquet Writer for Arrow arrays is now available, so Rust programs can read and write Parquet files and it is easier to integrate with the overall Arrow ecosystem. This is the first release to officially include an implementation for the Julia language. The pure Julia implementation includes support for wide coverage of the format specification.
More InformationRelated ArticlesApache Arrow 2 Improves C++ and Rust Support Apache Arrow Adds DataFusion Rust-Native Engine Apache Arrow Adds Streaming Binary Format Databricks Delta Adds Faster Parquet Import Apache Kudu 1.9 Adds Location Awareness Apache Kudu Improves Web Interface
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |