You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/14 08:14:31 UTC

[GitHub] [pulsar] cbornet commented on a diff in pull request #16041: [improve][function] Support Record as Function output type

cbornet commented on code in PR #16041:
URL: https://github.com/apache/pulsar/pull/16041#discussion_r896514640


##########
tests/integration/src/test/java/org/apache/pulsar/tests/integration/functions/java/PulsarFunctionsJavaTest.java:
##########
@@ -166,7 +166,7 @@ public void testSlidingCountWindowTest() throws Exception {
     @Test(groups = {"java_function", "function"})
     public void testMergeFunctionTest() throws Exception {
 	    testMergeFunction();
-   }
+    }

Review Comment:
   This is to align with the rest of the function on 4 spaces.
   But this whole class is misaligned...



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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org