Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.14.0
-
None
-
None
Description
The tutorial (https://calcite.apache.org/docs/tutorial.html#optimizing-queries-using-planner-rules) contains an unfinished paragraph:
—
This negotiation is a simple form of query optimization. Calcite supports query optimization by adding planner rules. Planner rules operate by looking for patterns in the query parse tree (for instance a project on top of a certain kind of table), and
—
The "and" is the last word of the paragraph, and the sentence is truncated.