You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, we intend to support resolving aliases in column access, we have table alias resolution but it looks like this particular case slipped under the radar.
This example provided will have different behavior, since some_table doesn't exist in the catalog, and the resolve step reverts to defaulting. However, if you swap in foo, which is defined in the demo catalog, you'll get the same behavior.
Are table aliases like
a
inFROM some_table a
supported?For example
In this case, is it possible to resolve
<unknown>
tosome_table
?The text was updated successfully, but these errors were encountered: