We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d4c82 commit 9747b80Copy full SHA for 9747b80
1 file changed
integ-test/src/test/java/org/opensearch/sql/ppl/PPLIntegTestCase.java
@@ -28,6 +28,12 @@
28
public abstract class PPLIntegTestCase extends SQLIntegTestCase {
29
private static final Logger LOG = LogManager.getLogger();
30
31
+ @Override
32
+ protected void init() throws Exception {
33
+ super.init();
34
+ updatePushdownSettings();
35
+ }
36
+
37
protected JSONObject executeQuery(String query) throws IOException {
38
return jsonify(executeQueryToString(query));
39
}
0 commit comments