-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Query Planning, Testing Infrastructure
-
Fully Compatible
-
Query Optimization 2021-05-17, Query Optimization 2021-05-31
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
The query planner unit tests often assert that a query solution is produced and use some custom JSON form to describe the expected query plan. This is often hard to get right when authoring a new test and it unfortunately does not provide much info about what mismatched if you don't get it exactly right. This patch gives a proof-of-concept of what we may be able to do to improve the experience for developers.