Skip to content

notebook Error when use non-ascii characters in sql-editor #2558

Answered by shing100
shing100 asked this question in Questions
Discussion options

You must be logged in to vote

I solved the problem.

edit
~/hue/apps/beeswax/gen-py/TCLIService/ttypes.py

line 3922

oprot.writeString(self.statement) -> oprot.writeString(self.statement.encode('utf-8')

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Harshg999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2534 on September 10, 2021 13:24.