Github user viirya commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19319#discussion_r140487687
  
    --- Diff: python/pyspark/sql/dataframe.py ---
    @@ -37,6 +37,7 @@
     from pyspark.sql.column import Column, _to_seq, _to_list, _to_java_column
     from pyspark.sql.readwriter import DataFrameWriter
     from pyspark.sql.streaming import DataStreamWriter
    +from pyspark.sql.types import IntegralType
     from pyspark.sql.types import *
    --- End diff --
    
    `IntegralType` is not in exposed list of `pyspark.sql.types`. Actually it 
is not used by any other places.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to