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

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=17529367#comment-17529367 ] 

Jingsong Lee edited comment on FLINK-27439 at 4/28/22 12:33 PM:
----------------------------------------------------------------

master:

78159c5152927b5d336a3ec7ba27fbe920475a3f

a73435031431c0d2eccf9f346c0f68c9892ed8ab

release-0.1:

c90e583a350b327539b5958b7d36be232d9da045

945c315f031cd10eb258f487f71b212219786df1


was (Author: lzljs3620320):
master: 78159c5152927b5d336a3ec7ba27fbe920475a3f

release-0.1: c90e583a350b327539b5958b7d36be232d9da045

> 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
>            Assignee: Caizhi Weng
>            Priority: Major
>              Labels: pull-request-available
>             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)