[ 
https://issues.apache.org/jira/browse/CALCITE-736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406367#comment-15406367
 ] 

ASF GitHub Bot commented on CALCITE-736:
----------------------------------------

Github user vlsi commented on the issue:

    https://github.com/apache/jmeter/pull/221
  
    https://issues.apache.org/jira/browse/CALCITE-736
    
    >Guava is involved in major dependency hells in Java, with Hadoop the most 
affected ecosystem.
    >Removing Guava types from visible parts of Calcite API will help 
containing damage to backwards compatibility if/when, at some point, shading 
needs to be done.


> Remove the use of Guava types from public methods and fields
> ------------------------------------------------------------
>
>                 Key: CALCITE-736
>                 URL: https://issues.apache.org/jira/browse/CALCITE-736
>             Project: Calcite
>          Issue Type: Improvement
>            Reporter: Santiago M. Mola
>            Assignee: Julian Hyde
>            Priority: Minor
>
> Guava is involved in major dependency hells in Java, with Hadoop the most 
> affected ecosystem.
> Removing Guava types from visible parts of Calcite API will help containing 
> damage to backwards compatibility if/when, at some point, shading needs to be 
> done.
> This seems quite doable in calcite, since most of its use of Guava in public 
> API is ImmutableList. Rewriting it to List and internally doing defensive 
> copies with ImmutableList.copyOf (which does not really copy if the input is 
> already an ImmutableList) should have a negligible impact.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to