Opensearch 3.2.0

Versions : Opensearch 3.2.0

Describe the issue: SQL Plugin query with format=json is not working

Configuration: Just Migrated from 2.19.0. It was working before :frowning:

Relevant Logs or Screenshots:

{
“error”: {
“reason”: “Invalid SQL query”,
“details”: “Failed to create executor due to unknown response format: json”,
“type”: “IllegalArgumentException”
},
“status”: 400
}

@arpsaxena It seems this was removed in this merge

Are you able to run it without the format=json?

Yes. its working without format=json

1 Like