You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
In our code, the response appears to be formatted by JSON.stringfy no matter what's the download format. This will corrupt the content in csv and txt because they're not JSON.
In our code, the response appears to be formatted by
JSON.stringfy
no matter what's the download format. This will corrupt the content in csv and txt because they're not JSON.Code: https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/blob/415ace37b69112318087cec4eb0e2de46c437666/server/services/QueryService.ts#L34
The text was updated successfully, but these errors were encountered: