This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch ty/iotdb_tsfile_v4
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from 98cd8638 change the column data type to text when detecting conflict
in TableSchema
add ba21bf1f Fix ID columns not serialized in LogicalTableSchema Fix ID
column count generated by LogicalTableSchema add TableSchema tests
No new revisions were added by this update.
Summary of changes:
.../tsfile/file/metadata/LogicalTableSchema.java | 19 +++-
.../apache/tsfile/file/metadata/TableSchema.java | 20 ++++
.../apache/tsfile/tableview/TableSchemaTest.java | 123 +++++++++++++++++++++
3 files changed, 156 insertions(+), 6 deletions(-)
create mode 100644
tsfile/src/test/java/org/apache/tsfile/tableview/TableSchemaTest.java