[
https://issues.apache.org/jira/browse/FLINK-32993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yubin Li updated FLINK-32993:
-----------------------------
Description:
create table as follows:
!image-2023-08-30-11-51-44-498.png!
results:
!image-2023-08-30-11-47-05-887.png!
I have found that Char type data length is 100 instead of defined 50.
we could help users to deal with such fixed length automately.
was:
create table as follows:
!image-2023-08-30-11-51-44-498.png!
results:
!image-2023-08-30-11-47-05-887.png!
I have found that Char type data length is 100, which same as String type, it
is caused by the two types use the same data generation logic, and we could
correct it.
> Datagen connector deal with fixed length data type automately
> -------------------------------------------------------------
>
> Key: FLINK-32993
> URL: https://issues.apache.org/jira/browse/FLINK-32993
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / Common
> Affects Versions: 1.19.0
> Reporter: Yubin Li
> Priority: Major
> Attachments: image-2023-08-30-11-47-05-887.png,
> image-2023-08-30-11-47-43-719.png, image-2023-08-30-11-51-44-498.png,
> image-2023-08-30-13-44-10-106.png, image-2023-08-30-13-56-12-468.png,
> image-2023-08-30-13-56-28-403.png
>
>
> create table as follows:
> !image-2023-08-30-11-51-44-498.png!
> results:
> !image-2023-08-30-11-47-05-887.png!
> I have found that Char type data length is 100 instead of defined 50.
> we could help users to deal with such fixed length automately.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)