You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/12/30 11:00:51 UTC

[iotdb] branch rel/0.11 updated (17e5216 -> 5554c01)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a change to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 17e5216  [To rel/0.11] print more insert error message in client (#2381)
     add 5554c01  fix grafana value-time position bug (#2016)

No new revisions were added by this update.

Summary of changes:
 .../controller/DatabaseConnectController.java      |  4 +-
 .../iotdb/web/grafana/dao/impl/BasicDaoImpl.java   | 29 ++++++++----
 .../web/grafana/dao/impl/BasicDaoImplTest.java     | 55 ++++++++++++++++++++++
 3 files changed, 78 insertions(+), 10 deletions(-)
 create mode 100644 grafana/src/test/java/org/apache/iotdb/web/grafana/dao/impl/BasicDaoImplTest.java