lamber-ken commented on a change in pull request #1167: [HUDI-484] Fix NPE when
reading IncrementalPull.sqltemplate in HiveIncrementalPuller
URL: https://github.com/apache/incubator-hudi/pull/1167#discussion_r363073651
##########
File path:
hudi-utilities/src/test/java/org/apache/hudi/utilities/TestHiveIncrementalPuller.java
##########
@@ -0,0 +1,27 @@
+package org.apache.hudi.utilities;
+
+import org.junit.Assert;
+import org.junit.Before;
+import org.junit.Test;
+
+public class TestHiveIncrementalPuller {
+
+ private HiveIncrementalPuller.Config config;
+
+ @Before
+ public void setup() {
+ config = new HiveIncrementalPuller.Config();
+ }
+
+ @Test
+ public void testInitHiveIncrementalPuller() throws Exception {
Review comment:
Good catch 👍 . Sorry, I forgot to delete it.
----------------------------------------------------------------
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