Copilot commented on code in PR #141:
URL: https://github.com/apache/sedona-db/pull/141#discussion_r2373703714
##########
docs/crs-examples.md:
##########
@@ -138,7 +138,7 @@ where ST_Intersects(cities.geometry, countries.geometry)
----> 6 """).show()
- File ~/sedona-db/python/sedonadb/python/sedonadb/dataframe.py:380, in
DataFrame.show(self, limit, width, ascii)
+ File
~/new-sedonadb/sedona-db/python/sedonadb/python/sedonadb/dataframe.py:380, in
DataFrame.show(self, limit, width, ascii)
Review Comment:
The file path contains 'new-sedonadb' which appears to be a
developer-specific path rather than the standard repository path. This should
be updated to use a generic path like '~/sedona-db/' to match the standard
repository structure.
```suggestion
File
~/sedona-db/sedona-db/python/sedonadb/python/sedonadb/dataframe.py:380, in
DataFrame.show(self, limit, width, ascii)
```
--
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]