[
https://issues.apache.org/jira/browse/CALCITE-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-1899.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.14.0
Fixed in http://git-wip-us.apache.org/repos/asf/calcite/commit/b516216b.
> 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
> Fix For: 1.14.0
>
>
> 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.className
> * JsonMeasure.agg
> Note that JsonFunction.name is not mandatory: a class with several methods
> defines several functions, each inheriting the name of the method.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)