Skip to content

Commit

Permalink
Remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Aug 6, 2024
1 parent 3cb8dc0 commit d102419
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,13 +381,6 @@ public void testMultiCountAllWithFilter() {
* me{f}#6, long_noidx{f}#11, salary{f}#7]]
* \_FieldExtractExec[_meta_field{f}#8, emp_no{f}#2, first_name{f}#3]
* \_EsQueryExec[test], indexMode[standard], query[{"query_string":{"query":"\"last_name: Smith\""
*
* LimitExec[1000[INTEGER]]
* \_ExchangeExec[[],false]
* \_ProjectExec[[_meta_field{f}#8, emp_no{f}#2, first_name{f}#3, gender{f}#4, job{f}#9, job.raw{f}#10, languages{f}#5, last_na
* me{f}#6, long_noidx{f}#11, salary{f}#7]]
* \_FieldExtractExec[_meta_field{f}#8, emp_no{f}#2, first_name{f}#3, gen][]
* \_EsQueryExec[test], indexMode[standard], query[{"query_string":{"query":"last_name: Smith","fields":[]}}]
*/
public void testMatchCommand() {
var plan = plannerOptimizer.plan("""
Expand Down

0 comments on commit d102419

Please sign in to comment.