yuqi1129 commented on issue #6612: URL: https://github.com/apache/gravitino/issues/6612#issuecomment-2700761141
Yeah, the data in MySQL attached to the Hive cluster is as follows: ``` mysql> SELECT PARAM_VALUE FROM TABLE_PARAMS WHERE PARAM_KEY = 'comment' AND TBL_ID IN (SELECT TBL_ID FROM TBLS WHERE TBL_NAME = 't1'); +-------------+ | PARAM_VALUE | +-------------+ | ?? | +-------------+ 1 row in set (0.01 sec) ``` We need to change the charset of the MySQL cluster, but it does not work when I take try, Let me dive into it. -- 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]
