This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a change to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from ef07268 [ISSUE-3945] Fuzzy query support multiDevices and
alignByDevice Dataset (#3953)
add 424afa4 [To rel/0.12] fix SGP recover bug (#3947)
No new revisions were added by this update.
Summary of changes:
client-cpp/pom.xml | 4 +-
compile-tools/pom.xml | 6 +-
distribution/pom.xml | 2 +-
example/client-cpp-example/pom.xml | 2 +-
example/udf/pom.xml | 2 +-
grafana/pom.xml | 2 +-
jdbc/pom.xml | 2 +-
pom.xml | 8 +-
.../writelog/recover/TsFileRecoverPerformer.java | 2 +-
.../recover/TsFileRecoverPerformerTest.java | 268 +++++++++++++++++++++
10 files changed, 283 insertions(+), 15 deletions(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/writelog/recover/TsFileRecoverPerformerTest.java