justinmclean commented on PR #10190: URL: https://github.com/apache/gravitino/pull/10190#issuecomment-4000231988
Malformed JSON is usually rejected by Jersey/Jackson before your method is invoked. However, a valid JSON literal null may still deserialize to a Java null parameter and reach the REST method. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
