You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 01:41:46 UTC

[GitHub] [beam] kennknowles opened a new issue, #19426: Data Driven testing for BeamSQL

kennknowles opened a new issue, #19426:
URL: https://github.com/apache/beam/issues/19426

   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.
   
   Imported from Jira [BEAM-7142](https://issues.apache.org/jira/browse/BEAM-7142). Original Jira may contain additional context.
   Reported by: amaliujia.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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