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
{
"error": {
"root_cause": [
{
"type": "parse_exception",
"reason": "[field] field does not contain a dot",
"processor_type": "dot_expander",
"property_name": "field"
}
],
"type": "parse_exception",
"reason": "[field] field does not contain a dot",
"processor_type": "dot_expander",
"property_name": "field"
},
"status": 400
}
Expected behavior
Correct the first parameter when calling newConfigurationException method in DotExpanderProcessor
Host/Environment (please complete the following information):
OS: [macOS]
Version [2.9]
The text was updated successfully, but these errors were encountered:
Describe the bug
The first parameter of the method ConfigurationUtils.newConfigurationException() is
processorType
, butDotExpanderProcessor
passes wrong parameter when calling it, even though it doesn't affect the response of the API.To Reproduce
Steps to reproduce the behavior:
field
doesn't contain a dot:The response has correct processor type:
Expected behavior
Correct the first parameter when calling newConfigurationException method in DotExpanderProcessor
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: