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



##########
File path: python/pyspark/pandas/indexing.py
##########
@@ -1246,7 +1255,8 @@ def _select_cols_by_iterable(
                     % (len(cast(Sized, cols_sel)), 
len(self._internal.column_labels))
                 )
             if isinstance(cols_sel, pd.Series):
-                if not 
cols_sel.index.sort_values().equals(self._psdf.columns.sort_values()):
+                if not cols_sel.index.sort_values().equals(
+                        self._psdf.columns.sort_values()):  # type: ignore

Review comment:
       Updated




-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to