File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 88package org .elasticsearch .xpack .esql .analysis ;
99
1010import org .elasticsearch .common .settings .Settings ;
11+ import org .elasticsearch .core .FixForMultiProject ;
1112import org .elasticsearch .license .XPackLicenseState ;
1213import org .elasticsearch .xpack .esql .LicenseAware ;
1314import org .elasticsearch .xpack .esql .capabilities .PostAnalysisPlanVerificationAware ;
5657 * step does type resolution and fails queries based on invalid type expressions.
5758 */
5859public 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
You can’t perform that action at this time.
0 commit comments