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 2020/05/28 04:38:21 UTC

[GitHub] [flink] wuchong commented on pull request #11896: [FLINK-14356] [single-value] Introduce "single-value" format to (de)serialize message to a single field

wuchong commented on pull request #11896:
URL: https://github.com/apache/flink/pull/11896#issuecomment-635094908


   Hi @hackergin , thanks a lot for the contribution. However, the community is moving to a new format factory interface called `DeserializationFormatFactory` and `SerializationFormatFactory`. And the legacy `TableFormatFactory` will be removed in the future. 
   
   Could you implmenet it using the new interfaces? 
   
   Besides, I think such format is very lightweight and can be put in `table-common` or `table-planner-blink`. We don't need to introduce a new module for this. 


----------------------------------------------------------------
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.

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