petern48 commented on code in PR #2086:
URL: https://github.com/apache/sedona/pull/2086#discussion_r2200965450


##########
python/sedona/geopandas/geoseries.py:
##########
@@ -1322,10 +1328,15 @@ def _row_wise_operation(
         # TODO: this does not yet support multi-index

Review Comment:
   Traditional pandas series can have a 
[multi-index](https://pandas.pydata.org/docs/user_guide/advanced.html#creating-a-multiindex-hierarchical-index-object).
 This would be a task that would be far in the backlog though. I mainly just 
wanted to document that we would need to update the logic here if/when 
multi-index support is added. I've updated the comment to the following:
   ```
           # This code assumes there is only one index 
(SPARK_DEFAULT_INDEX_NAME)
           # and would need to be updated if Sedona later supports multi-index
   ```



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

Reply via email to