This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from e440b8b [IOTDB-404]fix the bug when recover the last crashed file
(#707)
add f10604d Set whether to ignore time in JDBC. (#714)
No new revisions were added by this update.
Summary of changes:
.gitignore | 13 +-
.../org/apache/iotdb/client/AbstractClient.java | 46 ++++---
.../main/java/org/apache/iotdb/tool/ImportCsv.java | 2 +-
.../iotdb/web/grafana/dao/impl/BasicDaoImpl.java | 2 +-
.../org/apache/iotdb/jdbc/IoTDBQueryResultSet.java | 10 +-
.../org/apache/iotdb/jdbc/IoTDBResultMetadata.java | 13 +-
.../apache/iotdb/jdbc/IoTDBResultMetadataTest.java | 16 +--
.../iotdb/db/integration/IoTDBAuthorizationIT.java | 138 ++++++++++-----------
.../apache/iotdb/db/integration/IoTDBDaemonIT.java | 4 +-
.../db/integration/IoTDBDeleteStorageGroupIT.java | 4 +-
.../iotdb/db/integration/IoTDBGroupbyDeviceIT.java | 24 ++--
.../integration/IoTDBLoadExternalTsfileTest.java | 2 +-
.../iotdb/db/integration/IoTDBMetadataFetchIT.java | 16 +--
.../apache/iotdb/db/integration/IoTDBTtlIT.java | 21 ++--
14 files changed, 161 insertions(+), 150 deletions(-)