Hello, The Apache Hudi team is pleased to announce the release of Apache Hudi 1.0.0.
Apache Hudi is a transactional data lake platform that brings database and data warehouse capabilities to the data lake. Hudi reimagines slow old-school batch data processing with a powerful new incremental processing framework for low latency minute-level analytics. This 1.0.0 GA release comes 6 months after 0.15.0, and builds on feedback from users on the two 1.0.0-beta releases. It includes major format changes, new features as well as general improvements and bug fixes. Some of the exciting features include: - Format changes including LSM timeline, new log file format - New index such as secondary index, partition stats, expression index - Non-blocking concurrency control for high throughput streaming ingestion - Positional merging with new filegroup reader - Partial updates for Merge-on-Read tables - Lookup joins with hudi-flink Please review the release notes ( https://hudi.apache.org/releases/release-1.0.0) for details on release highlights and behavior changes before adopting the 1.0.0 version. If you'd like to download the source release, you can find it here: https://github.com/apache/hudi/releases/tag/release-1.0.0 For details on how to use Hudi, please look at the quick start page located at https://hudi.apache.org/docs/quick-start-guide.html We welcome your help and feedback. For more information on how to report problems, and to get involved, visit the project website at https://hudi.apache.org Thanks to everyone involved! - Sagar, Release Manager