wangxianghu commented on a change in pull request #1727:
URL: https://github.com/apache/hudi/pull/1727#discussion_r439733027
##########
File path:
hudi-client/hudi-client-spark/src/test/java/org/apache/hudi/AppTest.java
##########
@@ -0,0 +1,20 @@
+package org.apache.hudi;
+
+import static org.junit.Assert.assertTrue;
+
+import org.junit.Test;
+
+/**
+ * Unit test for simple App.
+ */
+public class AppTest
+{
+ /**
+ * Rigorous Test :-)
+ */
+ @Test
+ public void shouldAnswerWithTrue()
+ {
+ assertTrue( true );
+ }
Review comment:
Hi @leesf, Thanks for your detailed review. this branch is not ready for
review line-by-line yet :), it aims to show you the structure of the new
abstraction, I will take care of all the details you mentioned.
----------------------------------------------------------------
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]