I’m using Hue 4.10.(Amazon EMR6.7)
SQL containing non-ascii characters will fail.
It works fine with Hue 4.9.(Amazon EMR6.5)
If I run the SQL in hive it succeeds.
There seems to be a problem with hue 4.10
It happens with the SQL below.
select * from hoge.foo where keyword = 'Á'
select * from hoge.foo where keyword = '日記'
I get the error below.
Error while compiling statement: FAILED: ParseException line 1:93 cannot recognize input near '<EOF>' '<EOF>' '<EOF>' in expression specification
Is there any way to resolve this?