tuhaihe commented on issue #1929:
URL: https://github.com/apache/cloudberry/issues/1929#issuecomment-5451351855

   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
   
   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


-- 
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]

Reply via email to