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 2019/09/27 15:11:31 UTC

[GitHub] [incubator-hudi] vinothchandar commented on issue #923: HUDI-247 Unify the initialization of HoodieTableMetaClient in test for hoodie-client module

vinothchandar commented on issue #923: HUDI-247 Unify the initialization of HoodieTableMetaClient in test for hoodie-client module
URL: https://github.com/apache/incubator-hudi/pull/923#issuecomment-535981015
 
 
   >IMHO, we can create a new object. However, I still think define a static method like reloadMetaClient to create a new object is better than just creating a new object directly in test class or other context.
   I like this idea. Would we pass in the old metaclient and get a refreshed one? More like a clone/copy method.. `newClient  = HoodieTableMetaClient.reload(oldClient)` . 

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


With regards,
Apache Git Services