ericpai commented on a change in pull request #4517:
URL: https://github.com/apache/iotdb/pull/4517#discussion_r766532744
##########
File path:
server/src/main/java/org/apache/iotdb/db/query/udf/datastructure/tv/ElasticSerializableTVList.java
##########
@@ -100,6 +110,10 @@ public int size() {
return size;
}
+ public boolean isNull(int index) throws IOException {
+ return nullIndices.contains(index);
Review comment:
I have optimized the implementation of `ElasticSerializableTVList` and
updated the test cases. Please take a look, especially the changes of the
logics of memery calculation, memory control and cache eviction.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]