xtdb
xtdb copied to clipboard
An opaque IAE is thrown when a query has too many temporal filters on a relation
e.g. if someone accidentally types VALID_TIME twice instead of SYSTEM_TIME
SELECT _id, foo FROM docs FOR VALID_TIME AS OF DATE '2024-09-10' FOR VALID_TIME AS OF DATE '2024-09-11'
Error: java.lang.IllegalArgumentException
No matching clause: 2