when I encounter a panic error in a select query, how do I narrow down which is / are the offending expressions
Edit: simply by looking at the logs / setting a Param. Without having to alter the code into a sequential binary search for loop.
pl.select([
expr1, expr2, expr3 ....
])