Description
getQueryInfo("from ") returns EditingTable = false when should be true. User expects table suggestions after typing "from ".
Severity
LOW - Autocomplete UX issue
Test Reference
TestGetQueryInfo/just_from in pkg/interactive/interactive_helpers_test.go:413
Impact
Autocomplete doesn't suggest tables after "from " is typed.
Related Code
pkg/interactive/interactive_helpers.go:14-22