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
The initial values I get back ignore the filter (I get dbs other than 'db1'), and it does not do the pluck, I get the full document back. Once actual changes happen, the filter and pluck are respected.
I tried this on a normal table and it worked fine. I'm assuming other transformations have the same problem but I haven't checked that.
ping @mlucy: I remember us running across something like this before about changefeeds on admin tables being funky, but I can't find another issue about it. I found this issue initially in the ruby driver, but verified it in the data explorer
The text was updated successfully, but these errors were encountered:
This is in CR 3414 by @danielmewes . I fixed a problem with the state documents on artificial include_initial streams with no initial values while I was in there. I think we should ship this in a point release since it seems like a clear bug.
The query I ran is:
The initial values I get back ignore the filter (I get dbs other than 'db1'), and it does not do the pluck, I get the full document back. Once actual changes happen, the filter and pluck are respected.
I tried this on a normal table and it worked fine. I'm assuming other transformations have the same problem but I haven't checked that.
ping @mlucy: I remember us running across something like this before about changefeeds on admin tables being funky, but I can't find another issue about it. I found this issue initially in the ruby driver, but verified it in the data explorer
The text was updated successfully, but these errors were encountered: