Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
import static java.util.Objects.requireNonNull;
import static org.testng.Assert.assertEquals;

/**
* This tests verify joins order in plans generated for TPC-H queries using
* cost-based optimizer. They are intended to signal that a code change results
* in a change of generated plans.
*
* Most of the plans are currently suboptimal, so the tests results will likely
* change. They should be changed with care.
*/
public class TestReorderJoins
extends BasePlanTest
{
Expand Down