petern48 commented on code in PR #2251:
URL: https://github.com/apache/sedona/pull/2251#discussion_r2263357905
##########
mkdocs.yml:
##########
@@ -138,6 +137,7 @@ nav:
- Predicate (Snowflake): api/snowflake/vector-data/Predicate.md
- Blog: blog/index.md
- Community:
+ - Compile the code: setup/compile.md
Review Comment:
This is from @jjestrada2's previous PR here:
https://github.com/apache/sedona/pull/2239/files. I thought GitHub wouldn't
render this change since it was merged, but I guess not. Anyways, it looks like
you submitted both of your PRs from your master branch. It's generally better
to create separate branches for your PRs to isolate your changes and avoid
situations like this.
If I were you, I'd do the following (using git commands):
- Move these changes to a new branch
- Clean up your master branch so that it only includes commits merged into
the official Sedona Repo.
- Resubmit a new PR from your new branch
If you need help with how to do this, I'm happy to help you out in our
[Discord](https://discord.gg/9A3k5dEBsY). It might be easy to mess things up if
you're not already comfortable with modifying your git history.
--
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]