Skip to content

Commit 7b122ca

Browse files
committed
remove commented code
1 parent f52205a commit 7b122ca

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/IndexResolver.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -104,22 +104,6 @@ public void resolveAsMergedMapping(
104104
}
105105
}
106106
)
107-
// new ActionListener<FieldCapabilitiesResponse>() {
108-
// @Override
109-
// public void onResponse(FieldCapabilitiesResponse fieldCapabilitiesResponse) {
110-
//
111-
// }
112-
//
113-
// @Override
114-
// public void onFailure(Exception e) {
115-
//
116-
// }
117-
// }
118-
// listener.delegateFailureAndWrap(
119-
// (l, response) -> l.onResponse(
120-
// mergedMappings(indexWildcard, new FieldsInfo(response, supportsAggregateMetricDouble, supportsDenseVector))
121-
// )
122-
// )
123107
);
124108
}
125109

0 commit comments

Comments
 (0)