[ 
https://issues.apache.org/jira/browse/BEAM-7142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17137307#comment-17137307
 ] 

Beam JIRA Bot commented on BEAM-7142:
-------------------------------------

This issue was marked "stale-P2" and has not received a public comment in 14 
days. It is now automatically moved to P3. If you are still affected by it, you 
can comment and move it back to P2.

> Data Driven testing for BeamSQL
> -------------------------------
>
>                 Key: BEAM-7142
>                 URL: https://issues.apache.org/jira/browse/BEAM-7142
>             Project: Beam
>          Issue Type: New Feature
>          Components: dsl-sql
>            Reporter: Rui Wang
>            Priority: P3
>
> Current way to write BeamSQL test cases is too heavy: developers need to 
> initialize pipeline, deal with PCollection, and use PAssert to verify 
> pipeline results (sometime through INSERT INTO table and read data from table 
> for assertion). 
> Data driven testing, instead, should only ask developer to provide SQL query 
> and a expected result in the form of List<Row> (simulate rows from result 
> table). The test execution interface should just be a static function like 
> "List<Row> run(String query)", and returned rows can be compared with 
> expected result by checking equality.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to