Skip to content

Commit 9747b80

Browse files
committed
Enable no pushdown tests
Signed-off-by: Yuanchun Shen <yuanchu@amazon.com>
1 parent 12d4c82 commit 9747b80

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

integ-test/src/test/java/org/opensearch/sql/ppl/PPLIntegTestCase.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
public abstract class PPLIntegTestCase extends SQLIntegTestCase {
2929
private static final Logger LOG = LogManager.getLogger();
3030

31+
@Override
32+
protected void init() throws Exception {
33+
super.init();
34+
updatePushdownSettings();
35+
}
36+
3137
protected JSONObject executeQuery(String query) throws IOException {
3238
return jsonify(executeQueryToString(query));
3339
}

0 commit comments

Comments
 (0)