spaces-X commented on code in PR #11785:
URL: https://github.com/apache/doris/pull/11785#discussion_r945543674


##########
fe/fe-core/src/test/java/org/apache/doris/analysis/ColumnDefTest.java:
##########
@@ -133,7 +134,7 @@ public void testBooleanDefaultValue() throws 
AnalysisException {
 
     @Test
     public void testArray() throws AnalysisException {
-        ctx.getSessionVariable().setEnableArrayType(true);
+        Config.enable_array_type = true;

Review Comment:
   MayBe it is more reasonable to put this code in setUp.



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to