github-actions[bot] opened a new issue #65: URL: https://github.com/apache/incubator-wayang/issues/65
add the documentation to the object org.apache.wayang.api.DataQuanta https://github.com/apache/incubator-wayang/blob/278cbdc4bd8e87863a7cb43bc68c52ca783039c0/wayang-api/wayang-api-scala-java/code/main/scala/org/apache/wayang/api/DataQuanta.scala#L932 ```scala } /** * TODO: add the documentation to the object org.apache.wayang.api.DataQuanta * labels: documentation,todo */ object DataQuanta { def create[T](output: OutputSlot[T])(implicit planBuilder: PlanBuilder): DataQuanta[_] = ``` 6bcf18f428fa2a8cc8989894ff0101b956e79a61 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
