You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/03/15 12:11:40 UTC

[GitHub] [hudi] wangxianghu removed a comment on pull request #5045: [HUDI-3633] Allow non-string values to be set in TypedProperties

wangxianghu removed a comment on pull request #5045:
URL: https://github.com/apache/hudi/pull/5045#issuecomment-1067914420


   > > may be we should override java.util.Properties#getProperty(java.lang.String) to ignore the string type check
   > > the getProperty method in java.util.Properties
   > 
   > We could do that. I wonder why was this `instanceof String` check added?
   
   The return type of `getProperty()` is String,  `instanceof String` may avoid class cast exception


-- 
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: commits-unsubscribe@hudi.apache.org

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