Describe the bug
Querying on a registered parquet table sometimes throws an error. The query is doing a range query over multiple fields. The same query with different literals, in which only one range impacts the output as the others are unbound works fine. Also, this happens for SQL and DataFrame alike.
To Reproduce
No response
Expected behavior
Query returns result.
Additional context
No response