mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix: edit pyarrow stringify to better handle emojis and accents (#22881)
This commit is contained in:
committed by
GitHub
parent
c839d0daf5
commit
f2b61fca15
@@ -169,13 +169,13 @@ class TestSupersetResultSet(SupersetTestCase):
|
||||
"id": 4,
|
||||
"dict_arr": '[{"table_name": "unicode_test", "database_id": 1}]',
|
||||
"num_arr": "[1, 2, 3]",
|
||||
"map_col": '{"chart_name": "scatter"}',
|
||||
"map_col": "{'chart_name': 'scatter'}",
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"dict_arr": '[{"table_name": "birth_names", "database_id": 1}]',
|
||||
"num_arr": "[4, 5, 6]",
|
||||
"map_col": '{"chart_name": "plot"}',
|
||||
"map_col": "{'chart_name': 'plot'}",
|
||||
},
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user