zhangxinjian123 commented on issue #784: Can Hudi delete records? URL: https://github.com/apache/incubator-hudi/issues/784#issuecomment-511332025 public class TestMain { public static void main(String[] args) { System.setProperty("hadoop.home.dir", "E:\\hadoop-common-2.2.0-bin-master"); TestHoodieClientOnCopyOnWriteStorage testHoodieClientOnCopyOnWriteStorage=new TestHoodieClientOnCopyOnWriteStorage(); try { testHoodieClientOnCopyOnWriteStorage.init(); testHoodieClientOnCopyOnWriteStorage.testDeletes(); } catch (Exception e) { e.printStackTrace(); } } Can I delete records by calling testHoodieClientOnCopyOnWriteStorage class testDeletes directly?
---------------------------------------------------------------- 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
