pingsutw commented on a change in pull request #32698:
URL: https://github.com/apache/spark/pull/32698#discussion_r645943947



##########
File path: python/pyspark/pandas/data_type_ops/base.py
##########
@@ -81,6 +85,7 @@ class DataTypeOps(object, metaclass=ABCMeta):
     def __new__(cls, dtype: Dtype, spark_type: DataType):
         from pyspark.pandas.data_type_ops.binary_ops import BinaryOps
         from pyspark.pandas.data_type_ops.boolean_ops import BooleanOps
+        from pyspark.pandas.data_type_ops.boolean_ops import 
BooleanExtensionOps

Review comment:
       ```suggestion
           from pyspark.pandas.data_type_ops.boolean_ops import BooleanOps, 
BooleanExtensionOps
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to