spark-3.5-updates

Documents Spark 3.1–3.5 updates in Markdown with chapters, cheatsheet, glossary, and patterns.

12|1|Updated May 24, 2026
One-click install
npx skills add https://github.com/Galius5136/databricks-spark-3.5-cert-prep --skill spark-3-5-updates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spark-3.5-updates
Source: https://github.com/Galius5136/databricks-spark-3.5-cert-prep/tree/main/skills/spark-3.5-updates
Command: npx skills add https://github.com/Galius5136/databricks-spark-3.5-cert-prep --skill spark-3-5-updates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This knowledge base consolidates Spark 3.1–3.5 updates not covered by the Spark 3.0 baseline book, providing targeted exam-prep material for Sec 7 obj 2 (Pandas UDF/Arrow), Sec 3 supplements (new built-ins), and Sec 4 AQE evolution.

Core Features & Use Cases

  • Pandas UDF & Arrow deltas (Sec 7 obj 2) and related Pandas Function APIs, with guidance on modern type hints and Arrow transport.
  • New built-in functions introduced in Spark 3.3–3.5, including array, string, date/time, and aggregate enhancements, plus misc utilities.
  • AQE delta coverage (default-on AQE since Spark 3.2) and runtime config changes (maxShuffledHashJoinLocalMapThreshold, autoBroadcastJoinThreshold, skew handling, and optimizer controls) with cross-references to the original AQE narrative.
  • Chapter index and supporting materials (chapters/ch01-pandas-udf-and-arrow.md, chapters/ch02-new-builtin-functions.md, chapters/ch03-aqe-delta-vs-3.0.md, cheatsheet.md, glossary.md, patterns.md) to facilitate structured study.

Quick Start

Begin with the SKILL.md overview, then study chapters ch01, ch02, and ch03 in order and finish with cheatsheet.md for a quick-reference refresher.

Frequently Asked Questions about spark-3.5-updates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What Spark 3.5 updates are covered for exam preparation?

Spark 3.5 exam prep covers Pandas UDF and Arrow deltas, new built-in functions from Spark 3.3–3.5, and AQE evolution including default-on AQE since Spark 3.2 and runtime config changes.

How do I study Spark 3.5 AQE changes compared to the 3.0 baseline?

Study Spark 3.5 AQE changes by reviewing the delta coverage against the Spark 3.0 baseline, focusing on runtime config changes like maxShuffledHashJoinLocalMapThreshold, autoBroadcastJoinThreshold, and skew handling.

What new built-in functions were introduced in Spark 3.3 through 3.5?

Spark 3.3–3.5 introduced new built-in functions across array, string, date/time, and aggregate enhancements, plus miscellaneous utilities, consolidating updates not covered by the Spark 3.0 baseline.

How do Pandas UDF and Arrow transport work in recent Spark versions?

Pandas UDF and Arrow transport in recent Spark versions utilize modern type hints and Pandas Function APIs, providing optimized data transfer for efficient distributed computing operations.

Does this Spark 3.5 study guide cover runtime config changes for skew handling?

Yes, this Spark 3.5 study guide covers runtime config changes for skew handling, including optimizer controls and thresholds like autoBroadcastJoinThreshold and maxShuffledHashJoinLocalMapThreshold.

What is the best way to prepare for Spark certification using these 3.1 to 3.5 updates?

The best way to prepare is to follow the structured chapters on Pandas UDF, built-in functions, and AQE, then finish with the provided cheatsheet for quick-reference refresher before the exam.