This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 4b5e66f fix homepage link (#1806)
add 52ffce3 [IOTDB-920] Disable insert row thats only contains
time/timestamp column (#1774)
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/qp/strategy/SqlBase.g4 | 6 +-
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 12 +-
.../apache/iotdb/db/integration/IOTDBInsertIT.java | 123 +++++++++++++++++++++
3 files changed, 137 insertions(+), 4 deletions(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/integration/IOTDBInsertIT.java