This message was deleted.
# troubleshooting
s
This message was deleted.
h
Actually, this produces the same error:
Copy code
SELECT *
FROM "druid"."foobar"
WHERE false
ORDER BY "__time" DESC
LIMIT 10;
Is this a bug? I mean, an unfulfillable WHERE condition should result in an empty result, not in an exception.
a
when you "explain" this SQL query in the console, what do you get?
h
@Abhishek Agarwal do you still need it (I saw you commented on the ticket)?
a
Not needed. I was reproduce it locally.
👍 1