This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from d809738 Fix NPE when load instance worker id (#14834)
add 9f9dd01 Check mode config in DistSQL handler on demand but not on
getting scaling API from PipelineAPIFactory (#14832)
No new revisions were added by this update.
Summary of changes:
.../distsql/handler/ApplyScalingUpdater.java | 5 +++-
.../handler/CheckScalingQueryResultSet.java | 7 ++++--
.../distsql/handler/DropScalingUpdater.java | 5 +++-
.../distsql/handler/ResetScalingUpdater.java | 5 +++-
.../ShowScalingCheckAlgorithmsQueryResultSet.java | 5 +++-
.../ShowScalingJobStatusQueryResultSet.java | 5 +++-
.../handler/ShowScalingListQueryResultSet.java | 5 +++-
.../distsql/handler/StartScalingUpdater.java | 5 +++-
.../handler/StopScalingSourceWritingUpdater.java | 5 +++-
.../distsql/handler/StopScalingUpdater.java | 5 +++-
...owScalingCheckAlgorithmsQueryResultSetTest.java | 7 ++++++
.../scaling/distsql/util/PipelineContextUtil.java | 27 +++++++++++-----------
.../data/pipeline/core/api/PipelineAPIFactory.java | 11 ---------
.../core/api/impl/RuleAlteredJobAPIImpl.java | 17 ++++++++++++++
14 files changed, 79 insertions(+), 35 deletions(-)
copy
examples/shardingsphere-jdbc-example/single-feature-example/cluster-mode-example/cluster-mode-raw-jdbc-example/src/main/java/org/apache/shardingsphere/example/cluster/mode/raw/jdbc/config/cloud/CloudEncryptConfiguration.java
=>
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-distsql/shardingsphere-sharding-distsql-handler/src/test/java/org/apache/shardingsphere/scaling/distsql/util/PipelineContextUtil.java
(55%)