File tree Expand file tree Collapse file tree
src/test/java/org/opensearch/sql/calcite/remote Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -439,8 +439,8 @@ integTest {
439439
440440 dependsOn ' :opensearch-sql-plugin:bundlePlugin'
441441 if (getOSFamilyType() != " windows" ) {
442- // dependsOn startPrometheus
443- // finalizedBy stopPrometheus
442+ dependsOn startPrometheus
443+ finalizedBy stopPrometheus
444444 }
445445
446446 // enable calcite codegen in IT
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright OpenSearch Contributors
3+ * SPDX-License-Identifier: Apache-2.0
4+ */
5+
6+ package org .opensearch .sql .calcite .remote ;
7+
8+ import org .opensearch .sql .ppl .GeoIpFunctionsIT ;
9+
10+ public class CalciteGeoIpFunctionsIT extends GeoIpFunctionsIT {
11+ @ Override
12+ public void init () throws Exception {
13+ super .init ();
14+ enableCalcite ();
15+ disallowCalciteFallback ();
16+ }
17+ }
You can’t perform that action at this time.
0 commit comments