[
https://issues.apache.org/jira/browse/CALCITE-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-1245.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.8.0
Fixed in http://git-wip-us.apache.org/repos/asf/calcite/commit/b76affcc. Thanks
for the PR, [~chris-baynes]!
> Allow RelBuilder scan to take multiple arguments
> ------------------------------------------------
>
> Key: CALCITE-1245
> URL: https://issues.apache.org/jira/browse/CALCITE-1245
> Project: Calcite
> Issue Type: Improvement
> Reporter: Chris Baynes
> Assignee: Julian Hyde
> Fix For: 1.8.0
>
>
> Currently Relbuilder.scan takes a single tableName string argument, however
> we'd like to use this to specify a sub-schema so we can use the Relbuilder to
> construct our queries across datasources.
> The idea would be to change "scan(String tableName)" to "scan(String…
> tableNames)", and add "scan(Iterable<String> tableNames)".
> This is as discussed here:
> http://mail-archives.apache.org/mod_mbox/calcite-dev/201605.mbox/%3CE4C0C38B-EDC2-4016-99C1-E7465AAC0C20%40apache.org%3E
> Opened this ticket so that we can submit a PR with the change.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)