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 2017/07/23 00:38:00 UTC

[jira] [Created] (CALCITE-1899) When reading model, give error if mandatory JSON attributes are missing

Julian Hyde created CALCITE-1899:
------------------------------------

             Summary: When reading model, give error if mandatory JSON attributes are missing
                 Key: CALCITE-1899
                 URL: https://issues.apache.org/jira/browse/CALCITE-1899
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


When reading model, give error if mandatory JSON attributes are missing. Mandatory attributes:
* JsonSchema.name (inherited by JsonCustomSchema, JsonJdbcSchema)
* JsonCustomSchema.factory
* JsonMaterialization.sql
* JsonLattice.sql
* JsonTable.name (inherited by JsonCustomTable and JsonView)
* JsonCustomTable.factory
* JsonColumn.name
* JsonFunction.name and .className
* JsonMeasure.agg



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)