timifasubaa opened a new pull request #4030: make string conversion use utf8
URL: https://github.com/apache/incubator-superset/pull/4030
 
 
   Some slices with utf8 characters are breaking during the string conversion 
in the line changed. This makes the string utf8 before converting to a string. 
   
   
   ```Traceback (most recent call last):
     File "/usr/local/lib/python2.7/dist-packages/superset/viz.py", line 277, 
in get_payload
       data = self.get_data(df)
     File "/usr/local/lib/python2.7/dist-packages/superset/viz.py", line 1254, 
in get_data
       x = str(x)
   UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in 
position 11: ordinal not in range(128)```
   
   @john-bodley @mistercrunch 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to