yiguolei commented on code in PR #17626:
URL: https://github.com/apache/doris/pull/17626#discussion_r1131099453
##########
be/src/exec/schema_scanner.cpp:
##########
@@ -84,10 +84,6 @@ Status SchemaScanner::init(SchemaScannerParam* param,
ObjectPool* pool) {
return Status::InternalError("invalid parameter");
}
- if (_columns.empty()) {
- return Status::InternalError("invalid parameter");
Review Comment:
add the test sql to regression test pls.
--
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]