Skip to content
Snippets Groups Projects
  • CodingCat's avatar
    32259c67
    [SPARK-6592][SQL] fix filter for scaladoc to generate API doc for Row class under catalyst dir · 32259c67
    CodingCat authored
    https://issues.apache.org/jira/browse/SPARK-6592
    
    The current impl in SparkBuild.scala filter all classes under catalyst directory, however, we have a corner case that Row class is a public API under that directory
    
    we need to include Row into the scaladoc while still excluding other classes of catalyst project
    
    Thanks for the help on this patch from rxin and liancheng
    
    Author: CodingCat <zhunansjtu@gmail.com>
    
    Closes #5252 from CodingCat/SPARK-6592 and squashes the following commits:
    
    02098a4 [CodingCat] ignore collection, enable types (except those protected classes)
    f7af2cb [CodingCat] commit
    3ab4403 [CodingCat] fix filter for scaladoc to generate API doc for Row.scala under catalyst directory
    32259c67
    History
    [SPARK-6592][SQL] fix filter for scaladoc to generate API doc for Row class under catalyst dir
    CodingCat authored
    https://issues.apache.org/jira/browse/SPARK-6592
    
    The current impl in SparkBuild.scala filter all classes under catalyst directory, however, we have a corner case that Row class is a public API under that directory
    
    we need to include Row into the scaladoc while still excluding other classes of catalyst project
    
    Thanks for the help on this patch from rxin and liancheng
    
    Author: CodingCat <zhunansjtu@gmail.com>
    
    Closes #5252 from CodingCat/SPARK-6592 and squashes the following commits:
    
    02098a4 [CodingCat] ignore collection, enable types (except those protected classes)
    f7af2cb [CodingCat] commit
    3ab4403 [CodingCat] fix filter for scaladoc to generate API doc for Row.scala under catalyst directory