You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/05/18 04:48:00 UTC

[shardingsphere] branch master updated (32ce404 -> f67c362)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 32ce404  Remove datasource name of YAML db discovery configuration (#10373)
     add f67c362  Finish execution process for running SQLs by RQL and cleanup (#10351)

No new revisions were added by this update.

Summary of changes:
 .../process/GovernanceExecuteProcessReporter.java  |  6 ++++
 .../governance/core/registry/RegistryCenter.java   | 20 ++++++++++++-
 ...stEvent.java => ExecuteProcessReportEvent.java} |  6 ++--
 .../sql/execute/engine/raw/RawExecutor.java        | 17 +++++++----
 .../raw/callback/RawSQLExecutorCallback.java       | 14 ++++-----
 .../executor/sql/process/ExecuteProcessEngine.java | 18 ++++++++++++
 .../sql/process/spi/ExecuteProcessReporter.java    |  7 +++++
 .../optimize/schema/row/CalciteRowExecutor.java    |  6 +++-
 .../driver/executor/DriverJDBCExecutor.java        | 34 +++++++++++++++++-----
 .../jdbc/executor/ProxyJDBCExecutor.java           | 16 ++++++----
 10 files changed, 112 insertions(+), 32 deletions(-)
 copy shardingsphere-governance/shardingsphere-governance-core/src/main/java/org/apache/shardingsphere/governance/core/registry/listener/event/invocation/{ShowProcessListRequestEvent.java => ExecuteProcessReportEvent.java} (88%)