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

[Optimization] [SQL] Optimize Dinky task's statement column length to avoid sql statement too long error #3471

Merged
merged 4 commits into from May 16, 2024

Conversation

leeoo
Copy link
Contributor

@leeoo leeoo commented May 10, 2024

Purpose of the pull request

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

@Zzm0809
Copy link
Contributor

Zzm0809 commented May 12, 2024

Do other data source types need to be changed? such as : h2 and pg

@leeoo
Copy link
Contributor Author

leeoo commented May 13, 2024

Do other data source types need to be changed? such as : h2 and pg

No change needed for Postgres, because its 'text' type can store strings of any length.
PS: I'm not familiar with H2...

@Zzm0809
Copy link
Contributor

Zzm0809 commented May 14, 2024

h2 也可指定为 MEDIUMTEXT @leeoo

Signed-off-by: Zzm0809 <934230207@qq.com>
Signed-off-by: Zzm0809 <934230207@qq.com>
@Zzm0809 Zzm0809 merged commit eba854d into DataLinkDC:dev May 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants