Gabriel39 commented on code in PR #25386: URL: https://github.com/apache/doris/pull/25386#discussion_r1369461827
########## 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: Why delete this? -- 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