Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 committed Jun 18, 2024
1 parent b09807c commit c37cf0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/routes/query_assist/ppl/create_response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const createPPLResponseBody = (agentResponse: AgentResponse): QueryAssist
.replace(/[\r\n]/g, ' ')
.trim()
.replace(/ISNOTNULL/g, 'isnotnull') // https://github.com/opensearch-project/sql/issues/2431
.replace(/`/g, '') // https://github.com/opensearch-project/dashboards-observability/issues/509, https://github.com/opensearch-project/dashboards-observability/issues/557
.replace(/\bSPAN\(/g, 'span('); // https://github.com/opensearch-project/dashboards-observability/issues/759
return { query: ppl };
};

0 comments on commit c37cf0e

Please sign in to comment.