vinothchandar edited a comment 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: [email protected] With regards, Apache Git Services
