Hello, when I am querying min/max of a column whic...
# troubleshooting
t
Hello, when I am querying min/max of a column which is not present in the table, pinot returns Infinity/-infinity. Shouldn’t the ideal behaviour be to throw an error saying the column is not present?
x
do you mean query a column which doesn't exist ? I also feel the behavior should be throw exception by saying field not found/ evaluated.
Can you create a github issue for this
t
Sure.
x
This may also be extended to other aggregation functions I guess
t
Yes. Same scenario for other aggregations also.
x
cool! thanks!