vsbace commented on issue #1929: URL: https://github.com/apache/cloudberry/issues/1929#issuecomment-5451948367
> Thanks for the report. This is a real bug in `analyzedb` and it is not specific to Astra Linux — it hits any database that has a schema, table or column whose name is not pure ASCII, and it is still present on `main`. > > I have opened a draft PR with a fix: [#1938](https://github.com/apache/cloudberry/pull/1938) > > Could you apply it and run `analyzedb -d dwh -p 10` again? > > Either way, please also post the following, so we can check whether anything else in the same area needs fixing — `analyzedb` writes its state and report files using the locale's encoding, and those files contain table names: > > * output of `locale` > * `SHOW client_encoding;` and `SHOW server_encoding;` in the `dwh` database Hello, `[root@qc1:~]# locale LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= gpadmin@qc1:~$ psql -d dwh psql (14.4, server 14.4) Type "help" for help. dwh=# SHOW server_encoding; server_encoding ----------------- UTF8 (1 row) dwh=# SHOW client_encoding; client_encoding ----------------- UTF8 (1 row) ` -- 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]
