We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acfe38 commit f731c59Copy full SHA for f731c59
1 file changed
legacy/src/main/java/org/opensearch/sql/legacy/executor/format/SelectResultSet.java
@@ -187,7 +187,6 @@ private void loadFromEsState(Query query) {
187
throw new IllegalArgumentException(
188
String.format("Index type %s does not exist", query.getFrom()));
189
}
190
- LOG.info("Response Mapping: {}", response.mappings());
191
Map<String, FieldMappingMetadata> typeMappings = mappings.get(indexName);
192
193
this.indexName = this.indexName == null ? indexName : (this.indexName + "|" + indexName);
0 commit comments