You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2016/03/01 08:38:18 UTC

[jira] [Created] (CALCITE-1114) Test compatibility kit (TCK) for streaming SQL

Julian Hyde created CALCITE-1114:
------------------------------------

             Summary: Test compatibility kit (TCK) for streaming SQL
                 Key: CALCITE-1114
                 URL: https://issues.apache.org/jira/browse/CALCITE-1114
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


Add a test compatibility kit (TCK) for streaming SQL. It would consist of several test cases, and each test cases has a SQL query, and a sequence of actions (sending rows into input streams) and expected outputs.

The TCK is an abstract class; each project that wants to use the TCK must override the abstract class, providing a runner. The concrete class will invoke each of the queries against the runner.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)