This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch ut_close_socket
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 5cde236 print which files are left after cleaning a folder
add c400bf1 [IOTDB-405] cache results in the client and makes the display
look nice. (#782)
add f9287cb Fix Query Bug (#788)
add 5b0f7ff remove usused daemon. (#787)
add 3baa733 Add sync design doc (#783)
add ee76d50 Self-serve modification of git topics (#789)
add 81f9928 Revert "Self-serve modification of git topics (#789)" (#791)
add e3f7437 self-serve modification of git topics (#792)
add 1013014 [IOTDB-470]fix IllegalArgumentException when there exists 0
byte TsFile (#784)
add 5c059bf change maven-download-plugin to 1.3.0 (#794)
add 9a4b83c Typos in Fill (#795)
add 6ddb2c3 [IOTDB-471] fix bug (#786)
add f127a26 Revert "[IOTDB-471] fix bug (#786)" (#799)
add a6bd21a Enable auto create schema (#797)
add d079a4d [IOTDB-471] fix and try to locate latestTimeForEachDevice
null pointer bug (#800)
add 3d8e036 [IOTDB-486] Correct typo and broken link in `example/
rocketmq/readme.md`
add c1c56ba [IOTDB-485] Fix the broken link for `Client/Shell tools`
add b3ef2e0 [IOTDB-489] Variable url pattern should be defined as a
constant
add f63acfb [IOTDB-484] Added maven status badge (#807)
add c72281f [IOTDB-488] Static members shouldn't be accessed through
class instances
add 866eb70 [IOTDB-467] The CLI displays query results in a batch manner
(#806)
add ee88d73 Add more log of compression ratio (#801)
add 15c5c34 Fix time parititon problem (#816)
add e502f5d [IOTDB-491] Constant name `pool ` should be all uppercase
(#813)
new 2a434dd merge with master
new 2571fbf merge with master
The 2 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:
.../resources/sbin/stop-server.sh => .asf.yaml | 22 +-
README.md | 1 +
.../org/apache/iotdb/client/AbstractClient.java | 484 +++++++--------------
.../main/java/org/apache/iotdb/client/Client.java | 32 +-
.../java/org/apache/iotdb/client/WinClient.java | 31 +-
.../SystemDesign/6-Tools/1-Sync.md | 279 +++++++++++-
.../2-DML (Data Manipulation Language).md | 6 +-
example/rocketmq/readme.md | 4 +-
.../iotdb/jdbc/IoTDBNonAlignQueryResultSet.java | 8 +-
.../src/main/java/org/apache/iotdb/jdbc/Utils.java | 7 +-
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 2 +-
.../iotdb/db/engine/memtable/WritableMemChunk.java | 15 +
.../engine/storagegroup/StorageGroupProcessor.java | 26 +-
.../db/engine/storagegroup/TsFileProcessor.java | 13 +-
.../iotdb/db/qp/strategy/PhysicalGenerator.java | 2 +-
.../db/query/dataset/DeviceIterateDataSet.java | 15 +-
.../NewEngineDataSetWithoutValueFilter.java | 8 +-
.../SeriesReaderWithoutValueFilter.java | 15 +-
.../iotdb/db/sync/sender/transfer/SyncClient.java | 9 +-
.../org/apache/iotdb/db/utils/UpgradeUtils.java | 6 +-
.../iotdb/db/integration/IoTDBAuthorizationIT.java | 1 +
.../db/integration/IoTDBDeleteStorageGroupIT.java | 33 +-
.../iotdb/db/integration/IoTDBDisableAlignIT.java | 1 -
.../iotdb/db/integration/IoTDBQueryDemoIT.java | 14 +-
.../iotdb/db/integration/IoTDBRecoverIT.java | 16 +-
.../apache/iotdb/db/utils/EnvironmentUtils.java | 12 +-
26 files changed, 572 insertions(+), 490 deletions(-)
copy server/src/assembly/resources/sbin/stop-server.sh => .asf.yaml (79%)
mode change 100755 => 100644