jacktengg commented on code in PR #25386: URL: https://github.com/apache/doris/pull/25386#discussion_r1369469324
########## be/src/exec/schema_scanner.cpp: ########## @@ -287,6 +287,12 @@ Status SchemaScanner::fill_dest_column_for_range(vectorized::Block* block, size_ reinterpret_cast<const char*>(&num), 0); break; } + // case TYPE_DECIMAL256: { Review Comment: This PR does not support create table with decimal256 type yet, will be supported in following PR. -- 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