PU-101 opened a new pull request #10244: URL: https://github.com/apache/incubator-superset/pull/10244
### SUMMARY when adding a table that has large amount of columns(ex: 1700), no column can be added to TableColumn. the specific cause is: (sqlite3.OperationalError) Expression tree is too large (maximum depth 1000) ### FIX change the filter condition to 'IN' which can reduce the number of params ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
