Lin Xintao
Lin Xintao
## Description: This pull request modifies the behavior of superset when handling time columns in the x-axis or aggregate columns. Currently, superset defaults to using time-based aggregation segments for aggregate...
This work is mainly part of the work to improve the efficiency of like matching, mainly including the following modifications: - Modify the call to the template processing function in...
bug1-nullPointer-tsfile_reader_table_test.cc-159 bug2-nullPointer-tsfile_reader_table_test.cc-247: bug3-nullPointer-tsfile_reader_table_test.cc-358: bug4-nullPointer-tsfile_reader_test.cc-144: bug5-nullPointer-tsfile_writer_test.cc-192: bug6-nullPointer-tsfile_writer_test.cc-371: bug7-nullPointer-tsfile_writer_test.cc-623: bug8-nullPointer-tsfile_writer_test.cc-757: bug9-nullPointer-tsfile_writer_test.cc-827: bug10-nullPointer-tsfile_writer_test.cc-897. These 10 bugs belong to the same problem, that is, the query result may be nullptr, and the API needs...
As we can see, the commonlyUseDB in ConfigDescriptor.java file only has IoTDB 110 version in this function.Maybe this is a old code in it, and there is no care for...
In fuzzing/fuzz_main.c, a resource leak was found using the cpp_check tool. After checking, the code did not close the file handle in time. Although the relevant resources will be automatically...