This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a change to branch UserDefineTime-TsFile
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 0aa1d9c3677 support that the user could specify the name of time
column(columnCategory is time)(#17048)
new 1361478c0a6 ref
new 8612378c46d fix
new 73eb9e3f95a partial
new a580760e1f1 Update TableHeaderSchemaValidator.java
new 1459d61f836 Partial
new c7660abe900 sfy
new d6942af70fc fix
The 7 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:
.../plan/analyze/load/LoadTsFileAnalyzer.java | 3 ++
.../analyze/load/LoadTsFileTableSchemaCache.java | 12 ++++-
.../plan/planner/LogicalPlanVisitor.java | 3 +-
.../plan/node/load/LoadSingleTsFileNode.java | 18 ++++---
.../planner/plan/node/load/LoadTsFileNode.java | 14 +++--
.../plan/relational/metadata/Metadata.java | 22 ++++----
.../relational/metadata/TableMetadataImpl.java | 23 +++++---
.../fetcher/TableHeaderSchemaValidator.java | 61 +++++++++++++++++-----
.../plan/relational/planner/RelationPlanner.java | 6 ++-
.../plan/relational/sql/ast/LoadTsFile.java | 11 +++-
.../db/storageengine/load/LoadTsFileManager.java | 6 +--
.../plan/planner/node/load/LoadTsFileNodeTest.java | 2 +-
.../plan/relational/analyzer/AnalyzerTest.java | 6 ++-
.../plan/relational/analyzer/TSBSMetadata.java | 6 ++-
.../plan/relational/analyzer/TestMetadata.java | 6 ++-
.../plan/statement/InsertStatementTest.java | 16 +++---
.../apache/iotdb/commons/schema/table/TsTable.java | 2 +-
17 files changed, 157 insertions(+), 60 deletions(-)