select sum(field1)/sum(field2) as contribution from index_* where log_timestamp > cast('2021-04-01 00:00:00' as timestamp) { "error": { "reason": "Invalid SQL query ...
We discovered a wrong result returned by the equality operator when comparing a date and a timestamp when the date operand is explicitly casted, but not the timestamp: import java.sql.Connection; ...