xiaotiao commented on issue #22206:
URL: https://github.com/apache/superset/issues/22206#issuecomment-1546804095
> I just tested this with the pyhive driver and didn't have any errors:
>
> ```
> from sqlalchemy.engine.url import make_url
> make_url('hive://').get_driver_name()
> ```
>
> returns `b'thrift'` Is this where the error is happening for you @xiaotiao?
I discovered that json.dumps cannot deserialize bytes data, so I converted
the b'thrift' object to a string using the decode() method.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]