Skip to content
  • zero323's avatar
    06fbc355
    [SPARK-19403][PYTHON][SQL] Correct pyspark.sql.column.__all__ list. · 06fbc355
    zero323 authored
    ## What changes were proposed in this pull request?
    
    This removes from the `__all__` list class names that are not defined (visible) in the `pyspark.sql.column`.
    
    ## How was this patch tested?
    
    Existing unit tests.
    
    Author: zero323 <zero323@users.noreply.github.com>
    
    Closes #16742 from zero323/SPARK-19403.
    06fbc355
    [SPARK-19403][PYTHON][SQL] Correct pyspark.sql.column.__all__ list.
    zero323 authored
    ## What changes were proposed in this pull request?
    
    This removes from the `__all__` list class names that are not defined (visible) in the `pyspark.sql.column`.
    
    ## How was this patch tested?
    
    Existing unit tests.
    
    Author: zero323 <zero323@users.noreply.github.com>
    
    Closes #16742 from zero323/SPARK-19403.
Loading