Titansonia commented on issue #48126: URL: https://github.com/apache/doris/issues/48126#issuecomment-2687252434
> hello [@Titansonia](https://github.com/Titansonia) > > https://doris.apache.org/docs/admin-manual/config/fe-config > > ``` > lower_case_table_names > > Default:0 > > IsMutable:false > > MasterOnly:true > > This configuration can only be configured during cluster initialization and cannot be modified during cluster restart and upgrade after initialization is complete. > > 0: table names are stored as specified and comparisons are case sensitive. 1: table names are stored in lowercase and comparisons are not case sensitive. 2: table names are stored as given but compared in lowercase. > ``` > > This configuration can only be configured during CLUSTER INITIALIZATION and cannot be modified during CLUSTER RESTART and UPGRADE after INITIALIZATION is COMPLETE. Hi I think the setting was done in the initialization phase. Here is what I did: In docker, I deleted the container, and then initialized a new container with lower_case_table_names=2 set in the fe.conf And after fe started, I checked lower_case_table_names in the configuration page in fe localhost page, it is set to 2. Maybe there are something wrong elsewhere.. -- 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