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
if the data sources is encrypted, will get error when sparkSession read or Dataset write by JDBC the password:
This method(ParserUtils.decode(config.getString(PASSWORD))) just solved: [Fix][Data Quality]Dataquality Spark Get Datasource Password Error When Password Has $ #13643
but when the datasource's password is encrypted,it will get error password
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.
Search before asking
What happened
if the data sources is encrypted, will get error when sparkSession read or Dataset write by JDBC the password:
This method(
ParserUtils.decode(config.getString(PASSWORD))
) just solved: [Fix][Data Quality]Dataquality Spark Get Datasource Password Error When Password Has $ #13643but when the datasource's password is encrypted,it will get error password
What you expected to happen
no error
How to reproduce
like 'What happened'
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: