Caideyipi commented on code in PR #15538:
URL: https://github.com/apache/iotdb/pull/15538#discussion_r2544128350


##########
integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java:
##########
@@ -617,39 +621,39 @@ public void testInformationSchema() throws SQLException {
       statement.execute(
           "create table test.test (a tag, b attribute, c int32 comment 
'turbine') comment 'test'");
       statement.execute(
-          "CREATE VIEW test.view_table (tag1 STRING TAG,tag2 STRING TAG,s11 
INT32 FIELD,s3 INT32 FIELD FROM s2) RESTRICT WITH (ttl=100) AS root.\"a\".**");
+          "CREATE VIEW test.view_table (tag1 STRING TAG,tag2 STRING TAG,s11 
INT32 FIELD,s3 INT32 FIELD FROM s2) RESTRICT WITH (ttl=100, 
need_last_cache=true) AS root.\"a\".**");

Review Comment:
   The tree view will push cache in table queries, which is not restricted by 
tree database configurations.



-- 
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]

Reply via email to