You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I'm using JDK 17, ShardingSphere-JDBC version 5.5.0, and MyBatis Plus version 3.5.6. When I perform partitioning on a table based on year and month, starting the Java service does not produce any exceptions. However, after starting, querying a table that hasn't been partitioned results in an error: Caused by: org.apache.shardingsphere.infra.exception.kernel.metadata.TableNotFoundException: Table or view 'table' does not exist.