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.
What happened
i use pg to save ds, and i get error when search task instance name:
[ERROR] 2024-01-13 14:08:22.192 +0800 org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[52] - 分页查询任务列表错误
org.springframework.jdbc.BadSqlGrammarException:
### Error querying database. Cause: org.postgresql.util.PSQLException: ERROR: could not determine data type of parameter $3
### The error may exist in class path resource [org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml]
### The error may involve defaultParameterMap
### The error occurred while setting parameters
### SQL: SELECT COUNT(*) AS total FROM t_ds_task_instance WHERE project_code = ? AND task_execute_type = ? AND process_instance_name LIKE concat('%', ?, '%')
### Cause: org.postgresql.util.PSQLException: ERROR: could not determine data type of parameter $3
; bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: could not determine data type of parameter $3
I had searched in the issues and found no similar issues.
What happened
i use pg to save ds, and i get error when search task instance name:
[ERROR] 2024-01-13 14:08:22.192 +0800 org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[52] - 分页查询任务列表错误
org.springframework.jdbc.BadSqlGrammarException:
### Error querying database. Cause: org.postgresql.util.PSQLException: ERROR: could not determine data type of parameter $3
### The error may exist in class path resource [org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.xml]
### The error may involve defaultParameterMap
### The error occurred while setting parameters
### SQL: SELECT COUNT(*) AS total FROM t_ds_task_instance WHERE project_code = ? AND task_execute_type = ? AND process_instance_name LIKE concat('%', ?, '%')
### Cause: org.postgresql.util.PSQLException: ERROR: could not determine data type of parameter $3
; bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: could not determine data type of parameter $3
Search before asking
What happened
i use pg to save ds, and i get error when search task instance name:
and i find all search will faild with
What you expected to happen
no error
How to reproduce
every time
Anything else
No response
Version
3.2.x
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: