sandynz opened a new issue #11909: URL: https://github.com/apache/shardingsphere/issues/11909
## Bug Report ### Which version of ShardingSphere did you use? 5.0.0-RC1-SNAPSHOT ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Scaling, commit: d39fd2c ### Expected behavior `SHOW SCALING JOB STATUS 634791917741146112;` return result ### Actual behavior Result: ``` ERROR 1999 (C1999): Unknown exception: [No implementation class load from SPI `org.apache.shardingsphere.infra.distsql.query.DistSQLResultSet` with type `org.apache.shardingsphere.scaling.distsql.statement.ShowScalingJobStatusStatement`.] ``` ### Reason analyze (If you can) wrong `ShowScalingJobStatusQueryResultSet` type ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. ### Example codes for reproduce this issue (such as a github link). -- 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]
