uros-b commented on code in PR #57504:
URL: https://github.com/apache/spark/pull/57504#discussion_r3648861348


##########
python/pyspark/pandas/indexing.py:
##########


Review Comment:
   After the deletion, selected_column_labels is unpacked but never used 
anywhere else in the method (its only other references were inside the removed 
block; missing_keys handling uses missing_keys/data_spark_columns, not this 
name). Please revert the unpack to _, data_spark_columns, _, _, _ so the 
now-misleading name does not imply it is live.



-- 
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