Skip to content
Snippets Groups Projects
  • Sean Owen's avatar
    3893e8c5
    [SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arrays · 3893e8c5
    Sean Owen authored
    ## What changes were proposed in this pull request?
    
    Avoid allocating some 0-length arrays, esp. in UTF8String, and by using Array.empty in Scala over Array[T]()
    
    ## How was this patch tested?
    
    Jenkins
    
    Author: Sean Owen <sowen@cloudera.com>
    
    Closes #14895 from srowen/SPARK-17331.
    3893e8c5
    History
    [SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arrays
    Sean Owen authored
    ## What changes were proposed in this pull request?
    
    Avoid allocating some 0-length arrays, esp. in UTF8String, and by using Array.empty in Scala over Array[T]()
    
    ## How was this patch tested?
    
    Jenkins
    
    Author: Sean Owen <sowen@cloudera.com>
    
    Closes #14895 from srowen/SPARK-17331.