You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/01/18 06:04:01 UTC

[iotdb] 02/03: Merge branch 'TooManyOpenFiles' of https://github.com/apache/iotdb into TooManyOpenFiles

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

jackietien pushed a commit to branch TooManyOpenFiles
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit f3931b671f33815ce47023d75f994db581018473
Merge: f1bde26 60ac6e2
Author: JackieTien97 <ja...@gmail.com>
AuthorDate: Tue Jan 18 13:58:09 2022 +0800

    Merge branch 'TooManyOpenFiles' of https://github.com/apache/iotdb into TooManyOpenFiles

 .../org/apache/iotdb/db/qp/sql/IoTDBSqlLexer.g4    |  4 ++
 .../org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4   |  9 +++-
 .../apache/iotdb/db/qp/constant/SQLConstant.java   |  4 ++
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 14 ++++++
 .../org/apache/iotdb/db/qp/logical/Operator.java   |  4 +-
 .../qp/logical/sys/ShowQueryResourceOperate.java   | 39 +++++++++++++++
 .../apache/iotdb/db/qp/physical/sys/ShowPlan.java  |  3 +-
 .../db/qp/physical/sys/ShowQueryResourcePlan.java  | 38 +++++++++++++++
 .../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java    | 56 ++++------------------
 .../iotdb/db/query/control/FileReaderManager.java  | 12 +++++
 .../iotdb/db/query/control/QueryFileManager.java   | 29 +++++++++++
 .../db/query/control/QueryResourceManager.java     |  4 ++
 12 files changed, 164 insertions(+), 52 deletions(-)