File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis Expand file tree Collapse file tree 1 file changed +0
-2
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 ;
1211import org .elasticsearch .license .XPackLicenseState ;
1312import org .elasticsearch .xpack .esql .LicenseAware ;
1413import org .elasticsearch .xpack .esql .capabilities .PostAnalysisPlanVerificationAware ;
5756 * step does type resolution and fails queries based on invalid type expressions.
5857 */
5958public class Verifier {
60- @ FixForMultiProject (description = "The settings passed here will need to be per-project" )
6159 public interface ExtraCheckers {
6260 /**
6361 * 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