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
Currently the function-registry is assumed to be global scope. This is flawed, each table in a schema would have its own function registry, so that a elasticsearch backed table would not have the same available functions as say a mysql one, etc.
no longer fall back to global-scope functions, use only tree-specific registry:
Currently the function-registry is assumed to be global scope. This is flawed, each
table
in a schema would have its own function registry, so that a elasticsearch backed table would not have the same available functions as say a mysql one, etc.qlbridge/expr/parse.go
Line 765 in f236390
qlbridge/expr/parse.go
Line 643 in f236390
The text was updated successfully, but these errors were encountered: