You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Hi @yangjiajun2014 , this is due to our semantic check which doesn't allow comparison date and integer for now. May need to relax this in future. But I don't remember we change this semantic analyzer in recent release. Need to double check.
I use something like date_filed>1591459200000 AND date_filed<1591718400000 to filter data.It works in 1.7.0.0.But 1.8.0.0 says it is a invalid sql
The error looks like:
{
"error": {
"reason": "Invalid SQL query",
"details": "Operator [>] cannot work with [DATE, INTEGER]. Usage: Please use compatible types from each side.",
"type": "SemanticAnalysisException"
},
"status": 400
}
The text was updated successfully, but these errors were encountered: