mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Truncate data that is expanded (#7777)
* Truncate data that is expanded * Fix object check * Small optimizations
This commit is contained in:
@@ -591,7 +591,7 @@ class PrestoEngineSpec(BaseEngineSpec):
|
||||
{'ColumnA': [1, 2], 'ColumnB': [3]},
|
||||
{'ColumnA': [11, 22], 'ColumnB': [33]}
|
||||
]
|
||||
all_array_data (intially) = {
|
||||
all_array_data (initially) = {
|
||||
0: [{'ColumnA': [1, 2], 'ColumnB': [3}],
|
||||
1: [{'ColumnA': [11, 22], 'ColumnB': [33]}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user