Open i95271116 opened 2 weeks ago
Hi @i95271116 Is it the same even with the latest presto as well?
I tested both presto-server-0.216 and presto-server-0.285.1, but the problem still exists.
In the where condition, for Chinese characters, "where trim(‘column_name’)"=‘切断压力’ needs to be added
Or it is normal to use "SELECT * from table where alias='切断压力' or rand() = 1 limit 10".
Hi @i95271116. Can you elaborate the issue? For example, which connector do you use, and what are the steps to reproduce the problem.
I cannot reproduce it on Iceberg connector with parquet format.
For example : Select from table where col = '中文'. For Now I must write sql like this if field contains Chinese. Select from table where to_utf8(col) = to_utf8('中文')
my version is 0.234.2-add98eb