Rajat Khandelwal created LENS-1006:
--------------------------------------
Summary: UTF-8 characters are getting dropped when inserting
finished query into db
Key: LENS-1006
URL: https://issues.apache.org/jira/browse/LENS-1006
Project: Apache Lens
Issue Type: Bug
Reporter: Rajat Khandelwal
{noformat}
mysql> select userquery from finished_queries where handle ='handle-id';
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| userquery
|
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| cube select ... and field_name in ('UNITED????????') |
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
mysql>
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)