Skip to content

Commit

Permalink
(query assist) revert removing backticks (#1896)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 authored Jun 11, 2024
1 parent 97958f5 commit b99920d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/routes/query_assist/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export function registerQueryAssistRoutes(router: IRouter) {
.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 response.ok({ body: ppl });
} catch (error) {
Expand Down

0 comments on commit b99920d

Please sign in to comment.