[
https://issues.apache.org/jira/browse/CALCITE-6172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17799603#comment-17799603
]
Tanner Clary edited comment on CALCITE-6172 at 12/21/23 11:00 PM:
------------------------------------------------------------------
[~julianhyde][~Sergey Nuyanzin]Right now, you can access the operators that
belong to an library, but not what libraries support a specified operator (to
my knowledge). If we made this bidirectional then we could just provide a list
of the operators and then the tests could be run against each operator, for
each library.
was (Author: JIRAUSER298151):
[~julianhyde][~Sergey Nuyanzin]Right now, you can access the operators that
belong to an library, but not what libraries support a specified library (to my
knowledge). If we made this bidirectional then we could just provide a list of
the operators and then the tests could be run against each operator, for each
library.
> Allow aliased operators to re-use existing tests
> ------------------------------------------------
>
> Key: CALCITE-6172
> URL: https://issues.apache.org/jira/browse/CALCITE-6172
> Project: Calcite
> Issue Type: Improvement
> Reporter: Tanner Clary
> Assignee: Tanner Clary
> Priority: Major
>
> Currently, for operators that have multiple names (potentially across
> multiple libraries), there is no convenient way to re-use tests other than
> just copy and pasting. To avoid redundancy and potential discrepancies, it
> would be helpful if the same set of tests could be used for each alias.
> I'll modify this case once I have some ideas.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)