We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160f1da commit 2c3ce12Copy full SHA for 2c3ce12
1 file changed
opensearch/src/main/java/org/opensearch/sql/opensearch/executor/OpenSearchExecutionEngine.java
@@ -156,8 +156,8 @@ public void explain(
156
ResponseListener<ExplainResponse> listener) {
157
client.schedule(
158
() -> {
159
- CalcitePlanContext.isExplain.set(true);
160
try {
+ CalcitePlanContext.isExplain.set(true);
161
if (format == ExplainFormat.SIMPLE) {
162
String logical = RelOptUtil.toString(rel, SqlExplainLevel.NO_ATTRIBUTES);
163
listener.onResponse(
0 commit comments