[
https://issues.apache.org/jira/browse/SAMZA-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Srinivasulu Punuru updated SAMZA-2345:
--------------------------------------
Description:
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
was:
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.).
> 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
> Priority: Major
>
> 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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)