Skip to content

Commit

Permalink
Fix CSV test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Dec 12, 2024
1 parent 0766c5d commit ab91f4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ matchWithDisjunctionIncludingConjunction
required_capability: match_function

from books
| where author : "Vonnegut") or (author : "Marquez" and description : "realism")
| where author : "Vonnegut" or (author : "Marquez" and description : "realism")
| keep book_no;
ignoreOrder:true

Expand Down

0 comments on commit ab91f4c

Please sign in to comment.