Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
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
Labels:
- Labels:
-
Apache Impala
New Contributor
Created 12-04-2024 04:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
1 REPLY 1
Community Manager
Created 12-05-2024 12:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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:
