This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch MemoryControl
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from da4cfb1d2a remove default
add 3585d6b231 [IOTDB-2669] C++ client optimize the values type in tablet
class (#6812)
add d7854a6d38 [IOTDB-4127] Fix NPE bug in AbstractFragInsStateTracker
(#6991)
add 04ee9fa32d modify deserialize function of FunctionExpression and fix
tests of String UDF (#6893)
add 0f68243f6f Merge remote-tracking branch 'origin/master' into
MemoryControl
add 7e92b52222 Fix compile error
No new revisions were added by this update.
Summary of changes:
client-cpp/src/main/Session.cpp | 274 +++++++++++++++++----
client-cpp/src/main/Session.h | 34 +--
client-cpp/src/test/cpp/sessionIT.cpp | 3 +-
.../src/AlignedTimeseriesSessionExample.cpp | 127 ++++++----
example/client-cpp-example/src/SessionExample.cpp | 151 +++++++-----
.../db/it/udf/IoTDBUDTFBuiltinFunctionIT.java | 172 +++++--------
.../plan/expression/multi/FunctionExpression.java | 14 +-
.../scheduler/AbstractFragInsStateTracker.java | 9 +-
.../mpp/execution/operator/FillOperatorTest.java | 30 +++
.../operator/LastQueryMergeOperatorTest.java | 60 +++++
.../execution/operator/LinearFillOperatorTest.java | 105 ++++++++
.../iotdb/tsfile/utils/ReadWriteIOUtils.java | 17 ++
12 files changed, 708 insertions(+), 288 deletions(-)