Skip to content
  • Wenchen Fan's avatar
    4fa4cf1d
    [SPARK-19706][PYSPARK] add Column.contains in pyspark · 4fa4cf1d
    Wenchen Fan authored
    ## What changes were proposed in this pull request?
    
    to be consistent with the scala API, we should also add `contains` to `Column` in pyspark.
    
    ## How was this patch tested?
    
    updated unit test
    
    Author: Wenchen Fan <wenchen@databricks.com>
    
    Closes #17036 from cloud-fan/pyspark.
    4fa4cf1d
    [SPARK-19706][PYSPARK] add Column.contains in pyspark
    Wenchen Fan authored
    ## What changes were proposed in this pull request?
    
    to be consistent with the scala API, we should also add `contains` to `Column` in pyspark.
    
    ## How was this patch tested?
    
    updated unit test
    
    Author: Wenchen Fan <wenchen@databricks.com>
    
    Closes #17036 from cloud-fan/pyspark.
Loading