[
https://issues.apache.org/jira/browse/CALCITE-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16771786#comment-16771786
]
Stuti Gupta commented on CALCITE-2834:
--------------------------------------
[~julianhyde] Current calcite code has support for dialects which don't support
VALUES clause, but RelToSqlConverter has "DUAL" table as the form identifier.
Dialects such as HiveSqlDialect, SparkSqlDialect, BigquerySqlDialect don't have
the dual table and support select without from. So, this is the change I need.
> VALUES Clause support for dialects which don't support VALUES clause
> --------------------------------------------------------------------
>
> Key: CALCITE-2834
> URL: https://issues.apache.org/jira/browse/CALCITE-2834
> Project: Calcite
> Issue Type: Improvement
> Reporter: Stuti Gupta
> Assignee: Julian Hyde
> Priority: Major
>
> VALUES Clause support for dialects which don't support VALUES clause.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)