Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][dolphinscheduler-api] 3.2.0 data-quality/rule page error #15166

Closed
3 tasks done
jianchengwang opened this issue Nov 15, 2023 · 1 comment
Closed
3 tasks done

[Bug][dolphinscheduler-api] 3.2.0 data-quality/rule page error #15166

jianchengwang opened this issue Nov 15, 2023 · 1 comment
Labels
bug Something isn't working Waiting for reply Waiting for reply

Comments

@jianchengwang
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

image

What you expected to happen

here is dolphinscheduler-api console log

### The error may exist in class path resource [org/apache/dolphinscheduler/dao/mapper/DqRuleInputEntryMapper.xml]
### The error may involve defaultParameterMap
### The error occurred while setting parameters
### SQL: SELECT a.id,                a.field,                a.type,                a.title,                a.`value`,                a.options,                a.placeholder,                a.option_source_type,                a.value_type,                a.input_type,                a.is_show,                a.can_edit,                a.is_emit,                a.is_validate,                b.values_map,                b.index         FROM t_ds_dq_rule_input_entry a join ( SELECT *         FROM t_ds_relation_rule_input_entry where rule_id = ? )  b         on a.id = b.rule_input_entry_id order by b.index
### Cause: org.postgresql.util.PSQLException: ERROR: syntax error at or near "`"
  Position: 102
; bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: syntax error at or near "`"
  Position: 102
	at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
	at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)

maybe sql error?

How to reproduce

docker deploy 3.2.0

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@jianchengwang jianchengwang added bug Something isn't working Waiting for reply Waiting for reply labels Nov 15, 2023
@jianchengwang
Copy link
Author

i am sorry, it is fix on [Fix][Data Quality] Change t_ds_dq_rule_input_entry field name fix PostgreSQL not support value issue #14992

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Waiting for reply Waiting for reply
Projects
None yet
Development

No branches or pull requests

1 participant