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 <joshuali925@gmail.com>
(cherry picked from commit b99920d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 11, 2024
1 parent f2d80d3 commit c6a9b1a
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 c6a9b1a

Please sign in to comment.