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 Toomula (Jira)" <ji...@apache.org> on 2019/10/09 22:07:00 UTC

[jira] [Created] (SAMZA-2345) Samza-sql: Change RelSchemaConverter code to apply nullability based on Sql schema

Aditya Toomula created SAMZA-2345:
-------------------------------------

             Summary: Samza-sql: Change RelSchemaConverter code to apply nullability based on Sql schema
                 Key: SAMZA-2345
                 URL: https://issues.apache.org/jira/browse/SAMZA-2345
             Project: Samza
          Issue Type: Bug
            Reporter: Aditya Toomula
            Assignee: Aditya Toomula


Currently, RelSchemaConverter which converts Sql schema to Calcite schema always marks the fields as nullable regardless of nullable flag in Sql schema.

To address this problem, we need to first fix all RelSchemaProviders to accurately represent the fields with the right structure (Linkedin specific code for BrooklinRelSchemaProvider has a problem with representing few fields.).



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