-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.14.0
-
Fix Version/s: None
-
Component/s: site
-
Labels:None
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.