This is an automated email from the ASF dual-hosted git repository.
sunzesong pushed a change to branch jira_775
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
discard 7221bf8 [IOTDB-775] Add SQL of creating snapshot manually
omit dfcbb90 Add config of MtreeSnapshotThresholdTime
omit 8118add Fix review comments
omit 1c01f8c Add config manual
omit 6665a1c Add design document and config
omit 426c8fa Fix sonar
omit 3f35679 Merge master
omit 1077a0b Merge remote-tracking branch 'origin/master'
omit 43aad64 MTree checkpoint
omit 6832e29 Fix review comment
omit 4a105fd Fix sonar
omit 1ca709b MTree checkpoint
add edd555a fix boolean batch serialization (#1403)
add bacbbe7 [IOTDB-726] CheckPoint of MTree (#1384)
add 1862184 fix python client example that be inconsistent with Server's
thrift Transport instance
add e4801d9 update slides link to slideshare
add a223fdf change audit logger to debug level for insert and create
timeseries
new 801c8f5 [IOTDB-775] Add SQL of creating snapshot manually
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7221bf8)
\
N -- N -- N refs/heads/jira_775 (801c8f5)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
client-py/src/client_example.py | 17 ++++++++++++-----
docs/Community/Materials.md | 6 +++---
.../iotdb/db/qp/physical/crud/InsertTabletPlan.java | 4 +---
.../java/org/apache/iotdb/db/service/TSServiceImpl.java | 6 +++---
.../org/apache/iotdb/db/writelog/WriteLogNodeTest.java | 9 ++++++---
5 files changed, 25 insertions(+), 17 deletions(-)
mode change 100644 => 100755 client-py/src/client_example.py