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 should get successful mutation. Got rpc error: code = Unknown desc = parsing time "" as "2006": cannot parse "" as "2006" instead. I could use api.Value_StrVal instead and this works. Still, it is a bit strange date vale doesn't work for date mutations.
PS you could do much better with dates. Using bytes for date is one strange decision. There's oneof specifically for these kind of tasks.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. This is a duplicate of #3166 which has a PR (#3169) with a fix already. I will close this one. Please refer to the older issue.
Also, we store all values as bytes. But for dates we are storing them as time vals. Null dates use zero-time values. This is a recent change that might not be in the latest release yet.
If you suspect this could be a bug, follow the template.
v0.0.13
yeah, sure
You may use this docker compose info. Then set up an index
And a program I used:
I should get successful mutation. Got
rpc error: code = Unknown desc = parsing time "" as "2006": cannot parse "" as "2006"
instead. I could useapi.Value_StrVal
instead and this works. Still, it is a bit strange date vale doesn't work for date mutations.PS you could do much better with dates. Using bytes for date is one strange decision. There's
oneof
specifically for these kind of tasks.The text was updated successfully, but these errors were encountered: