We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316c18e commit 2208bdcCopy full SHA for 2208bdc
src/main/java/org/nlpcn/es4sql/domain/hints/HintFactory.java
@@ -1,7 +1,8 @@
1
package org.nlpcn.es4sql.domain.hints;
2
3
-import org.elasticsearch.common.jackson.dataformat.yaml.YAMLFactory;
4
-import org.elasticsearch.common.jackson.dataformat.yaml.YAMLParser;
+
+import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
5
+import com.fasterxml.jackson.dataformat.yaml.YAMLParser;
6
import org.elasticsearch.common.xcontent.yaml.YamlXContentParser;
7
import org.nlpcn.es4sql.exception.SqlParseException;
8
0 commit comments