You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/28 10:00:15 UTC

[GitHub] [flink-table-store] tsreaper opened a new pull request, #105: [FLINK-27439] Fix ClassNotFoundException when using array type in table store

tsreaper opened a new pull request, #105:
URL: https://github.com/apache/flink-table-store/pull/105

   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-table-store] JingsongLi merged pull request #105: [FLINK-27439] Fix ClassNotFoundException when using array type in table store

Posted by GitBox <gi...@apache.org>.
JingsongLi merged PR #105:
URL: https://github.com/apache/flink-table-store/pull/105


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org