[
https://issues.apache.org/jira/browse/CALCITE-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Sitnikov resolved CALCITE-4280.
----------------------------------------
Fix Version/s: 1.26.0
Resolution: Fixed
Implemented in
https://github.com/apache/calcite/commit/539807bb0558890c2a92d0fc2af20c741a775fbc
> Replace Guava's Lists.transform and Iterables.transform with Util.transform
> ---------------------------------------------------------------------------
>
> Key: CALCITE-4280
> URL: https://issues.apache.org/jira/browse/CALCITE-4280
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Affects Versions: 1.25.0
> Reporter: Vladimir Sitnikov
> Assignee: Vladimir Sitnikov
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.26.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Lists.transform has wrong generic signature, and it relies on Guava's
> Function types.
> We should stick to a single method, so I suggest we go with Util.transform,
> and we should probably add Lists.transform to forbidden-apis list.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)