rmetzger commented on pull request #12146:
URL: https://github.com/apache/flink/pull/12146#issuecomment-634625941


   Thanks a lot for your contribution! 
   `Configuration` is implementing the `Writable` interface, thus it is 
serializable (in principle). But I agree with you that it seems that the 
serialization is not done correctly in that interface.
   I guess using `HBaseConfigurationUtil.serializeConfiguration()` is a more 
generic solution than copying two configuration parameters.
   
   I've filed a JIRA ticket for this problem: 
https://issues.apache.org/jira/browse/FLINK-17968
   Are you interested in fixing it? (with a test case to avoid such issues in 
the future)


----------------------------------------------------------------
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:
[email protected]


Reply via email to