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
I'm not sure I understand why this is a bug @rmoff - I feel like I should be allowed to specify schemas that happen to share the name of a function (e.g. if my data has count as a field, why can't my schema without backquoting it? that seems artificially restricting our parser).
If you use a function name (built in or UDF) as an CSAS/CTAS object name, and/or column alias, KSQL doesn't stop or warn you.
Whilst this is possible, it's eminently silly and we should save users from doing stupid things by mistake:
It's also inconsistent with how other reserved words are handled, where an error (albeit an unhelpful one) is thrown:
The text was updated successfully, but these errors were encountered: