You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by GitBox <gi...@apache.org> on 2019/07/16 15:33:33 UTC

[GitHub] [gora] madhawa-gunasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support

madhawa-gunasekara commented on a change in pull request #175: GORA-546 Hazelcast Jet execution engine support
URL: https://github.com/apache/gora/pull/175#discussion_r303978321
 
 

 ##########
 File path: gora-jet/src/main/java/org/apache/gora/jet/JetInputOutputFormat.java
 ##########
 @@ -0,0 +1,29 @@
+package org.apache.gora.jet;
+
+import org.apache.gora.persistency.impl.PersistentBase;
+
+public class JetInputOutputFormat<KeyOut, ValueOut extends PersistentBase> {
 
 Review comment:
   Java doc comments are missing

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services