Click any tag below to further narrow down your results
Links
Apache Iceberg released Python 0.12.0 with 470+ merged PRs adding REST catalog view support, concurrent commit handling, incremental append scans, and geometry type support. The release fixes numerous correctness bugs and bumps minimum dependencies for PyArrow and PyIceberg-core.
- REST catalog now supports creating, loading, listing, and dropping Iceberg views with a View object API
- Writes now retry on concurrent commits and validate for conflicts instead of failing silently
- 40+ bug fixes address critical issues like partition pruning, null/NaN handling, timestamp parsing, and decimal encoding
- Minimum PyArrow bumped from 17.0.0 to 18.0.0; PyIceberg-core requirement increased to >=0.10.1,<0.11.0
The article discusses the merging roles of infrastructure and observability teams as companies increasingly integrate observability into their offerings. It highlights key acquisitions and the growing importance of AI in incident response, while advocating for an open standard approach using OpenTelemetry and Apache Iceberg to manage data effectively.
- Infrastructure giants (Palo Alto Networks/Chronosphere, Snowflake/Observe) are acquiring observability companies to own the telemetry data layer, not just to sell better dashboards
- AI-driven incident response (reducing MTTR, automating triage) is the real driver behind these acquisitions, not just cost control over expensive observability tools
- The likely emerging standard stack pairs OpenTelemetry (decoupled instrumentation) with Apache Iceberg (open data layer) to avoid vendor lock-in
- Open table formats matter especially for AI agents running parallel queries during incidents, since vendor-locked systems risk runaway costs from inefficient or erroneous agent-generated queries