Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion dev/regenerate-golden-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ build_native() {
cd native && cargo build && cd ..
}

# Regenerate golden files for a specific Spark version
# Regenerate golden files for a specific Spark version. CometPlanStabilitySuite's
# afterAll() prunes any query directory whose contents match what its fallback
# chain resolves to, so each version-suffixed directory ends up with only the
# queries whose plans diverge from the previous tier. The base (3.4) profile has
# no fallback chain, so the prune is a no-op there.
regenerate_golden_files() {
local spark_version=$1

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading