serenajiang commented on issue #9096: SQL Lab: Use numpy structured arrays, fallback to JSON serialization URL: https://github.com/apache/incubator-superset/pull/9096#issuecomment-584449351 @robdiciuccio FYI, we're having an issue where certain nested presto structs fail to render in sqllab. The error is: `an integer is required (got type str)` I'm having trouble figuring out the exact situation that results in this problem, but it appears to be a regression, since this was fine a week ago. The column that errors has type: ``` MAP<STRING,STRUCT<A:BIGINT,B:STRING>> ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
