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
I had searched in the issues and found no similar issues.
Java Version
1.8.
Scala Version
2.11.x
StreamPark Version
2.1.1
Flink Version
1.17.1
deploy mode
None
What happened
From version 2.1.1 to 2.1.5 update
Error Exception
### The error may exist in class path resource [mapper/core/SavepointMapper.xml]
### The error may involve defaultParameterMap
### The error occurred while setting parameters
### SQL: update t_flink_savepoint set latest = 0 where app_id = ?
### Cause: org.postgresql.util.PSQLException: ERROR: column "latest" is of type boolean but expression is of type integer
Hint: You will need to rewrite or cast the expression.
Position: 47
]
---
UPDATE t_flink_savepoint
SET latest = CAST(0 AS BOOLEAN) -- Explicitly cast 0 to BOOLEAN
WHERE app_id = ?;
Search before asking
Java Version
1.8.
Scala Version
2.11.x
StreamPark Version
2.1.1
Flink Version
1.17.1
deploy mode
None
What happened
From version 2.1.1 to 2.1.5 update
Error Exception
Screenshots
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: