Skip to content

[report 1687] GROK-20814: EDA: Resolve target table views by DataFrame identity instead of nullable name in dim reduction and MCL flows - #4026

Closed
datagrokci[bot] wants to merge 1 commit into
masterfrom
claude/GROK-20814
Closed

[report 1687] GROK-20814: EDA: Resolve target table views by DataFrame identity instead of nullable name in dim reduction and MCL flows#4026
datagrokci[bot] wants to merge 1 commit into
masterfrom
claude/GROK-20814

Conversation

@datagrokci

@datagrokci datagrokci Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Reducing dimensionality or MCL-clustering a table that has no name crashed with 'Not a table id: null', because the target view was looked up by the table's nullable name, which the shell rejects as an id before the add-view fallback can run.

The fix resolves views by DataFrame identity via a shared helper, and the dialog editors now return the actually selected dataframe even when its null name defeats the name-keyed choice input.


Diff: +20/-7 · 6 files

Verified: verification could not produce a definitive verdict — replay the recipe manually before merging

Full analysis: GROK-20814

…tead of nullable name in dim reduction and MCL flows
@datagrokci
datagrokci Bot requested a review from drizhina September 2, 2026 04:55
@LaykDimon

Copy link
Copy Markdown
Contributor

I don't like this check by dart and it's equality + currentTable might be null at some point

@LaykDimon LaykDimon closed this Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant