hxgdada commented on issue #7821:
URL: https://github.com/apache/iceberg/issues/7821#issuecomment-1614375891
> This probably makes sense. @hxgdada do you have a small reproducible
example?
This is a case study where I used iceberg rest to create a table in trino
and found that the Chinese fields became garbled. Through debugging, I found
that the iceberg rest service converted the Chinese to a special encoding
during HTTP protocol transmission. The screenshot is shown below. Subsequently,
I added Charset. forName ("UTF-8") to the HTTP method of iceberg rest to solve
this problem
Before modification



After modification


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