You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(phase-7): Spark 3.4/4.0 Delta version matrix + TPC-DS docs
Adds delta-spark test dependencies for all three Spark profiles:
- spark-3.4: delta-spark 2.4.0 (Delta 2.x, no DV support)
- spark-3.5: delta-spark 3.3.2 (Delta 3.x, full DV/column-mapping)
- spark-4.0: delta-spark 4.0.0 (Delta 4.x, experimental)
Each profile includes the failureaccess companion dep and
Spark/Hadoop exclusions matching the spark-3.5 pattern.
CI workflow updated to test all three Spark versions in matrix.
Also adds TPC-DS plan stability fixture generation docs to the
contributor guide (procedure for adding q*.native_delta_compat
golden files).
Documentation updated: Spark 3.4/4.0 no longer listed as unsupported,
now listed with their Delta version constraints.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments