kanadaj opened a new issue #10091: URL: https://github.com/apache/incubator-superset/issues/10091
When trying to query a ClickHouse database from SQL Lab with an IPv6 field, Superset gives the following error: ``` Could not convert ::ffff:0000:0000 with type IPv6Address: did not recognize Python value type when inferring an Arrow data type ``` (IP address data replaced with 0s). I can't see any stack traces in the console output. #### How to reproduce the bug 1. Create a new ClickHouse database 2. Create a table with at least one IPv6 field 3. Insert some data 4. Add the database to Superset 5. Go to SQL Lab and try to query the data via `SELECT * FROM ...` ### Environment (please complete the following information): - superset version: Superset 0.999.0dev - python version: Python 3.6.9 - node.js version: v10.19.0 - npm version: 6.13.4 ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [X] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [X] 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. ---------------------------------------------------------------- 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]
