This is an automated email from the ASF dual-hosted git repository.
Wei-hao-Li pushed a change to branch deviceEntrySpill-devPr
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from c8d94e16e86 add warn of spill configuration
add 293596ded11 fix i18n & related log
No new revisions were added by this update.
Summary of changes:
.../iotdb/db/i18n/DataNodeQueryMessages.java | 2 -
.../execution/exchange/MPPDataExchangeManager.java | 16 +-
.../queryengine/plan/execution/QueryExecution.java | 7 +-
.../spill/LocalSegmentDeviceEntrySource.java | 7 +-
.../spill/DeviceEntryCleanupBoundaryAuditTest.java | 310 +++++++++++++++++++++
.../DeviceEntryExpectedBoundaryAuditTest.java | 76 +++++
6 files changed, 403 insertions(+), 15 deletions(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/spill/DeviceEntryCleanupBoundaryAuditTest.java
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/spill/DeviceEntryExpectedBoundaryAuditTest.java