Skip to content
  • Felix Cheung's avatar
    c34b546d
    [SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings in R CMD check · c34b546d
    Felix Cheung authored
    ## What changes were proposed in this pull request?
    
    Rename RDD functions for now to avoid CRAN check warnings.
    Some RDD functions are sharing generics with DataFrame functions (hence the problem) so after the renames we need to add new generics, for now.
    
    ## How was this patch tested?
    
    unit tests
    
    Author: Felix Cheung <felixcheung_m@hotmail.com>
    
    Closes #14626 from felixcheung/rrddfunctions.
    c34b546d
    [SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings in R CMD check
    Felix Cheung authored
    ## What changes were proposed in this pull request?
    
    Rename RDD functions for now to avoid CRAN check warnings.
    Some RDD functions are sharing generics with DataFrame functions (hence the problem) so after the renames we need to add new generics, for now.
    
    ## How was this patch tested?
    
    unit tests
    
    Author: Felix Cheung <felixcheung_m@hotmail.com>
    
    Closes #14626 from felixcheung/rrddfunctions.
Loading