Skip to content

BUG: unable to select column with byteb datatype #6981

@mmuru

Description

@mmuru

Make sure these boxes are checked before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • [ x] I have checked the issue tracker for the same issue and I haven't found one similar.

Superset version

0.28.1

Expected results

It should return query result

Actual results

Unserializable object <memory at 0x7f93249f9ac8> of type <class 'memoryview'>

Steps to reproduce

create a table with column datatype byteb

Other information:
Database: Postgresql
In Preview mode, the select query gets fired and shows the result.
When you run the query (select * from table) in sqlLab, it throws
Unserializable object <memory at 0x7f93249f9ac8> of type <class 'memoryview'>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions