Skip to content

Commit

Permalink
Deleted duplicate comments
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaverner committed Oct 11, 2024
1 parent 8d1cdb9 commit 8e5840d
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3233,18 +3233,6 @@ public void testPushSpatialIntersectsStringToSource() {
* \_EsQueryExec[airports], indexMode[standard], query[{
* "esql_single_value":{"field":"scalerank","next":{"range":{"scalerank":{"lt":4,"boost":1.0}}},"source":"rank < 4@3:9"}
* ][_doc{f}#23], limit[1000], sort[] estimatedRowSize[304]
* LimitExec[1000[INTEGER]]
* \_ExchangeExec[[abbrev{f}#6, city{f}#12, city_location{f}#13, country{f}#11, location{f}#10, name{f}#7, scalerank{f}#8,
* type{f}#9, rank{r}#4],false]
* \_ProjectExec[[abbrev{f}#6, city{f}#12, city_location{f}#13, country{f}#11, location{f}#10, name{f}#7, scalerank{f}#8,
* type{f}#9, rank{r}#4]]
* \_FieldExtractExec[abbrev{f}#6, city{f}#12, city_location{f}#13, count..][]
* \_LimitExec[1000[INTEGER]]
* \_EvalExec[[scalerank{f}#8 AS rank]]
* \_FieldExtractExec[scalerank{f}#8][]
* \_EsQueryExec[airports], indexMode[standard], query[{"
* esql_single_value":{"field":"scalerank","next":{"range":{"scalerank":{"lt":4,"boost":1.0}}},"source":"rank < 4@3:9"}
* }][_doc{f}#23], limit[], sort[] estimatedRowSize[304]
* </code>
*/
public void testPushWhereEvalToSource() {
Expand Down

0 comments on commit 8e5840d

Please sign in to comment.