Zhou-lemon commented on PR #58034:
URL: https://github.com/apache/doris/pull/58034#issuecomment-3544702607
> > > I doubt that the compression property on databases does not work,
please add a case to check it.
> >
> >
> > I've verified that it indeed doesn't work — the table's compression
algorithm is only derived from table-level properties or the global default
configuration. I'll modify the test cases.
>
> I think we can remove the compression property from database.
It seems like a validation issue — when executing CREATE DATABASE, there is
no strict validation for the PROPERTIES parameter in the DDL statement. Most
arbitrary parameters entered will still allow the DDL to pass. For example:
`ALTER DATABASE test_database_properties_db SET PROPERTIES ("test_p1" =
"test_p1");
`
--
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]