itholic commented on a change in pull request #34927:
URL: https://github.com/apache/spark/pull/34927#discussion_r774213038



##########
File path: python/pyspark/pandas/frame.py
##########
@@ -3989,7 +3989,7 @@ def insert(
             )
 
         if is_name_like_tuple(column):
-            if len(column) != len(self.columns.levels):
+            if len(column) != len(self.columns.levels):  # type: 
ignore[attr-defined]  # SPARK-37668

Review comment:
       nit: haven't strong feeling, but I think it would be better if we have 
comment about what is `SPARK-37668` for.




-- 
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: [email protected]

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