Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.7.0
-
Fix Version/s: 3.9.0
-
Component/s: con.hive, con.impala
-
Labels:None
-
Target Version:
Description
When running a simple query, special characters - specifically apostrophes and quotations - are being saved into "recent queries" with text encoding visible in the view. Once I run "select * from tablename WHERE UTC = '2015-03-05' LIMIT 10", the recent query will show
select * from tablename WHERE UTC = '2015-03-05' LIMIT 10
Enabling utf-8 for default_site_encoding in hue.ini and restarting doesn't change the visual effect
Clicking on the item from recent history so that it populates the Query Editor does cause the correct/valid query to be rendered.
Also submitted got github: https://github.com/cloudera/hue/issues/157