rethinkdb / rethinkdb-java

Official RethinkDB Java client
https://rethinkdb.com/api/java/
Apache License 2.0
21 stars 10 forks source link

Filtering in Groovy not working properly #62

Open herrlegno opened 3 years ago

herrlegno commented 3 years ago

Describe the bug I'm following the steps in https://rethinkdb.com/blog/alt-jvm-driver/, and the "fellowship" query do not give me anything.

To Reproduce Steps to reproduce the behavior:

  1. Create a table named fellowship
  2. Insert some characters
  3. Try to query with a lambda filter

Expected behavior I expect it to filter and give me the desired results.

Screenshots image image image

System info

herrlegno commented 2 years ago

For anyone looking at this, the workaround I used is:

image