[
https://issues.apache.org/jira/browse/CALCITE-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15704570#comment-15704570
]
Julian Hyde commented on CALCITE-1425:
--------------------------------------
I think any API is fine, as long as the javadoc is clear. Probably returning
{{Pair<List<RelDataTypeField>, List<String>>}} is best.
Or is it the case that the size of the returned list of fields + the size of
the returned list of names is always equal to the initial list of names? If so,
you don't need to return a list of remaining names: the caller can always
figure out how many were consumed, and how many are left.
> Support two-level column structure in INSERT/UPDATE/MERGE
> ---------------------------------------------------------
>
> Key: CALCITE-1425
> URL: https://issues.apache.org/jira/browse/CALCITE-1425
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Affects Versions: 1.10.0
> Reporter: Maryann Xue
> Assignee: Maryann Xue
> Labels: phoenix
> Fix For: 1.11.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)