playasim opened a new pull request, #8472:
URL: https://github.com/apache/gravitino/pull/8472

   
   ### What changes were proposed in this pull request?
   
   Add a new `IllegalPropertyException` which extends 
`GravitinoRuntimeException` to handle the unknown property issue in Starrocks.
   
   ### Why are the changes needed?
   Unknown properties in Starrocks can not be well handled. It throw an generic 
`GravitinoRuntimeException` when set up an unknown property to table. So raise 
this PR to add a new Custom Exception class to handle the case.
   
   Fix: #(8418)
   
   ### Does this PR introduce _any_ user-facing change?
   
   NO
   ### How was this patch tested?
   
   run `./gradlew build` and passed all the UTs and ITs.
   run `./gradlew :catalogs:catalog-jdbc-starrocks:test --tests 
"org.apache.gravitino.catalog.starrocks.operation.TestStarRocksTableOperations" 
-PskipDockerTests=false` and passed docker test in `StarRocksTableOperations`
   


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

Reply via email to