Iceberg v3 slashes JSON queries, graph analytics on a laptop
Apache Iceberg v3 adds a Variant type that stores JSON payloads as compact binary and shreds frequent fields into native Parquet columns. This eliminates the per‑query JSON parsing overhead that slows analytics on semi‑structured data, cutting storage costs and speeding up dashboards for data teams.
Apache DataFusion processes billion‑edge graphs on a laptop by offloading scans, joins and aggregations to disk and using spill‑aware execution. The author runs PageRank on a 1 billion‑edge graph with 5 GB RAM and finds weakly connected components in a 2 billion‑edge graph using 10 GB, beating traditional in‑memory tools.
HubSpot turned a Qdrant proof‑of‑concept into a production Vector‑as‑a‑Service platform that now stores over 20 billion vectors in more than 200 indexes spread across 140 clusters. The system serves 38+ internal teams, delivering low‑latency semantic search for agents, RAG and deduplication, while keeping costs under control through in‑house tuning.
AI agents can speed data‑engineering tasks, but without a deterministic correctness layer they risk silent errors. By validating SQL, schema changes, lineage and query equivalence, the layer lets pipelines stay reproducible regardless of the underlying model, turning AI‑generated code into trustworthy production assets.
Apache Ossie, now an Apache Incubating project, delivers a vendor‑neutral YAML spec for defining datasets, metrics, dimensions and relationships. By giving every tool in a stack a single source of truth, it eliminates metric drift and cuts engineering debt for analytics, AI and BI teams.
NVIDIA and Hugging Face unveil an open data suite for AI agents, including synthetic traces, tool‑calling failures, and multi‑step reasoning samples. The collection spans over 10 trillion tokens, enabling developers to reproduce, inspect, and improve agent behavior without exposing proprietary secrets.
A new Grammar for Data Engineering lets you write pipelines as a declarative language that compiles to a hash‑identified manifest. The manifest records lineage, validates inputs and can run unchanged on any supported engine, turning pipelines into version‑controllable, reusable artifacts.
A new ‘Grammar for Data Engineering’ lets you write pipelines as a declarative language that compiles to a hash‑identified manifest. The manifest records lineage, validates inputs and can run unchanged on any supported engine, turning pipelines into version‑controllable, reusable artifacts.
ClickHouse now ships a path tracer written entirely in ClickHouse SQL, outputting PNGs with shadows, reflections, and animated text, all without UDFs or external code. The renderer lives in a single SELECT, leveraging vector tuples and array folds to parallelize computation across CPU cores. It proves a column‑store can handle graphics‑heavy workloads, expanding what engineers consider possible inside a database.
Flint is an open-source visualization intermediate language that lets AI agents generate polished, multi-backend charts from concise, human-editable specs. By inferring layout, scales, and styling from data semantics, it eliminates the verbose, error-prone code typical of Vega-Lite or Chart.js, streamlining both agent workflows and human edits.
A new non‑parametric selection technique lets structural VARs split the impact of one variable into direct, indirect, and total feedback. By building Granger causal networks, analysts can map multivariate time‑series relationships without pre‑specifying equations, opening clearer insight into economic and other temporal systems.
The author introduces a loop‑engineering pattern that routes queries through a document's table of contents instead of flat page‑wise retrieval. By bounding the search to hierarchical sections, token usage drops dramatically and answer precision climbs, making enterprise‑grade RAG feasible on massive PDFs like NIST SP 800‑53.
Databricks evaluated popular AI coding agents on edits to its multi‑million‑line codebase across Python, Go, TypeScript, Scala and more. The study revealed three performance tiers: expensive top‑tier models excel at all tasks, while mid‑tier models handle most daily work at a fraction of the cost. These insights are already reshaping the company’s model selection strategy.
Instead of a static confidence cutoff, the article shows that an AI agent’s autonomy should be governed by the economic trade‑off between the cost of a mistake and the cost of human escalation. This cost‑ratio threshold scales with the stakes of each decision, cutting unnecessary escalations and preventing costly errors.
Hudi now stores embeddings as a VECTOR column and offers SQL functions for brute‑force and future ANN KNN search. This lets you run semantic queries directly on lakehouse tables with full support for filters, joins, time travel and incremental updates, removing the need for a separate vector database.
Subscribe free