utafrali opened a new pull request, #2987:
URL: https://github.com/apache/hugegraph/pull/2987

   ## Purpose of the PR
   - Fixes #2986
   
   ## Main Changes
   The Gremlin query API was filtering out TinkerPop exceptions like 
MissingPropertyException instead of passing them back to clients. Added 
`org.apache.tinkerpop.` to the exception allowlist so these errors bubble up 
properly. Also added a test to verify the behavior.
   
   ## Verifying these changes
   - [ ] Trivial rework / code cleanup without any test coverage.
   - [ ] Already covered by existing tests.
   - [x] Need tests and can be verified as follows:
   
   Added unit test in `GremlinQueryAPITest.java` covering exception handling 
for TinkerPop packages.
   
   ## Does this PR potentially affect the following parts?
   - [ ] Dependencies
   - [ ] Modify configurations
   - [x] The public API
   - [ ] Other affects
   - [ ] Nope
   
   ## Documentation Status
   - [ ] Doc - TODO
   - [ ] Doc - Done
   - [x] Doc - No Need


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to