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

justinchen pushed a change to branch rc/2.0.4
in repository https://gitbox.apache.org/repos/asf/iotdb.git


 discard e8a25efa12d Fixed the bug that update / delete devices with no effect 
may end up changing all the devices

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/rc/2.0.4 (02a38805ffa)
            \
             O -- O -- O   (e8a25efa12d)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../iotdb/relational/it/schema/IoTDBDeviceIT.java  |   6 -
 .../config/executor/ClusterConfigTaskExecutor.java |   5 -
 .../relational/analyzer/StatementAnalyzer.java     |   7 +-
 .../fetcher/TableDeviceCacheAttributeGuard.java    |   4 +-
 .../metadata/fetcher/TableDeviceSchemaFetcher.java |   6 +-
 .../fetcher/TableDeviceSchemaValidator.java        |   6 +-
 .../plan/relational/sql/ast/DeleteDevice.java      |  18 +--
 .../schemaregion/impl/SchemaRegionMemoryImpl.java  |   4 +-
 .../fetcher/cache/TableDeviceSchemaCacheTest.java  | 127 ++++++++++-----------
 .../iotdb/commons/path/ExtendedPartialPath.java    |  12 --
 10 files changed, 74 insertions(+), 121 deletions(-)

Reply via email to