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 we validate return values using the table mapping from the before the UDF runs. suppose the validator is `v.id("mytable")` and the UDF _creates_ the table `"mytable"` via an insert, and returns the ID. This would fail return value validation.
GitOrigin-RevId: 638b92d8728494a0e04608416ab48767e5e68150
0 commit comments