xtdb icon indicating copy to clipboard operation
xtdb copied to clipboard

An opaque IAE is thrown when a query has too many temporal filters on a relation

Open refset opened this issue 1 year ago • 0 comments

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

play

refset avatar Jul 16 '24 13:07 refset