jinggou opened a new pull request, #9: URL: https://github.com/apache/phoenix-adapters/pull/9
Query API was throwing NullPointerException (HTTP 500) when required ExpressionAttributeValues placeholders were missing. Now validates that all referenced placeholders exist and throws ValidationException (HTTP 400) with clear error messages. Changes: - QueryService: Add validation before accessing ExpressionAttributeValues - Add QueryMissingExpressionAttributeValueIT: Integration tests - Add QueryServiceValidationTest: Unit tests All existing tests pass with no regressions. -- 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]
