deadlinefen opened a new pull request, #21247:
URL: https://github.com/apache/doris/pull/21247
When enable_feature_binlog=true, executing the SHOW CREATE TABLE properties
statement will return the following results like:
> PROPERTIES (
......
"binlog.enable" = "false",
"binlog.ttl_seconds" = "9223372036854775807",
"binlog.max_bytes" = "9223372036854775807",
"binlog.max_history_nums" = "9223372036854775807",
.....
);
When enable_feature_binlog=false, the above properties will not appear, so
the state of enable_feature_binlog will interfere with the judgment of SHOW
CREATE TABLE statement in regression test.
As a compromise, temporarily use sql instead of qt_ function containing SHOW
CREATE TABLE.
If this problem is fixed later, this compromise PR will be corrected.
--
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]