You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Caizhi Weng (Jira)" <ji...@apache.org> on 2022/04/28 10:00:00 UTC

[jira] [Updated] (FLINK-27439) Fix ClassNotFoundException when using array type in table store

     [ https://issues.apache.org/jira/browse/FLINK-27439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Caizhi Weng updated FLINK-27439:
--------------------------------
    Description: 
When using array data type with table store a {{ClassNotFound}} exception will be thrown. This is because FLINK-27408 packaged codegen related classes into table store itself but missed out some classes.

To make sure that such bug will not happen again we also need an e2e test to check all supported data types.

> Fix ClassNotFoundException when using array type in table store
> ---------------------------------------------------------------
>
>                 Key: FLINK-27439
>                 URL: https://issues.apache.org/jira/browse/FLINK-27439
>             Project: Flink
>          Issue Type: Bug
>          Components: Table Store
>    Affects Versions: table-store-0.1.0
>            Reporter: Caizhi Weng
>            Priority: Major
>             Fix For: table-store-0.1.0
>
>
> When using array data type with table store a {{ClassNotFound}} exception will be thrown. This is because FLINK-27408 packaged codegen related classes into table store itself but missed out some classes.
> To make sure that such bug will not happen again we also need an e2e test to check all supported data types.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)