Github user wmarshall484 commented on a diff in the pull request:

    
https://github.com/apache/incubator-quarks-website/pull/13#discussion_r57074944
  
    --- Diff: site/docs/recipe_source_function.md ---
    @@ -0,0 +1,86 @@
    +---
    +title: Recipe 2. Writing a Source Function
    +---
    +In the previous [Hello Quarks!](recipe_hello_quarks) example, we create a 
data source which only generates a single Java String and prints it to output. 
Yet Quarks sources support the ability generate any data type as a source, not 
just primitive Java types such as Strings. Moreover, because the user supplies 
the code which generates the data, the user has complete flexibility for *how* 
the data is generated. This recipe demonstrates how a user could write such a 
custom data source.
    --- End diff --
    
    Fixed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to