This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch support_table_model_redirect
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 459b3239432 fix UT
add 3f922e72c59 Load: New SQL grammer `LOAD <filePath> with ('k'='v',
...)` (#13466)
add 3d3133ed6a2 Merge branch 'master' of github.com:apache/iotdb into
support_table_model_redirect
add 594a4d28267 fix IT
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/it/IoTDBLoadTsFileIT.java | 8 +-
.../org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4 | 13 ++-
.../db/queryengine/plan/parser/ASTVisitor.java | 22 ++++-
.../plan/statement/crud/LoadTsFileStatement.java | 18 ++++
.../load/config/LoadTsFileConfigurator.java | 100 +++++++++++++++++++++
pom.xml | 2 +-
6 files changed, 158 insertions(+), 5 deletions(-)
create mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/load/config/LoadTsFileConfigurator.java