wangshuo128 commented on a change in pull request #6518:
URL: https://github.com/apache/incubator-doris/pull/6518#discussion_r701540731
##########
File path: fe/fe-core/src/test/java/org/apache/doris/planner/QueryPlanTest.java
##########
@@ -407,6 +407,16 @@ public static void beforeClass() throws Exception {
createView("create view test.tbl_null_column_view AS SELECT *,NULL as
add_column FROM test.test1;");
+ createTable("CREATE TABLE test.table_or(" +
Review comment:
There is no need to create a new table for every test. We could reuse
the existing table in the test class, e.g., `test.test1`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]