-
Notifications
You must be signed in to change notification settings - Fork 332
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Got this error message when testing Catalog Federation:
{
"error": {
"message": "For input string: \"null\"",
"type": "NumberFormatException",
"code": 400
}
}
To Reproduce
No response
Actual Behavior
No response
Expected Behavior
No response
Additional context
The tokenSize param in the request in an Integer object, but later we convert it to a String. Then we try to parse it to get an integer again. If the pageSize is null, we will fail to parse the string and convert it to Integer.
System information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working