You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Aditya (JIRA)" <ji...@apache.org> on 2018/07/18 14:52:00 UTC

[jira] [Created] (SAMZA-1772) Support Table API for low-level Tasks with ExecutionPlanner

Aditya created SAMZA-1772:
-----------------------------

             Summary: Support Table API for low-level Tasks with ExecutionPlanner
                 Key: SAMZA-1772
                 URL: https://issues.apache.org/jira/browse/SAMZA-1772
             Project: Samza
          Issue Type: Bug
            Reporter: Aditya


Currently, TableDecriptorsProvider interface is introduced to describe the table descriptors and TableConfigGenerator util class to generate the configs from the provider to support low-level Table API. However, the code that would invoke TableConfigGenerator to generate the configs does not exist and the user is expected to write a custom config rewriter for this.

When the ExecutionPlanner is introduced for low-level, table config generation code should be triggered. This ticket is to make sure that Table API is supported with ExecutionPlanner for low-level.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)