marcusianlevine commented on issue #3934: Run query in SQL Lab raise up error "Shape of passed values is (1, y), indices imply (x, y)" URL: https://github.com/apache/incubator-superset/issues/3934#issuecomment-353620110 Also experiencing this issue on Debian Stretch running Superset 0.22.1 Seems like there are conflicting requirements between [Presto/Hive result sets which are lists of dictionaries](https://github.com/apache/incubator-superset/issues/2398), while the results from RDB sources like MS SQL Server are lists of lists so can be directly cast to `np.array` Going to take a stab at a PR that combines these requirements by introspecting the datatype of first element in `data`
---------------------------------------------------------------- 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
