shaofengshi commented on issue #6612:
URL: https://github.com/apache/gravitino/issues/6612#issuecomment-2701049137

   > 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.
   
   I also modified the connection string in hive-site.xml to 
"jdbc:mysql://localhost:3306/hive?createDatabaseIfNotExist=true&useSSL=false&characterEncoding=UTF-8",
 but that doesn't work.


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

Reply via email to