HyukjinKwon commented on code in PR #41514: URL: https://github.com/apache/spark/pull/41514#discussion_r1222955048
########## python/pyspark/pandas/data_type_ops/null_ops.py: ########## @@ -43,6 +43,22 @@ class NullOps(DataTypeOps): def pretty_name(self) -> str: return "nulls" + def eq(self, left: IndexOpsLike, right: Any) -> SeriesOrIndex: Review Comment: @itholic are there a lot left? Can we fix them in batch? -- 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. To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org