This is an automated email from the ASF dual-hosted git repository.
lta pushed a change to branch rel/0.9-load
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 6f26451 update doc
new 2cd481e fix a bug of load external tsfile
new f280d49 fix a bug of load external file
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:
.../org/apache/iotdb/db/sql/parse/TqlLexer.g | 5 --
.../org/apache/iotdb/db/sql/parse/TqlParser.g | 18 ++---
.../iotdb/db/qp/strategy/LogicalGenerator.java | 17 +++--
.../integration/IoTDBLoadExternalTsfileTest.java | 89 ----------------------
.../apache/iotdb/db/qp/plan/PhysicalPlanTest.java | 2 +-
5 files changed, 19 insertions(+), 112 deletions(-)
delete mode 100644
server/src/test/java/org/apache/iotdb/db/integration/IoTDBLoadExternalTsfileTest.java