[ 
https://issues.apache.org/jira/browse/CALCITE-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15902446#comment-15902446
 ] 

Kevin Liew edited comment on CALCITE-1666 at 3/9/17 4:12 AM:
-------------------------------------------------------------

I ran into an issue with DDL statements. There doesn't seem to be an easy way 
to add DDL tests  for Calcite as I get parser errors for {{create view}} in 
SqlValidatorTest. Is there an existing framework for DDL tests? I can add some 
testing in MockCatalogReader but that doesn't seem scalable.


was (Author: kliew):
I ran into an issue with DDL statements. There doesn't seem to be an easy way 
to add DDL tests as I get parser errors for {{create view}}. Is there an 
existing framework for DDL tests?

> Support for modifiable views with extended columns
> --------------------------------------------------
>
>                 Key: CALCITE-1666
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1666
>             Project: Calcite
>          Issue Type: Improvement
>    Affects Versions: 1.11.0
>            Reporter: Kevin Liew
>            Assignee: Julian Hyde
>              Labels: validator, view
>             Fix For: 1.12.0
>
>
> The changes for this PR is to:
> - propagate extended columns (already parsed into namespaces in the 
> validator) through to the planner
> - validate {{INSERT}} and {{UPDATE}} operations against the constraints of 
> the modifiable view
> [~maryannxue], [~rajeshbabu], [~jamestaylor]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to