hi everyone, I am storing 0 as a value in a column...
# troubleshooting
s
hi everyone, I am storing 0 as a value in a column but on pinot UI it is showing -- instead of 0. And when I am fetching the data using where value = 0 the rows are getting fetched. Any idea on this?
m
How are you querying?
s
lets say I have a column value1. so query will be like select * where value1 = 0
m
Can you call the broker rest api and see what the response looks like?