This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 4.1
in repository https://gitbox.apache.org/repos/asf/superset.git
from 9677fa97ff fix: handle empty catalog when DB supports them (#29840)
add 16385322db fix(explore): missing column autocomplete in custom SQL
(#29672)
No new revisions were added by this update.
Summary of changes:
.../AsyncAceEditor/Tooltip.test.tsx} | 43 +++++++------
.../AsyncAceEditor/Tooltip.tsx} | 61 ++++++++++--------
.../src/components/AsyncAceEditor/index.tsx | 74 +++++++++++++++++++---
.../DndColumnSelectControl/ColumnSelectPopover.tsx | 7 ++
.../DndFilterSelect.test.tsx | 1 +
.../AdhocFilterEditPopoverSqlTabContent/index.jsx | 15 +----
.../MetricControl/AdhocMetricEditPopover/index.jsx | 10 +--
.../controlUtils/getColumnKeywords.test.tsx} | 37 ++++++-----
.../controlUtils/getColumnKeywords.tsx} | 39 ++++++++----
9 files changed, 178 insertions(+), 109 deletions(-)
copy
superset-frontend/src/{dashboard/components/menu/DownloadMenuItems/DownloadMenuItems.test.tsx
=> components/AsyncAceEditor/Tooltip.test.tsx} (53%)
copy
superset-frontend/src/{features/alerts/components/ValidatedPanelHeader.tsx =>
components/AsyncAceEditor/Tooltip.tsx} (50%)
copy superset-frontend/{packages/superset-ui-core/test/fixtures.ts =>
src/explore/controlUtils/getColumnKeywords.test.tsx} (62%)
copy
superset-frontend/src/{dashboard/components/gridComponents/new/NewColumn.jsx =>
explore/controlUtils/getColumnKeywords.tsx} (51%)