-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Description
Hi all,
Line 1753 in 2bcbd76
| String jsonString = suggestionBuilder.toString(); |
This line throw an exception, the toString() is not implemented in SuggestionBuilder, so Jackson is trying to parse the object reference.
As a workaround I commented this line:
Line 469 in 2bcbd76
| .suggest(suggester) |
I didn't notice any broken query in the UI following this.
My question is: Is Suggestion used in Datahub?
Thanks for your help and answers
Metadata
Metadata
Assignees
Labels
No labels