This is an automated email from the ASF dual-hosted git repository.
jt2594838 pushed a change to branch add_interfaces_for_type
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from 366468413 refactor TableViewTest
new e750e7bef refactor TabletTest
new 7e8d5fe15 refactor TypeCastTest
new 3fd8785ed refactor RecordUtils
new ff4843f21 refactor castFromSingleValue
new 6938be352 refactor castFromArray
new b36c4fee1 refactor getDataTypeSize
new b9033a72b refactor isNumeric
new 8ad798072 refactor public boolean isComparable() {
The 8 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:
.../java/org/apache/tsfile/enums/TSDataType.java | 633 ++++++++++-----------
.../org/apache/tsfile/i18n/messages.properties | 12 +
.../org/apache/tsfile/i18n/messages_zh.properties | 12 +
.../java/org/apache/tsfile/utils/RecordUtils.java | 45 +-
.../java/org/apache/tsfile/utils/TypeCastTest.java | 298 +++++-----
.../org/apache/tsfile/write/record/TabletTest.java | 210 ++++---
6 files changed, 620 insertions(+), 590 deletions(-)