Skip to content

Commit 53b25b2

Browse files
committed
Add a note about multi-project changes
1 parent 9979d0c commit 53b25b2

File tree

1 file changed

+2
-0
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis

1 file changed

+2
-0
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Verifier.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
package org.elasticsearch.xpack.esql.analysis;
99

1010
import org.elasticsearch.common.settings.Settings;
11+
import org.elasticsearch.core.FixForMultiProject;
1112
import org.elasticsearch.license.XPackLicenseState;
1213
import org.elasticsearch.xpack.esql.LicenseAware;
1314
import org.elasticsearch.xpack.esql.capabilities.PostAnalysisPlanVerificationAware;
@@ -56,6 +57,7 @@
5657
* step does type resolution and fails queries based on invalid type expressions.
5758
*/
5859
public class Verifier {
60+
@FixForMultiProject(description = "The settings passed here will need to be per-project")
5961
public interface ExtraCheckers {
6062
/**
6163
* Build a list of checks to perform on the plan. Each one is called once per

0 commit comments

Comments
 (0)