This is an automated email from the ASF dual-hosted git repository.
chengzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from b5774345605 Add SingleDefinitionException (#30731)
add d591ca22e6a Move package of MetaDataSQLException's impl (#30732)
No new revisions were added by this update.
Summary of changes:
.../update/CreateBroadcastTableRuleExecutor.java | 4 ++--
.../update/DropBroadcastTableRuleExecutor.java | 2 +-
.../CreateBroadcastTableRuleExecutorTest.java | 4 ++--
.../update/DropBroadcastTableRuleExecutorTest.java | 2 +-
.../handler/update/AlterEncryptRuleExecutor.java | 4 ++--
.../handler/update/CreateEncryptRuleExecutor.java | 6 +++---
.../handler/update/DropEncryptRuleExecutor.java | 2 +-
.../update/AlterEncryptRuleExecutorTest.java | 22 ++--------------------
.../update/CreateEncryptRuleExecutorTest.java | 4 ++--
.../update/DropEncryptRuleExecutorTest.java | 2 +-
.../handler/update/AlterMaskRuleExecutor.java | 2 +-
.../handler/update/CreateMaskRuleExecutor.java | 2 +-
.../handler/update/DropMaskRuleExecutor.java | 2 +-
.../handler/update/AlterMaskRuleExecutorTest.java | 2 +-
.../handler/update/CreateMaskRuleExecutorTest.java | 2 +-
.../handler/update/DropMaskRuleExecutorTest.java | 2 +-
.../ReadwriteSplittingRuleStatementChecker.java | 8 ++++----
...eadwriteSplittingStorageUnitStatusExecutor.java | 4 ++--
.../update/DropReadwriteSplittingRuleExecutor.java | 4 ++--
.../AlterReadwriteSplittingRuleExecutorTest.java | 6 +++---
.../CreateReadwriteSplittingRuleExecutorTest.java | 6 +++---
.../DropReadwriteSplittingRuleExecutorTest.java | 6 +++---
.../checker/ShadowRuleStatementChecker.java | 4 ++--
.../handler/update/AlterShadowRuleExecutor.java | 4 ++--
.../handler/update/CreateShadowRuleExecutor.java | 2 +-
.../handler/update/DropShadowRuleExecutor.java | 2 +-
.../update/AlterShadowRuleExecutorTest.java | 6 +++---
.../update/CreateShadowRuleExecutorTest.java | 6 +++---
.../distsql/update/DropShadowRuleExecutorTest.java | 2 +-
.../checker/ShardingTableRuleStatementChecker.java | 8 ++++----
.../AlterDefaultShardingStrategyExecutor.java | 2 +-
.../AlterShardingTableReferenceRuleExecutor.java | 6 +++---
.../CreateDefaultShardingStrategyExecutor.java | 2 +-
.../CreateShardingTableReferenceRuleExecutor.java | 6 +++---
.../DropDefaultShardingStrategyExecutor.java | 2 +-
.../update/DropShardingTableReferenceExecutor.java | 2 +-
.../update/DropShardingTableRuleExecutor.java | 4 ++--
.../checker/ShardingRuleStatementCheckerTest.java | 6 +++---
...lterShardingTableReferenceRuleExecutorTest.java | 8 +-------
.../CreateDefaultShardingStrategyExecutorTest.java | 2 +-
...eateShardingTableReferenceRuleExecutorTest.java | 4 ++--
.../DropDefaultShardingStrategyExecutorTest.java | 12 +-----------
.../update/DropShardingAlgorithmExecutorTest.java | 2 +-
.../DropShardingTableReferenceExecutorTest.java | 2 +-
.../update/DropShardingTableRuleExecutorTest.java | 6 +++---
.../expression/impl/ColumnSegmentBinder.java | 4 ++--
.../from/impl/SimpleTableSegmentBinder.java | 2 +-
.../from/impl/SimpleTableSegmentBinderTest.java | 2 +-
.../rule/checker/RuleConfigurationCheckEngine.java | 4 ++--
.../shardingsphere/infra/datanode/DataNode.java | 2 +-
.../OverallConnectionNotEnoughException.java | 2 +-
.../{ => metadata}/AmbiguousColumnException.java | 2 +-
.../{ => metadata}/ColumnNotFoundException.java | 2 +-
.../InvalidDataNodeFormatException.java | 2 +-
.../{ => metadata}/SchemaNotFoundException.java | 2 +-
.../{ => metadata}/TableNotFoundException.java | 2 +-
.../resource/ResourceDefinitionException.java | 2 +-
.../AlterStorageUnitConnectionInfoException.java | 4 ++--
.../storageunit/DuplicateStorageUnitException.java | 4 ++--
.../storageunit/EmptyStorageUnitException.java | 4 ++--
.../storageunit/InUsedStorageUnitException.java | 4 ++--
.../InvalidStorageUnitStatusException.java | 4 ++--
.../MissingRequiredStorageUnitsException.java | 4 ++--
.../storageunit/StorageUnitsConnectException.java | 4 ++--
.../storageunit/StorageUnitsOperateException.java | 4 ++--
.../rule/DuplicateRuleException.java | 2 +-
.../{ => metadata}/rule/EmptyRuleException.java | 2 +-
.../{ => metadata}/rule/InUsedRuleException.java | 2 +-
.../rule/InvalidRuleConfigurationException.java | 2 +-
.../rule/MissingRequiredRuleException.java | 2 +-
.../rule/RuleDefinitionException.java | 2 +-
.../infra/datanode/DataNodeTest.java | 2 +-
.../rdl/resource/AlterStorageUnitExecutor.java | 8 ++++----
.../rdl/resource/RegisterStorageUnitExecutor.java | 4 ++--
.../resource/UnregisterStorageUnitExecutor.java | 6 +++---
.../required/DistSQLExecutorRequiredChecker.java | 2 +-
.../DistSQLDataSourcePoolPropertiesValidator.java | 2 +-
.../rdl/resource/AlterStorageUnitExecutorTest.java | 6 +++---
.../resource/RegisterStorageUnitExecutorTest.java | 2 +-
.../UnregisterStorageUnitExecutorTest.java | 4 ++--
.../DriverDatabaseConnectionManager.java | 2 +-
.../data/pipeline/core/datanode/DataNodeUtils.java | 2 +-
.../pipeline/cdc/util/CDCSchemaTableUtils.java | 4 ++--
.../SingleRuleConfigurationDecorator.java | 4 ++--
.../ddl/SingleDropSchemaMetaDataValidator.java | 2 +-
.../ddl/SingleDropSchemaMetaDataValidatorTest.java | 2 +-
.../handler/update/LoadSingleTableExecutor.java | 6 +++---
.../SetDefaultSingleTableStorageUnitExecutor.java | 2 +-
.../handler/update/UnloadSingleTableExecutor.java | 2 +-
.../update/LoadSingleTableExecutorTest.java | 2 +-
...tDefaultSingleTableStorageUnitExecutorTest.java | 2 +-
.../handler/update/AlterTrafficRuleExecutor.java | 2 +-
.../update/AlterTrafficRuleExecutorTest.java | 2 +-
.../update/AlterTransactionRuleExecutor.java | 2 +-
.../proxy/backend/connector/DatabaseConnector.java | 4 ++--
.../jdbc/datasource/JDBCBackendDataSource.java | 2 +-
.../data/impl/UnicastDatabaseBackendHandler.java | 2 +-
.../updatable/RefreshTableMetaDataExecutor.java | 4 ++--
.../handler/distsql/rul/PreviewExecutor.java | 2 +-
.../YamlDatabaseConfigurationImportExecutor.java | 2 +-
.../jdbc/datasource/JDBCBackendDataSourceTest.java | 2 +-
.../distsql/DistSQLBackendHandlerFactoryTest.java | 2 +-
.../ImportDatabaseConfigurationExecutorTest.java | 2 +-
.../updatable/RefreshTableMetaDataUpdaterTest.java | 4 ++--
.../executor/UnicastResourceShowExecutor.java | 2 +-
.../frontend/netty/CDCChannelInboundHandler.java | 2 +-
.../statement/ShardingPreparedStatementTest.java | 2 +-
107 files changed, 170 insertions(+), 204 deletions(-)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> connection}/OverallConnectionNotEnoughException.java (96%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/AmbiguousColumnException.java (95%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/ColumnNotFoundException.java (95%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/InvalidDataNodeFormatException.java (96%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/SchemaNotFoundException.java (95%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/TableNotFoundException.java (96%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/resource/ResourceDefinitionException.java (96%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/resource/storageunit/AlterStorageUnitConnectionInfoException.java
(88%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/resource/storageunit/DuplicateStorageUnitException.java (88%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/resource/storageunit/EmptyStorageUnitException.java (88%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/resource/storageunit/InUsedStorageUnitException.java (89%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/resource/storageunit/InvalidStorageUnitStatusException.java (88%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/resource/storageunit/MissingRequiredStorageUnitsException.java
(88%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/resource/storageunit/StorageUnitsConnectException.java (89%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/resource/storageunit/StorageUnitsOperateException.java (89%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/rule/DuplicateRuleException.java (96%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/rule/EmptyRuleException.java (95%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/rule/InUsedRuleException.java (96%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/rule/InvalidRuleConfigurationException.java (96%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/rule/MissingRequiredRuleException.java (97%)
rename infra/common/src/main/java/org/apache/shardingsphere/infra/exception/{
=> metadata}/rule/RuleDefinitionException.java (96%)