Support Questions

Find answers, ask questions, and share your expertise

When execute insert query with single-quoted utf8 (korean) word, it converts the word into CHAR in a wrong way on Cloudera JDBC Connector for Apache Impala

avatar
New Contributor

 

insert into temp.string_Test values ("아이오에우");
=> insert into temp.string_Test values ("아이오에우")

insert into temp.string_Test values ('아이오에우');
=> INSERT INTO `temp`.`string_Test` VALUES (CAST('아이오에우' AS CHAR(5)))

 

Like above, when I use single quotation with utf8 words, it casts the word into CHAR and the word is broken.

Could you fix this problem for impala jdbc connector?

 

eub_0-1733316336692.png

 

1 REPLY 1

avatar
Community Manager

@eub Welcome to the Cloudera Community!

To help you get the best possible solution, I have tagged our Impala experts @jAnshula @Saurabhatiyal who may be able to assist you further.

Please keep us updated on your post, and we hope you find a satisfactory solution to your query.


Regards,

Diana Torres,
Community Moderator


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community: