Problem: when create table as select from a view with unknown length character type, be would return an error of inserting data failed Example: doris/regression-test/suites/ddl_p0/test_ctas.groovy Reason & Solved: BE can not derive varchar length automaticly so FE should tell BE to maximize the size of varchar type