Wei-hao-Li opened a new pull request, #15361: URL: https://github.com/apache/iotdb/pull/15361
cause: The first last query failed to hit the last cache. And this placeholder `EMPTY_PRIMITIVE_TYPE` will be marked in the last cache, and then the last cache will be updated after the subsequent queries read the disk. However, before the last cache was updated in the previous query, a new query (with the same content as the previous one) read this placeholder. Before this fix, we think the last cache is hit when the placeholder is read, it is not correct. -- 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]
