fix(Filters): Apply native & cross filters on common columns (#30438)

(cherry picked from commit 362948324c)
This commit is contained in:
Geido
2024-10-16 02:13:05 +03:00
committed by Joe Li
parent 82fc8879b0
commit 0f1064eab8
21 changed files with 656 additions and 38 deletions

View File

@@ -3052,6 +3052,12 @@
},
"type": "array"
},
"column_names": {
"items": {
"type": "string"
},
"type": "array"
},
"currency_formats": {
"type": "object"
},