tong900801

Results 3 comments of tong900801

@zhaoyongjie Thank you for your reply. I'm using clickhouse for data analysis. It displayed correct Chinese in database. Column type is Array(String).

And I saw there is a "# TODO: revisit nested column serialization once nested types" in https://github.com/apache/superset/blob/master/superset/result_set.py

@zhaoyongjie I saw array type column was changed in stringify() method in result_set.py. I want to know why it was changed. What's the influence if using ensure_ascii=False. `def stringify(obj: Any)...