This is an automated email from the ASF dual-hosted git repository.
shuwenwei pushed a change to branch fixObjectFunctionsAndAddTests
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 322d75369a1 fix
add aab65af6f10 fix it
add 5671f0584bf add ut
No new revisions were added by this update.
Summary of changes:
.../scalar/IoTDBScalarFunctionTableIT.java | 18 +--
.../AbstractCastFunctionColumnTransformer.java | 10 +-
.../compaction/execute/utils/CompactionUtils.java | 2 +
.../org/apache/iotdb/db/utils/ObjectTypeUtils.java | 12 +-
.../unary/scalar/ObjectTypeFunctionTest.java | 180 +++++++++++++++++++++
5 files changed, 200 insertions(+), 22 deletions(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/transformation/dag/column/unary/scalar/ObjectTypeFunctionTest.java