Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .rules/REVIEW_GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ This document provides general code review principles and standards for the Open

### OpenSearch SQL
- **JDK 21**: Required for development
- **Java 11 Compatibility**: Maintain when possible for OpenSearch 2.x

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as bug fix may need to backport, I suggest we remove it when we bump to 4.x

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we consider adding a description of "Only security fixes or only critical bug fixes can be backported to 2.x"?

- **Module Structure**: Respect existing module boundaries (core, ppl, sql, opensearch, integ-test)
- **Test Naming**: `*IT.java` for integration tests, `*Test.java` for unit tests

Expand Down
Loading